Skip to content

Commit 2afe427

Browse files
committed
1 parent 3ca2ced commit 2afe427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/diffoscope/default.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 = "284";
109+
version = "285";
110110

111111
src = fetchurl {
112112
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
113-
hash = "sha256-e30JIFoRxPc3+EVCLoaUbHSZd1EjHMpZ/2k6uYg9tPg=";
113+
hash = "sha256-OTS4Lr2OF1mdIAiPGK31Ptc/gr3D216Z1kvKOMNeaJI=";
114114
};
115115

116116
outputs = [

0 commit comments

Comments
 (0)