Merge pull request #269584 from saschagrunert/crun-up

crun: 1.11.1 -> 1.12
This commit is contained in:
adisbladis 2023-11-24 22:43:09 +13:00 committed by GitHub
commit 4c43f0bb75
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.11.1";
version = "1.12";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-D4Y+n/6R2v3U/BhYQitsHd6ckda1vfAzciFbTM/1J80=";
hash = "sha256-61E/71axlN5H1KpAkWFm7jOETlmmy2qh7R+JrVZlMIQ=";
fetchSubmodules = true;
};