crun: 1.14.4 -> 1.15

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

+2 -2
+2 -2
pkgs/applications/virtualization/crun/default.nix
··· 39 in 40 stdenv.mkDerivation rec { 41 pname = "crun"; 42 - version = "1.14.4"; 43 44 src = fetchFromGitHub { 45 owner = "containers"; 46 repo = pname; 47 rev = version; 48 - hash = "sha256-f+cG9800QKZH4+9ie97TmTbQlpLXe+z+47ptP+HgIgs="; 49 fetchSubmodules = true; 50 }; 51
··· 39 in 40 stdenv.mkDerivation rec { 41 pname = "crun"; 42 + version = "1.15"; 43 44 src = fetchFromGitHub { 45 owner = "containers"; 46 repo = pname; 47 rev = version; 48 + hash = "sha256-ZLkpwNxhTssp5RZ041+/mveq7Sct8fVzsdt8X319V1Q="; 49 fetchSubmodules = true; 50 }; 51