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 a94100d commit 3ddbeb5Copy full SHA for 3ddbeb5
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 = "294";
+ version = "295";
110
111
src = fetchurl {
112
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
113
- hash = "sha256-9LwP/IL58OdKlB9X4zo0HDEG3nuR6HOBZmSp5166N6E=";
+ hash = "sha256-BxyE14vXS7lGFwWsruDAcdXMRsoETFwXPQxfMpSh1+E=";
114
};
115
116
outputs = [
0 commit comments