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

crun: 1.13 -> 1.14
This commit is contained in:
Weijia Wang 2024-01-29 14:57:03 +01:00 committed by GitHub
commit 0ff5623d4b
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.13";
version = "1.14";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-doGZ1rHHXDRClrTEXYJcU6AqlBTanpNpV6EIbxQgcXY=";
hash = "sha256-ElmdYJ4X5C+2BKWgUoL7bg/whvAg2CFBDFAGnJXscB4=";
fetchSubmodules = true;
};