Merge pull request #218605 from saschagrunert/crun

crun: 1.8 -> 1.8.1
This commit is contained in:
adisbladis 2023-02-28 11:03:04 +13:00 committed by GitHub
commit c13127ebd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.8";
version = "1.8.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-8R9cja8Blk+7Sp25bJ9t9e0TvazD41livK+KKAwRpLg=";
hash = "sha256-Pm96fOfbBqf7mc9llv3sFi00Ioa3f9WNoDmLBPhB2eI=";
fetchSubmodules = true;
};