runc: 1.0.1 -> 1.0.2

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
launchpad/nixpkgs/master
Sascha Grunert 3 years ago committed by zowoq
parent ec0bcc2200
commit be66efdf86
  1. 4
      pkgs/applications/virtualization/runc/default.nix

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "runc";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "sha256-xd46HlZenTNCzmnCGN3x7Ah8pPLwbG9LSMGmiPIPyv0=";
sha256 = "sha256-l+Uq7aiXFrI+qbKSOZpYFIXz0VJBBR7ZZxlAJeGb7K4=";
};
vendorSha256 = null;

Loading…
Cancel
Save