crun: 1.19.1 -> 1.20

This commit is contained in:
R. Ryantm
2025-02-05 12:56:52 +00:00
parent ab36ef17c8
commit 70f230ddd4
+2 -2
View File
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.19.1";
version = "1.20";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-st8zap9WiM5+aX3spga19Ty4a4297rR3SjAY9Hrv4qg=";
hash = "sha256-rSh0oPZxhFSvEqzZrgM5eFrv1lW8Xd3JN1JTCT7Mj0I=";
fetchSubmodules = true;
};