3
0
Fork 0
forked from mirrors/nixpkgs

crun: 1.12 -> 1.13

This commit is contained in:
R. Ryantm 2024-01-16 03:58:46 +00:00
parent 61575afc7f
commit 884e48e142

View file

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.12";
version = "1.13";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-61E/71axlN5H1KpAkWFm7jOETlmmy2qh7R+JrVZlMIQ=";
hash = "sha256-doGZ1rHHXDRClrTEXYJcU6AqlBTanpNpV6EIbxQgcXY=";
fetchSubmodules = true;
};