···2323 description = "A font with ligatures for Haskell code based off Source Code Pro";2424 license = licenses.ofl;2525 platforms = platforms.all;2626- maintainers = with maintainers; [ davidrusu Profpatsch ];2626+ maintainers = with maintainers; [ davidrusu ];2727 };2828}
···5353 meta = with lib; {5454 description = "A package manager for PureScript based on package sets";5555 license = licenses.bsd3;5656- maintainers = with maintainers; [ Profpatsch ];5656+ maintainers = with maintainers; [ ];5757 platforms = [ "x86_64-darwin" "x86_64-linux" ];5858 };5959}
···163163 * Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application164164 '';165165 license = licenses.mit;166166- maintainers = with maintainers; [ Profpatsch oxalica ];166166+ maintainers = with maintainers; [ oxalica Profpatsch ];167167 };168168}
···20202121stdenv.mkDerivation rec {2222 pname = "kea";2323- version = "2.2.0"; # only even minor versions are stable2323+ version = "2.4.0"; # only even minor versions are stable24242525 src = fetchurl {2626 url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz";2727- sha256 = "sha256-2n2QymKncmAtrG535QcxkDhCKJWtaO6xQvFIfWfVMdI=";2727+ hash = "sha256-OjPNCNwzGf9UTmu/LAQpBCEG9AUevhFdwbsmJclQA/c=";2828 };29293030 patches = [···8383 };84848585 meta = with lib; {8686+ changelog = "https://downloads.isc.org/isc/kea/${version}/Kea-${version}-ReleaseNotes.txt";8687 homepage = "https://kea.isc.org/";8788 description = "High-performance, extensible DHCP server by ISC";8889 longDescription = ''
-1
pkgs/top-level/aliases.nix
···18531853 ); # Added 2022-08-0218541854 xpraGtk3 = throw "'xpraGtk3' has been renamed to/replaced by 'xpra'"; # Converted to throw 2022-02-2218551855 xtrt = throw "xtrt has been removed due to being abandoned"; # Added 2023-05-2518561856- xv = xxv; # Added 2020-02-2218571856 xvidcap = throw "'xvidcap' has been removed because of a broken dependency"; # Added 2022-11-0818581857 xvfb_run = xvfb-run; # Added 2021-05-0718591858