lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #146167 from Ma27/bump-diffoscope

diffoscope: 190 -> 192

authored by

Maximilian Bosch and committed by
GitHub
80e6ae76 d0c14ed7

+3 -2
+3 -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 = "190"; 12 + version = "192"; 13 13 14 14 src = fetchurl { 15 15 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 16 - sha256 = "sha256-iZ9OJESNlGgsYTO9jbzEX5sCz8Rrhs7cecJEy7j4U+c="; 16 + sha256 = "sha256-ZaSE1yYznZIQV7yKyeBlqQzkgUn3CoadZY2fDA1/SnE="; 17 17 }; 18 18 19 19 outputs = [ "out" "man" ]; ··· 79 79 # Disable flaky tests on Darwin 80 80 "test_non_unicode_filename" 81 81 "test_listing" 82 + "test_symlink_root" 82 83 ]; 83 84 84 85 # flaky tests on Darwin