crun: 1.22 -> 1.23.1

This commit is contained in:
R. Ryantm 2025-08-02 17:00:49 +00:00
parent e2b2e81658
commit c3f0b0da54

View File

@ -40,13 +40,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.22";
version = "1.23.1";
src = fetchFromGitHub {
owner = "containers";
repo = "crun";
rev = version;
hash = "sha256-6XhwGuV9btN7wuwJuQITHtVTKBcawTuMG8lY22RMdWk=";
hash = "sha256-jGRL/P4pR3nNikTYZxxqFvOK63pepClVhwBmeCF/dNU=";
fetchSubmodules = true;
};