Merge pull request #192580 from r-ryantm/auto-update/diffoscope

diffoscope: 221 -> 222
This commit is contained in:
figsoda 2022-09-23 10:09:42 -04:00 committed by GitHub
commit da1bfc7759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "221";
version = "222";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-E4p8uBICWIbplszgP8zdghO7qEI46WCk3eeP71jas9o=";
sha256 = "sha256-2TiDHWPwkAXBHnfQ+1h98F+YvqpxcEmmHXt0EWL3MKY=";
};
outputs = [ "out" "man" ];