crun: 1.20 -> 1.21 (#394033)

This commit is contained in:
Pol Dellaiera
2025-03-28 19:12:35 +01:00
committed by GitHub
+2 -2
View File
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.20";
version = "1.21";
src = fetchFromGitHub {
owner = "containers";
repo = "crun";
rev = version;
hash = "sha256-rSh0oPZxhFSvEqzZrgM5eFrv1lW8Xd3JN1JTCT7Mj0I=";
hash = "sha256-uAB/IJ1psGKvOTVhj00VlNadxSKTXvg1eU97bngVblw=";
fetchSubmodules = true;
};