crun: 1.9.2 -> 1.10

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-10-19 12:15:44 +02:00
parent da1fc7ce62
commit 89e19b57da
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.2";
version = "1.10";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-C2VPEtHJyO7azDmvH74AoCnNaCeJ7XOLlIIe3nay4Po=";
hash = "sha256-deva/IPyjcGGAnUIofev3RV2ia7uI+OgSiUz/GtHhxE=";
fetchSubmodules = true;
};