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 16 17 17 buildGoModule rec { 18 18 pname = "runc"; 19 - version = "1.0.0"; 19 + version = "1.0.1"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "opencontainers"; 23 23 repo = "runc"; 24 24 rev = "v${version}"; 25 - sha256 = "sha256-slNVSlyJLaqIFF4uJP/7u4M0AkJLQjqkHO5TeKFYgSA="; 25 + sha256 = "sha256-xd46HlZenTNCzmnCGN3x7Ah8pPLwbG9LSMGmiPIPyv0="; 26 26 }; 27 27 28 28 vendorSha256 = null;