crun: 1.21 -> 1.22 (#420550)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:34:33 +00:00
committed by GitHub
+2 -2
View File
@@ -40,13 +40,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.21";
version = "1.22";
src = fetchFromGitHub {
owner = "containers";
repo = "crun";
rev = version;
hash = "sha256-uAB/IJ1psGKvOTVhj00VlNadxSKTXvg1eU97bngVblw=";
hash = "sha256-6XhwGuV9btN7wuwJuQITHtVTKBcawTuMG8lY22RMdWk=";
fetchSubmodules = true;
};