Merge pull request #140143 from Ma27/bump-diffoscope

authored by Sandro and committed by GitHub cd511c6e 6952befc

+2 -2
+2 -2
pkgs/tools/misc/diffoscope/default.nix
··· 9 9 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 10 10 python3Packages.buildPythonApplication rec { 11 11 pname = "diffoscope"; 12 - version = "185"; 12 + version = "186"; 13 13 14 14 src = fetchurl { 15 15 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 16 - sha256 = "sha256-Spw7/+vQ1jd3rMZ792du04di0zleRNp8LUEki1374O8="; 16 + sha256 = "sha256-lOVKhpzDkm7NM9Ti0AAQ3CRpdQ3DTJElQWx7eXP7E3o="; 17 17 }; 18 18 19 19 outputs = [ "out" "man" ];