runc: 1.0.1 -> 1.0.2

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>

authored by

Sascha Grunert and committed by
zowoq
be66efdf ec0bcc22

+2 -2
+2 -2
pkgs/applications/virtualization/runc/default.nix
··· 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;
··· 16 17 buildGoModule rec { 18 pname = "runc"; 19 + version = "1.0.2"; 20 21 src = fetchFromGitHub { 22 owner = "opencontainers"; 23 repo = "runc"; 24 rev = "v${version}"; 25 + sha256 = "sha256-l+Uq7aiXFrI+qbKSOZpYFIXz0VJBBR7ZZxlAJeGb7K4="; 26 }; 27 28 vendorSha256 = null;