crun: 1.8.5 -> 1.8.6

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert
2023-07-27 22:53:03 +10:00
committed by zowoq
parent 478c0fd0a4
commit 327bfef31d
@@ -23,6 +23,7 @@ let
"test_exec.py"
"test_hooks.py"
"test_hostname.py"
"test_oci_features"
"test_paths.py"
"test_pid.py"
"test_pid_file.py"
@@ -38,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-T51dVNtqQbXoPshlAkBzJOGTNTPM+AlqRYbqS8GX2NE=";
hash = "sha256-qPbJ8h/s4E7EmNlgBdrNZ0AW0D/N7PkK57C1cXjuM9U=";
fetchSubmodules = true;
};