runc: 1.0.0-rc95 -> 1.0.0

https://github.com/opencontainers/runc/releases/tag/v1.0.0
launchpad/nixpkgs/master
zowoq 3 years ago
parent 6dac76d4e9
commit 5efe86e393
  1. 4
      pkgs/applications/virtualization/runc/default.nix

@ -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;

Loading…
Cancel
Save