crun: 1.14.3 -> 1.14.4

This commit is contained in:
R. Ryantm 2024-02-29 18:10:10 +00:00
parent 575147aed7
commit a1cda20192

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;
};