runc: 1.1.4 -> 1.1.5

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

authored by

Sascha Grunert and committed by
zowoq
6ca1fd30 814fd176

+2 -2
+2 -2
pkgs/applications/virtualization/runc/default.nix
··· 15 16 buildGoModule rec { 17 pname = "runc"; 18 - version = "1.1.4"; 19 20 src = fetchFromGitHub { 21 owner = "opencontainers"; 22 repo = "runc"; 23 rev = "v${version}"; 24 - sha256 = "sha256-ougJHW1Z+qZ324P8WpZqawY1QofKnn8WezP7orzRTdA="; 25 }; 26 27 vendorSha256 = null;
··· 15 16 buildGoModule rec { 17 pname = "runc"; 18 + version = "1.1.5"; 19 20 src = fetchFromGitHub { 21 owner = "opencontainers"; 22 repo = "runc"; 23 rev = "v${version}"; 24 + sha256 = "sha256-r5as3hb0zt+XPfxAPeH+YIc/n6IRlscPOZMGfhVE5C4="; 25 }; 26 27 vendorSha256 = null;