crun: 1.10 -> 1.11

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert
2023-10-27 09:09:12 +02:00
parent d6ada5d880
commit ef561a5c31
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.10";
version = "1.11";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-deva/IPyjcGGAnUIofev3RV2ia7uI+OgSiUz/GtHhxE=";
hash = "sha256-38IqVt/XZeZQRXjiPNz4qDibBHMBVZwzAcxrobzEWdI=";
fetchSubmodules = true;
};