crun: 1.18.2 -> 1.19

This commit is contained in:
R. Ryantm 2024-12-07 02:22:17 +00:00
parent c90e086ba3
commit cc039e714b

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.18.2";
version = "1.19";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-v/ZYy4aPsE7couVHSM4VFXPhn48cZK1odDK3r9yYprc=";
hash = "sha256-vAM68vyR5I1PyF9jJgBtY0pROyOhhCmqb0I+5RIrgb4=";
fetchSubmodules = true;
};