Merge pull request #334723 from r-ryantm/auto-update/crun

crun: 1.16 -> 1.16.1
This commit is contained in:
Felix Bühler 2024-08-18 21:13:57 +02:00 committed by GitHub
commit cbbc37c92c
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.16";
version = "1.16.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-/dGnmZAFQ/e6EEfz8g75Eiefi2uz94moirWMLZRumdg=";
hash = "sha256-OhDzScs8xGs7kRn/xZRPwyqIszD0OuuY4ymrJ9QVDvM=";
fetchSubmodules = true;
};