We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f7b214 + b7c125f commit 358e775Copy full SHA for 358e775
pkgs/tools/misc/diffoscope/default.nix
@@ -102,11 +102,11 @@ in
102
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
103
python.pkgs.buildPythonApplication rec {
104
pname = "diffoscope";
105
- version = "279";
+ version = "282";
106
107
src = fetchurl {
108
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
109
- hash = "sha256-mP/l1/lFklFDBhXvnBjbcS8LZYqtfuCcG5SlD75RC/o=";
+ hash = "sha256-hp1SW9vHBZnlSNKCKW7AUPheyMntxvrPo0McDHZw96c=";
110
};
111
112
outputs = [
0 commit comments