crun: 1.17 -> 1.18 (#350612)

This commit is contained in:
Aleksana 2024-10-27 12:07:40 +08:00 committed by GitHub
commit 53f36064d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.17";
version = "1.18";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-d2YBpW8KivWYPRPpvXlT5tWPX8hvTCaSkMxdSuswYRA=";
hash = "sha256-t04jmLfkxZhvlfW79s8G7cc4W9ptFUQsD2a4/VODAC8=";
fetchSubmodules = true;
};