runc: 1.0.0-rc95 -> 1.0.0

https://github.com/opencontainers/runc/releases/tag/v1.0.0
This commit is contained in:
zowoq 2021-06-22 16:17:08 +10:00
parent 6dac76d4e9
commit 5efe86e393

View file

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "runc";
version = "1.0.0-rc95";
version = "1.0.0";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "sha256-q4sXcvJO9gyo7m0vlaMrwh7ZZHYa58FJy3GatWndS6M=";
sha256 = "sha256-slNVSlyJLaqIFF4uJP/7u4M0AkJLQjqkHO5TeKFYgSA=";
};
vendorSha256 = null;