Merge pull request #262019 from saschagrunert/crun

crun: 1.9.2 -> 1.10
This commit is contained in:
Weijia Wang 2023-10-24 04:18:39 +02:00 committed by GitHub
commit 579531931d
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.9.2";
version = "1.10";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-C2VPEtHJyO7azDmvH74AoCnNaCeJ7XOLlIIe3nay4Po=";
hash = "sha256-deva/IPyjcGGAnUIofev3RV2ia7uI+OgSiUz/GtHhxE=";
fetchSubmodules = true;
};