crun: 1.23.1 -> 1.24

This commit is contained in:
R. Ryantm
2025-09-09 20:43:22 +00:00
parent 21b565c06f
commit d4dd9704ad
+2 -2
View File
@@ -40,13 +40,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.23.1";
version = "1.24";
src = fetchFromGitHub {
owner = "containers";
repo = "crun";
rev = version;
hash = "sha256-jGRL/P4pR3nNikTYZxxqFvOK63pepClVhwBmeCF/dNU=";
hash = "sha256-Sdp6ZxUzK8T7zfrgevrLxhMh7SQfO+6mABBiFMLbgh0=";
fetchSubmodules = true;
};