Skip to content

Commit 358e775

Browse files
authored
diffoscope: 279 -> 282 (#348101)
2 parents 2f7b214 + b7c125f commit 358e775

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
@@ -102,11 +102,11 @@ in
102102
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
103103
python.pkgs.buildPythonApplication rec {
104104
pname = "diffoscope";
105-
version = "279";
105+
version = "282";
106106

107107
src = fetchurl {
108108
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
109-
hash = "sha256-mP/l1/lFklFDBhXvnBjbcS8LZYqtfuCcG5SlD75RC/o=";
109+
hash = "sha256-hp1SW9vHBZnlSNKCKW7AUPheyMntxvrPo0McDHZw96c=";
110110
};
111111

112112
outputs = [

0 commit comments

Comments
 (0)