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.
1 parent 3ca2ced commit 2afe427Copy full SHA for 2afe427
pkgs/tools/misc/diffoscope/default.nix
@@ -106,11 +106,11 @@ in
106
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
107
python.pkgs.buildPythonApplication rec {
108
pname = "diffoscope";
109
- version = "284";
+ version = "285";
110
111
src = fetchurl {
112
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
113
- hash = "sha256-e30JIFoRxPc3+EVCLoaUbHSZd1EjHMpZ/2k6uYg9tPg=";
+ hash = "sha256-OTS4Lr2OF1mdIAiPGK31Ptc/gr3D216Z1kvKOMNeaJI=";
114
};
115
116
outputs = [
0 commit comments