Skip to content

Commit 63ea785

Browse files
authored
diffoscope: 294 -> 295 (#405698)
2 parents 0314fd9 + 3ddbeb5 commit 63ea785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/di/diffoscope/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ in
106106
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
107107
python.pkgs.buildPythonApplication rec {
108108
pname = "diffoscope";
109-
version = "294";
109+
version = "295";
110110

111111
src = fetchurl {
112112
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
113-
hash = "sha256-9LwP/IL58OdKlB9X4zo0HDEG3nuR6HOBZmSp5166N6E=";
113+
hash = "sha256-BxyE14vXS7lGFwWsruDAcdXMRsoETFwXPQxfMpSh1+E=";
114114
};
115115

116116
outputs = [

0 commit comments

Comments
 (0)