Merge pull request #284078 from trofi/diffoscope-update

diffoscope: 254 -> 257

Closes https://github.com/NixOS/nixpkgs/pull/288169
This commit is contained in:
Mario Rodas 2024-02-13 11:38:19 -05:00 committed by GitHub
commit 9888f98456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,11 +79,11 @@
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python3.pkgs.buildPythonApplication rec {
pname = "diffoscope";
version = "254";
version = "257";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-LsRJUFrWMo9OiKL0/yBokAxY0b4gMGVRHyWMS1zhDjE=";
hash = "sha256-Fejp4i0uzsK9+9JBVPsE1AdDwshtRlxpxPfJdqRQQH4=";
};
outputs = [