crun: 1.19 -> 1.19.1

This commit is contained in:
R. Ryantm
2024-12-18 04:33:18 +00:00
parent 3e8ad285ed
commit 02415d0c9e

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;
};