crun: 1.19 -> 1.19.1 (#366066)

This commit is contained in:
Ryan Hendrickson
2024-12-18 03:17:43 -05:00
committed by GitHub

View File

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