summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMorgan Jones <me@numin.it>2023-02-04 18:32:56 -0800
committerMorgan Jones <me@numin.it>2023-02-20 00:46:41 -0800
commitb11de88b221ed5fce626b0ff0562635273894fec (patch)
tree2c275fc63ee83774ff41bebe7b0a3a7c82fc456d /pkgs/top-level
parentd69bb82f566b1af133c13c941ad6f9ca312b0f6b (diff)
downloadnixpkgs-b11de88b221ed5fce626b0ff0562635273894fec.tar
nixpkgs-b11de88b221ed5fce626b0ff0562635273894fec.tar.gz
nixpkgs-b11de88b221ed5fce626b0ff0562635273894fec.tar.bz2
nixpkgs-b11de88b221ed5fce626b0ff0562635273894fec.tar.lz
nixpkgs-b11de88b221ed5fce626b0ff0562635273894fec.tar.xz
nixpkgs-b11de88b221ed5fce626b0ff0562635273894fec.tar.zst
nixpkgs-b11de88b221ed5fce626b0ff0562635273894fec.zip
ovftool: 4.4.1-16812187 -> 4.5.0-20459872
Use ovftool's bundled OpenSSL since they appear to be tied to it.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6494d4885af..cc136b1dbff 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10638,9 +10638,7 @@ with pkgs;
 
   otpw = callPackage ../os-specific/linux/otpw { };
 
-  ovftool = callPackage ../tools/virtualization/ovftool {
-    libressl = libressl_3_4;
-  };
+  ovftool = callPackage ../tools/virtualization/ovftool { };
 
   overcommit = callPackage ../development/tools/overcommit { };