about summary refs log tree commit diff
path: root/pkgs/tools/misc/diffoscope
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-16 02:36:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-16 02:36:32 +0000
commit0a2bc8348099cdd38122d59e92fa72e49adae561 (patch)
tree45d287b5c3a856656db2c2a860b64fc62da2d49d /pkgs/tools/misc/diffoscope
parent727e1d7d62a5c9fc8e5568133fba99965a7e5503 (diff)
diffoscope: 209 -> 210
Diffstat (limited to 'pkgs/tools/misc/diffoscope')
-rw-r--r--pkgs/tools/misc/diffoscope/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix
index e1bb3a184f5a9..92fc69be7b5d7 100644
--- a/pkgs/tools/misc/diffoscope/default.nix
+++ b/pkgs/tools/misc/diffoscope/default.nix
@@ -11,11 +11,11 @@
 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
 python3Packages.buildPythonApplication rec {
   pname = "diffoscope";
-  version = "209";
+  version = "210";
 
   src = fetchurl {
     url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
-    sha256 = "sha256-ZyHec9EbLrHmzCGd/Cwg/y9XCUQPtZhRH0xCouHKMp0=";
+    sha256 = "sha256-KaECH995scVdBbxQ4YhZUFmm04ptgi4yx14oDFX+zSw=";
   };
 
   outputs = [ "out" "man" ];