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

crun: 1.14.3 -> 1.14.4
This commit is contained in:
Mario Rodas 2024-03-01 06:54:15 -05:00 committed by GitHub
commit ec869190b5
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.14.3";
version = "1.14.4";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-BsDkPwHi8nUcxw6KSrsMvVCdD6/BxVDuiBkAdv8H2xc=";
hash = "sha256-f+cG9800QKZH4+9ie97TmTbQlpLXe+z+47ptP+HgIgs=";
fetchSubmodules = true;
};