Skip to content

Commit 461e2a6

Browse files
committed
1 parent ce174c7 commit 461e2a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/virtualization/runc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
buildGoPackage rec {
1616
pname = "runc";
17-
version = "1.0.0-rc91";
17+
version = "1.0.0-rc92";
1818

1919
src = fetchFromGitHub {
2020
owner = "opencontainers";
2121
repo = "runc";
2222
rev = "v${version}";
23-
sha256 = "1hg3hbbjsz76q1piz86q8la6dym86d65xd7h6q12krfmwd2lbhkw";
23+
sha256 = "0r4zbxbs03xr639r7848282j1ybhibfdhnxyap9p76j5w8ixms94";
2424
};
2525

2626
goPackagePath = "github.com/opencontainers/runc";

0 commit comments

Comments
 (0)