crun: 1.9 -> 1.9.2

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-09-28 09:00:29 +02:00
parent a9f6c4e42d
commit 90fbb5f7cc
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.9";
version = "1.9.2";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-1Ygr4tnMCRsskeJMUFv2XJxnNak8E30jZDZiLkXAQyg=";
hash = "sha256-C2VPEtHJyO7azDmvH74AoCnNaCeJ7XOLlIIe3nay4Po=";
fetchSubmodules = true;
};