crun: 1.14.4 -> 1.15

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2024-05-02 12:46:55 +02:00
parent fa30f48f01
commit ccec8742d3
No known key found for this signature in database
GPG key ID: 09D97D153EF94D93

View file

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.14.4";
version = "1.15";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-f+cG9800QKZH4+9ie97TmTbQlpLXe+z+47ptP+HgIgs=";
hash = "sha256-ZLkpwNxhTssp5RZ041+/mveq7Sct8fVzsdt8X319V1Q=";
fetchSubmodules = true;
};