about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-12-09 00:01:31 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-12-09 00:01:31 +0100
commit61da111d6f3cce9f81103d584ccf183ab867f463 (patch)
tree4d09982ea7790b7b81cf007279a49daf29d3bfc1 /pkgs/tools
parentc1cd33667c5eaa0eec5d9fe1453ab2ab7c86c8f7 (diff)
downloadnixlib-61da111d6f3cce9f81103d584ccf183ab867f463.tar
nixlib-61da111d6f3cce9f81103d584ccf183ab867f463.tar.gz
nixlib-61da111d6f3cce9f81103d584ccf183ab867f463.tar.bz2
nixlib-61da111d6f3cce9f81103d584ccf183ab867f463.tar.lz
nixlib-61da111d6f3cce9f81103d584ccf183ab867f463.tar.xz
nixlib-61da111d6f3cce9f81103d584ccf183ab867f463.tar.zst
nixlib-61da111d6f3cce9f81103d584ccf183ab867f463.zip
diffoscope: 252 -> 253
https://diffoscope.org/news/diffoscope-253-released/
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/diffoscope/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix
index 76017127b1c1..5fda0d8f577f 100644
--- a/pkgs/tools/misc/diffoscope/default.nix
+++ b/pkgs/tools/misc/diffoscope/default.nix
@@ -79,11 +79,11 @@
 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
 python3.pkgs.buildPythonApplication rec {
   pname = "diffoscope";
-  version = "252";
+  version = "253";
 
   src = fetchurl {
     url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
-    hash = "sha256-NmYv5htZT2v04vVksIWGuaPI1rXfNmrVSmErT/faBbQ=";
+    hash = "sha256-xI+SIEUPKFxz7sk9qqE1ibSJX0WRPnJEpco0Mqv7Wp8=";
   };
 
   outputs = [
@@ -118,7 +118,6 @@ python3.pkgs.buildPythonApplication rec {
   # docx2txt
   # lipo
   # otool
-  # r2pipe
   #
   # We filter automatically all packages for the host platform (some dependencies are not supported on Darwin, aarch64, etc.).
   pythonPath = lib.filter (lib.meta.availableOn stdenv.hostPlatform) ([