Merge pull request #122459 from saschagrunert/runc

runc: 1.0.0-rc93 -> 1.0.0-rc94
This commit is contained in:
zowoq 2021-05-11 06:12:14 +10:00 committed by GitHub
commit 96458445e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
buildGoPackage rec {
pname = "runc";
version = "1.0.0-rc93";
version = "1.0.0-rc94";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "008d5wkznic80n5q1vwx727qn5ifalc7cydq68hc1gk9wrhna4v4";
sha256 = "sha256-53P48jNSfC6ELpZNI30yAf7kofUsrJpNY96u0UT+ITg=";
};
goPackagePath = "github.com/opencontainers/runc";