crun: 1.17 -> 1.18 (#350612)

This commit is contained in:
Aleksana
2024-10-27 12:07:40 +08:00
committed by GitHub
@@ -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;
};