Merge pull request #250541 from saschagrunert/crun

crun: 1.8.6 -> 1.8.7
This commit is contained in:
Jonas Heinrich 2023-08-22 21:12:56 +02:00 committed by GitHub
commit 05ba191efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.8.6";
version = "1.8.7";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-qPbJ8h/s4E7EmNlgBdrNZ0AW0D/N7PkK57C1cXjuM9U=";
hash = "sha256-+EHkbAltoYzlDIgMbH3ofhpBLJhv5lq72u7Hh7cpU/M=";
fetchSubmodules = true;
};