Merge pull request #203693 from qowoz/crun

crun: 1.7.1 -> 1.7.2
This commit is contained in:
figsoda 2022-11-29 23:01:14 -05:00 committed by GitHub
commit f581933881
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.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "sha256-YCymMr2dxDACdBNylPXa0GKu+QRzKFi5QzlyacAyE5A=";
sha256 = "sha256-SNNy/oI3ZcMeRLEMS2nSCS/rRaen5WsDfhdlHQCdtP4=";
fetchSubmodules = true;
};