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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "crun"; pname = "crun";
version = "1.22"; version = "1.23.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "crun"; repo = "crun";
rev = version; rev = version;
hash = "sha256-6XhwGuV9btN7wuwJuQITHtVTKBcawTuMG8lY22RMdWk="; hash = "sha256-jGRL/P4pR3nNikTYZxxqFvOK63pepClVhwBmeCF/dNU=";
fetchSubmodules = true; fetchSubmodules = true;
}; };