Merge pull request #253970 from saschagrunert/crun

crun: 1.8.7 -> 1.9
This commit is contained in:
Mario Rodas 2023-09-08 03:27:24 -05:00 committed by GitHub
commit 172879b621
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.8.7";
version = "1.9";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-+EHkbAltoYzlDIgMbH3ofhpBLJhv5lq72u7Hh7cpU/M=";
hash = "sha256-1Ygr4tnMCRsskeJMUFv2XJxnNak8E30jZDZiLkXAQyg=";
fetchSubmodules = true;
};