Merge pull request #281259 from r-ryantm/auto-update/crun

crun: 1.12 -> 1.13
This commit is contained in:
Mario Rodas 2024-01-17 05:42:25 -05:00 committed by GitHub
commit 8f579e6eb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.12";
version = "1.13";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-61E/71axlN5H1KpAkWFm7jOETlmmy2qh7R+JrVZlMIQ=";
hash = "sha256-doGZ1rHHXDRClrTEXYJcU6AqlBTanpNpV6EIbxQgcXY=";
fetchSubmodules = true;
};