diffoscope: 265 -> 266

Changes: https://diffoscope.org/news/diffoscope-266-released/
This commit is contained in:
Sergei Trofimovich
2024-05-10 21:43:48 +01:00
committed by Yaya
parent 7de8b8c18c
commit d2ed14aa4f

View File

@@ -96,11 +96,11 @@ in
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python.pkgs.buildPythonApplication rec {
pname = "diffoscope";
version = "265";
version = "266";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-YE81R8lTOM3wmv/GIaIBqUq2O6UvnUaHjuXZ00yDU8U=";
hash = "sha256-whEFBUFl8yFsZOtOWHbDm6Tx6i6UJYmQ5Fz7svLqGgs=";
};
outputs = [