about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/crun
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2022-03-03 11:53:53 +0100
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-03-03 21:28:01 +1000
commit7ec2c0f27677cfee4b830eb77d2301bf453ad3f3 (patch)
tree995ee040f24e17014daeb0a159d44d028f618ef5 /pkgs/applications/virtualization/crun
parent2e689b1be8334a1278c0592b4665724fd31a92e7 (diff)
crun: 1.4.2 -> 1.4.3
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 4a2ec178be2e9..07e0cb6c533d3 100644
--- a/pkgs/applications/virtualization/crun/default.nix
+++ b/pkgs/applications/virtualization/crun/default.nix
@@ -18,6 +18,7 @@ let
   disabledTests = [
     "test_capabilities.py"
     "test_cwd.py"
+    "test_delete.py"
     "test_detach.py"
     "test_exec.py"
     "test_hooks.py"
@@ -37,13 +38,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "crun";
-  version = "1.4.2";
+  version = "1.4.3";
 
   src = fetchFromGitHub {
     owner = "containers";
     repo = pname;
     rev = version;
-    sha256 = "sha256-zGtHO8CgpbXTh8nZ6WA0ocakzLjL/PW2IULI5QSEPVI=";
+    sha256 = "sha256-5q8HirGOPsbaJ7JoLa4DRYkZX3kucWOZ633nzx4zVhg=";
     fetchSubmodules = true;
   };