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

crun: 1.14.2 -> 1.14.3
This commit is contained in:
Nick Cao
2024-02-20 09:03:02 -05:00
committed by GitHub
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.14.2";
version = "1.14.3";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-D2OuTbWAISEtrKy7LFVJz8FZWdXSn1ZiKYak9cJVceU=";
hash = "sha256-BsDkPwHi8nUcxw6KSrsMvVCdD6/BxVDuiBkAdv8H2xc=";
fetchSubmodules = true;
};