crun: 1.8.7 -> 1.9

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-09-08 08:55:44 +02:00
parent be7925045a
commit 9acbef97fa
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.7";
version = "1.9";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-+EHkbAltoYzlDIgMbH3ofhpBLJhv5lq72u7Hh7cpU/M=";
hash = "sha256-1Ygr4tnMCRsskeJMUFv2XJxnNak8E30jZDZiLkXAQyg=";
fetchSubmodules = true;
};