We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db3a7aa + f7e3266 commit 17131e5Copy full SHA for 17131e5
pkgs/by-name/di/diffoscope/package.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 = "289";
+ version = "293";
110
111
src = fetchurl {
112
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
113
- hash = "sha256-EvIUBGXuZjzZHjNAwLWNhLrqAM73DDKr/py2mX6vt3M=";
+ hash = "sha256-DZLeZhhWHcBGbO0lCucs5+6kXfwKk71Iwxhjej0ClLE=";
114
};
115
116
outputs = [
0 commit comments