crun: 1.16.1 -> 1.17

This commit is contained in:
R. Ryantm 2024-09-10 01:02:43 +00:00
parent 4b9592ba68
commit 10cec032c8

View File

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