···4141 description = "A date and time library based on the C++11/14/17 <chrono> header";
4242 homepage = "https://github.com/HowardHinnant/date";
4343 platforms = platforms.linux;
4444- maintainers = with maintainers; [ ma27 ];
4444+ maintainers = with maintainers; [ ];
4545 };
4646}
···6060 meta = with lib; {
6161 homepage = "http://niftools.sourceforge.net/wiki/NifSkope";
6262 description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
6363- maintainers = with maintainers; [ eelco ma27 ];
6363+ maintainers = with maintainers; [ eelco ];
6464 platforms = platforms.linux;
6565 license = licenses.bsd3;
6666 };
+2-10
pkgs/tools/misc/diffoscope/default.nix
···33, e2fsprogs, file, findutils, fontforge-fonttools, ffmpeg, fpc, gettext, ghc, ghostscriptX, giflib, gnumeric, gnupg, gnutar
44, gzip, hdf5, imagemagick, jdk, libarchive, libcaca, llvm, lz4, mono, openssh, openssl, pdftk, pgpdump, poppler_utils, qemu, R
55, radare2, sng, sqlite, squashfsTools, tcpdump, odt2txt, unzip, wabt, xxd, xz, zip, zstd
66-, fetchpatch
76, enableBloat ? false
87}:
98109# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
1110python3Packages.buildPythonApplication rec {
1211 pname = "diffoscope";
1313- version = "181";
1212+ version = "182";
14131514 src = fetchurl {
1615 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
1717- sha256 = "sha256-wom3/r0oR7K8zdz1GxLImQ4Whc4WpzPGwjqXb39mxw4=";
1616+ sha256 = "sha256-atWyVMewm+I/SDdE9+z1JYLLVOFDsgps2BL9WgZLlVA=";
1817 };
19182019 outputs = [ "out" "man" ];
21202221 patches = [
2322 ./ignore_links.patch
2424-2525- # Fixes a minor issue with squashfs >=4.5 (which we already have). Already
2626- # in upstream's master, can be removed when updating to 182.
2727- (fetchpatch {
2828- url = "https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/9e410d6fd4def177c4b5f914e74f72a59fb1a316.patch";
2929- sha256 = "sha256-Nj5Up48lfekH8KCPaucDb78QbtJ91O2SNiA4SqBrCBI=";
3030- })
3123 ];
32243325 postPatch = ''
+6-1
pkgs/tools/misc/dutree/default.nix
···88 owner = "nachoparker";
99 repo = pname;
1010 rev = "v${version}";
1111- sha256 = "1720295nxwr6r5yr6zhk2cw5y2l4w862f5wm9v7jjmf3a840yl8p";
1111+ sha256 = "17lm8jd07bi499mywg2iq669im34j4x4yhc8a3adxn12f8j0dfg7";
1212+ # test directory has files with unicode names which causes hash mismatches
1313+ # It is also not used by any tests or parts of build process
1414+ extraPostFetch = ''
1515+ rm -r $out/test
1616+ '';
1217 };
13181419 cargoSha256 = "0gg1w0xx36aswfm0y53nqwwz7zds25ysmklbrc8v2r91j74bhkzw";
+1-1
pkgs/tools/misc/peep/default.nix
···1818 description = "The CLI text viewer tool that works like less command on small pane within the terminal window";
1919 license = licenses.mit;
2020 homepage = "https://github.com/ryochack/peep";
2121- maintainers = with maintainers; [ ma27 ];
2121+ maintainers = with maintainers; [ ];
2222 };
2323}
+1-1
pkgs/tools/misc/thefuck/default.nix
···2222 homepage = "https://github.com/nvbn/thefuck";
2323 description = "Magnificent app which corrects your previous console command";
2424 license = licenses.mit;
2525- maintainers = with maintainers; [ ma27 SuperSandro2000 ];
2525+ maintainers = with maintainers; [ SuperSandro2000 ];
2626 };
2727}