lol

Merge pull request #135960 from Ma27/bump-diffoscope

authored by

Sandro and committed by
GitHub
5f41e06f af37ad27

+2 -10
+2 -10
pkgs/tools/misc/diffoscope/default.nix
··· 3 3 , e2fsprogs, file, findutils, fontforge-fonttools, ffmpeg, fpc, gettext, ghc, ghostscriptX, giflib, gnumeric, gnupg, gnutar 4 4 , gzip, hdf5, imagemagick, jdk, libarchive, libcaca, llvm, lz4, mono, openssh, openssl, pdftk, pgpdump, poppler_utils, qemu, R 5 5 , radare2, sng, sqlite, squashfsTools, tcpdump, odt2txt, unzip, wabt, xxd, xz, zip, zstd 6 - , fetchpatch 7 6 , enableBloat ? false 8 7 }: 9 8 10 9 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 11 10 python3Packages.buildPythonApplication rec { 12 11 pname = "diffoscope"; 13 - version = "181"; 12 + version = "182"; 14 13 15 14 src = fetchurl { 16 15 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 17 - sha256 = "sha256-wom3/r0oR7K8zdz1GxLImQ4Whc4WpzPGwjqXb39mxw4="; 16 + sha256 = "sha256-atWyVMewm+I/SDdE9+z1JYLLVOFDsgps2BL9WgZLlVA="; 18 17 }; 19 18 20 19 outputs = [ "out" "man" ]; 21 20 22 21 patches = [ 23 22 ./ignore_links.patch 24 - 25 - # Fixes a minor issue with squashfs >=4.5 (which we already have). Already 26 - # in upstream's master, can be removed when updating to 182. 27 - (fetchpatch { 28 - url = "https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/9e410d6fd4def177c4b5f914e74f72a59fb1a316.patch"; 29 - sha256 = "sha256-Nj5Up48lfekH8KCPaucDb78QbtJ91O2SNiA4SqBrCBI="; 30 - }) 31 23 ]; 32 24 33 25 postPatch = ''