Merge pull request #144868 from Ma27/bump-diffoscope

diffoscope: 188 -> 190

authored by

Maximilian Bosch and committed by
GitHub
eefcf9e9 29c3de8d

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