crun: 1.23.1 -> 1.24 (#441589)

This commit is contained in:
dish
2025-09-10 10:39:22 -04:00
committed by GitHub

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