summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/crun
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2023-07-27 13:34:50 +0200
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-07-27 22:53:03 +1000
commit327bfef31d2c2b712d2ac348b3cd7ebe2db0f199 (patch)
tree5a3ea205ac8aa4e7a1ad56d5d239c1b940399d21 /pkgs/applications/virtualization/crun
parent478c0fd0a450d887dbb6198d813d489832638aa1 (diff)
crun: 1.8.5 -> 1.8.6
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Diffstat (limited to 'pkgs/applications/virtualization/crun')
-rw-r--r--pkgs/applications/virtualization/crun/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/crun/default.nix b/pkgs/applications/virtualization/crun/default.nix
index fbc4482536f1..7b994433840b 100644
--- a/pkgs/applications/virtualization/crun/default.nix
+++ b/pkgs/applications/virtualization/crun/default.nix
@@ -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;
};