Skip to content

Commit

Permalink
runc: 1.0.0-rc94 -> 1.0.0-rc95
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert authored and zowoq committed May 19, 2021
1 parent a6b4be8 commit 7013a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/runc/default.nix
Expand Up @@ -16,13 +16,13 @@

buildGoPackage rec {
pname = "runc";
version = "1.0.0-rc94";
version = "1.0.0-rc95";

src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "sha256-53P48jNSfC6ELpZNI30yAf7kofUsrJpNY96u0UT+ITg=";
sha256 = "sha256-q4sXcvJO9gyo7m0vlaMrwh7ZZHYa58FJy3GatWndS6M=";
};

goPackagePath = "github.com/opencontainers/runc";
Expand Down

0 comments on commit 7013a0f

Please sign in to comment.