···11-{ lib, stdenv, fetchurl, pkg-config, libusb1-axoloti }:
22-33-stdenv.mkDerivation rec {
44- pname = "dfu-util";
55- version = "0.8";
66-77- nativeBuildInputs = [ pkg-config ];
88- buildInputs = [ libusb1-axoloti ];
99-1010- src = fetchurl {
1111- url = "http://dfu-util.sourceforge.net/releases/${pname}-${version}.tar.gz";
1212- sha256 = "0n7h08avlzin04j93m6hkq9id6hxjiiix7ff9gc2n89aw6dxxjsm";
1313- };
1414-1515- meta = with lib; {
1616- description = "Device firmware update (DFU) USB programmer";
1717- longDescription = ''
1818- dfu-util is a program that implements the host (PC) side of the USB
1919- DFU 1.0 and 1.1 (Universal Serial Bus Device Firmware Upgrade) protocol.
2020-2121- DFU is intended to download and upload firmware to devices connected over
2222- USB. It ranges from small devices like micro-controller boards up to mobile
2323- phones. With dfu-util you are able to download firmware to your device or
2424- upload firmware from it.
2525- '';
2626- homepage = "http://dfu-util.sourceforge.net";
2727- license = licenses.gpl2Plus;
2828- platforms = platforms.unix;
2929- maintainers = [ ];
3030- };
3131-}
···24242525in stdenv.mkDerivation rec {
2626 pname = "signal-desktop";
2727- version = "5.42.0"; # Please backport all updates to the stable channel.
2727+ version = "5.43.0"; # Please backport all updates to the stable channel.
2828 # All releases have a limited lifetime and "expire" 90 days after the release.
2929 # When releases "expire" the application becomes unusable until an update is
3030 # applied. The expiration date for the current release can be extracted with:
···34343535 src = fetchurl {
3636 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
3737- sha256 = "sha256-xjSj7eKaDV8WB0SiPb4orxKK8mV2a2EWiMBK7BE8mgU=";
3737+ sha256 = "sha256-DYJ3WZbaalKhQXhVQO3qhJiGj92Cc+pwRDx/YBIi6gg=";
3838 };
39394040 nativeBuildInputs = [
···118118 liquidhaskell = markBroken super.liquidhaskell;
119119120120 # This became a core library in ghc 8.10., so we don‘t have an "exception" attribute anymore.
121121- exceptions = super.exceptions_0_10_4;
121121+ exceptions = super.exceptions_0_10_5;
122122123123 # ghc versions which don‘t match the ghc-lib-parser-ex version need the
124124 # additional dependency to compile successfully.
···9494 avxsynth = throw "avxsynth was removed because it was broken"; # Added 2021-05-18
9595 awesome-4-0 = awesome; # Added 2022-05-05
9696 aws-okta = throw "aws-okta is on indefinite hiatus. See https://github.com/segmentio/aws-okta/issues/278"; # Added 2022-04-05;
9797+ axoloti = throw "axoloti has been removed: abandoned by upstream"; # Added 2022-05-13
9798 azureus = throw "azureus is now known as vuze and the version in nixpkgs was really outdated"; # Added 2021-08-02
989999100 ### B ###
···205206 cpuminer-multi = throw "cpuminer-multi has been removed: deleted by upstream"; # Added 2022-01-07
206207 crafty = throw "crafty has been removed: deleted by upstream"; # Added 2022-01-07
207208 cryptol = throw "cryptol was removed due to prolonged broken build"; # Added 2020-08-21
209209+ ctl = throw "ctl has been removed: abandoned by upstream"; # Added 2022-05-13
208210209211 # CUDA Toolkit
210212 cudatoolkit_6 = throw "cudatoolkit_6 has been removed in favor of newer versions"; # Added 2021-02-14
···315317 demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18
316318 desktop_file_utils = throw "'desktop_file_utils' has been renamed to/replaced by 'desktop-file-utils'"; # Converted to throw 2022-02-22
317319 devicemapper = throw "'devicemapper' has been renamed to/replaced by 'lvm2'"; # Converted to throw 2022-02-22
320320+ dfu-util-axoloti = throw "dfu-util-axoloti has been removed: abandoned by upstream"; # Added 2022-05-13
318321 dhall-text = throw "'dhall-text' has been deprecated in favor of the 'dhall text' command from 'dhall'"; # Added 2022-03-26
319322 digikam5 = throw "'digikam5' has been renamed to/replaced by 'digikam'"; # Converted to throw 2022-02-22
323323+ dirmngr = throw "dirmngr has been removed: merged into gnupg"; # Added 2022-05-13
320324 disper = throw "disper has been removed: abandoned by upstream"; # Added 2022-03-18
321325 displaycal = throw "displaycal has been removed from nixpkgs, as it hasn't migrated to python3"; # Added 2022-01-12
322326 dmtx = throw "'dmtx' has been renamed to/replaced by 'dmtx-utils'"; # Converted to throw 2022-02-22
···695699 libudev = throw "'libudev' has been renamed to/replaced by 'udev'"; # Converted to throw 2022-02-22
696700 libungif = giflib; # Added 2020-02-12
697701 libusb = libusb1; # Added 2020-04-28
702702+ libusb1-axoloti = throw "libusb1-axoloti has been removed: axoloti has been removed"; # Added 2022-05-13
698703 libva-full = throw "'libva-full' has been renamed to/replaced by 'libva'"; # Converted to throw 2022-02-22
699704 libva1-full = throw "'libva1-full' has been renamed to/replaced by 'libva1'"; # Converted to throw 2022-02-22
700705 libwnck3 = libwnck;