crun: 1.8.6 -> 1.8.7

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-08-21 15:02:05 +02:00
parent c5d067d0f2
commit bf89405668
No known key found for this signature in database
GPG key ID: 09D97D153EF94D93

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;
};