runc: 1.0.0 -> 1.0.1

authored by Maxine Aubrey and committed by zowoq eb7b4baf 88e010dc

+2 -2
+2 -2
pkgs/applications/virtualization/runc/default.nix
··· 16 17 buildGoModule rec { 18 pname = "runc"; 19 - version = "1.0.0"; 20 21 src = fetchFromGitHub { 22 owner = "opencontainers"; 23 repo = "runc"; 24 rev = "v${version}"; 25 - sha256 = "sha256-slNVSlyJLaqIFF4uJP/7u4M0AkJLQjqkHO5TeKFYgSA="; 26 }; 27 28 vendorSha256 = null;
··· 16 17 buildGoModule rec { 18 pname = "runc"; 19 + version = "1.0.1"; 20 21 src = fetchFromGitHub { 22 owner = "opencontainers"; 23 repo = "runc"; 24 rev = "v${version}"; 25 + sha256 = "sha256-xd46HlZenTNCzmnCGN3x7Ah8pPLwbG9LSMGmiPIPyv0="; 26 }; 27 28 vendorSha256 = null;