lol

Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
3ff69655 d8e62d8e

+1062 -1089
+12
doc/contributing/coding-conventions.chapter.md
··· 169 }) 170 ``` 171 172 - Arguments should be listed in the order they are used, with the exception of `lib`, which always goes first. 173 174 - The top-level `lib` must be used in the master and 21.05 branch over its alias `stdenv.lib` as it now causes evaluation errors when aliases are disabled which is the case for ofborg.
··· 169 }) 170 ``` 171 172 + - Unnecessary string conversions should be avoided. Do 173 + 174 + ```nix 175 + rev = version; 176 + ``` 177 + 178 + instead of 179 + 180 + ```nix 181 + rev = "${version}"; 182 + ``` 183 + 184 - Arguments should be listed in the order they are used, with the exception of `lib`, which always goes first. 185 186 - The top-level `lib` must be used in the master and 21.05 branch over its alias `stdenv.lib` as it now causes evaluation errors when aliases are disabled which is the case for ofborg.
-18
maintainers/maintainer-list.nix
··· 3709 githubId = 1447245; 3710 name = "Robin Gloster"; 3711 }; 3712 - gnidorah = { 3713 - email = "gnidorah@users.noreply.github.com"; 3714 - github = "gnidorah"; 3715 - githubId = 12064730; 3716 - name = "gnidorah"; 3717 - }; 3718 gnxlxnxx = { 3719 email = "gnxlxnxx@web.de"; 3720 github = "gnxlxnxx"; ··· 7019 githubId = 1222539; 7020 name = "Roman Naumann"; 7021 }; 7022 - nand0p = { 7023 - email = "nando@hex7.com"; 7024 - github = "nand0p"; 7025 - githubId = 1916245; 7026 - name = "Fernando Jose Pando"; 7027 - }; 7028 nasirhm = { 7029 email = "nasirhussainm14@gmail.com"; 7030 github = "nasirhm"; ··· 7706 github = "periklis"; 7707 githubId = 152312; 7708 name = "Periklis Tsirakidis"; 7709 - }; 7710 - pesterhazy = { 7711 - email = "pesterhazy@gmail.com"; 7712 - github = "pesterhazy"; 7713 - githubId = 106328; 7714 - name = "Paulus Esterhazy"; 7715 }; 7716 petabyteboy = { 7717 email = "milan@petabyte.dev";
··· 3709 githubId = 1447245; 3710 name = "Robin Gloster"; 3711 }; 3712 gnxlxnxx = { 3713 email = "gnxlxnxx@web.de"; 3714 github = "gnxlxnxx"; ··· 7013 githubId = 1222539; 7014 name = "Roman Naumann"; 7015 }; 7016 nasirhm = { 7017 email = "nasirhussainm14@gmail.com"; 7018 github = "nasirhm"; ··· 7694 github = "periklis"; 7695 githubId = 152312; 7696 name = "Periklis Tsirakidis"; 7697 }; 7698 petabyteboy = { 7699 email = "milan@petabyte.dev";
+1 -1
nixos/modules/programs/sway.nix
··· 144 xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; 145 }; 146 147 - meta.maintainers = with lib.maintainers; [ gnidorah primeos colemickens ]; 148 }
··· 144 xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; 145 }; 146 147 + meta.maintainers = with lib.maintainers; [ primeos colemickens ]; 148 }
+1 -1
nixos/modules/services/audio/jack.nix
··· 290 291 ]; 292 293 - meta.maintainers = [ maintainers.gnidorah ]; 294 }
··· 290 291 ]; 292 293 + meta.maintainers = [ ]; 294 }
+1 -1
nixos/modules/services/continuous-integration/buildbot/master.nix
··· 283 '') 284 ]; 285 286 - meta.maintainers = with lib.maintainers; [ nand0p mic92 lopsided98 ]; 287 }
··· 283 '') 284 ]; 285 286 + meta.maintainers = with lib.maintainers; [ mic92 lopsided98 ]; 287 }
+1 -1
nixos/modules/services/continuous-integration/buildbot/worker.nix
··· 191 }; 192 }; 193 194 - meta.maintainers = with lib.maintainers; [ nand0p ]; 195 196 }
··· 191 }; 192 }; 193 194 + meta.maintainers = with lib.maintainers; [ ]; 195 196 }
+1 -1
nixos/modules/services/misc/autorandr.nix
··· 48 49 }; 50 51 - meta.maintainers = with maintainers; [ gnidorah ]; 52 }
··· 48 49 }; 50 51 + meta.maintainers = with maintainers; [ ]; 52 }
+1 -1
nixos/modules/services/misc/fstrim.nix
··· 42 43 }; 44 45 - meta.maintainers = with maintainers; [ gnidorah ]; 46 }
··· 42 43 }; 44 45 + meta.maintainers = with maintainers; [ ]; 46 }
+1 -1
nixos/modules/services/misc/gitweb.nix
··· 54 55 }; 56 57 - meta.maintainers = with maintainers; [ gnidorah ]; 58 59 }
··· 54 55 }; 56 57 + meta.maintainers = with maintainers; [ ]; 58 59 }
+1 -1
nixos/modules/services/misc/mame.nix
··· 63 }; 64 }; 65 66 - meta.maintainers = with lib.maintainers; [ gnidorah ]; 67 }
··· 63 }; 64 }; 65 66 + meta.maintainers = with lib.maintainers; [ ]; 67 }
+1 -1
nixos/modules/services/networking/hans.nix
··· 141 }; 142 }; 143 144 - meta.maintainers = with maintainers; [ gnidorah ]; 145 }
··· 141 }; 142 }; 143 144 + meta.maintainers = with maintainers; [ ]; 145 }
+1 -1
nixos/modules/services/security/hologram-agent.nix
··· 54 55 }; 56 57 - meta.maintainers = with lib.maintainers; [ nand0p ]; 58 }
··· 54 55 }; 56 57 + meta.maintainers = with lib.maintainers; [ ]; 58 }
+12 -3
nixos/modules/services/web-servers/nginx/default.nix
··· 154 155 ${optionalString (cfg.recommendedProxySettings) '' 156 proxy_redirect off; 157 - proxy_connect_timeout 60; 158 - proxy_send_timeout 60; 159 - proxy_read_timeout 60; 160 proxy_http_version 1.1; 161 include ${recommendedProxyConfig}; 162 ''} ··· 398 type = types.bool; 399 description = " 400 Enable recommended proxy settings. 401 "; 402 }; 403
··· 154 155 ${optionalString (cfg.recommendedProxySettings) '' 156 proxy_redirect off; 157 + proxy_connect_timeout ${cfg.proxyTimeout}; 158 + proxy_send_timeout ${cfg.proxyTimeout}; 159 + proxy_read_timeout ${cfg.proxyTimeout}; 160 proxy_http_version 1.1; 161 include ${recommendedProxyConfig}; 162 ''} ··· 398 type = types.bool; 399 description = " 400 Enable recommended proxy settings. 401 + "; 402 + }; 403 + 404 + proxyTimeout = mkOption { 405 + type = types.str; 406 + default = "60s"; 407 + example = "20s"; 408 + description = " 409 + Change the proxy related timeouts in recommendedProxySettings. 410 "; 411 }; 412
+1 -1
nixos/modules/services/web-servers/nginx/gitweb.nix
··· 89 90 }; 91 92 - meta.maintainers = with maintainers; [ gnidorah ]; 93 94 }
··· 89 90 }; 91 92 + meta.maintainers = with maintainers; [ ]; 93 94 }
+1 -1
nixos/modules/services/x11/desktop-managers/cde.nix
··· 68 }]; 69 }; 70 71 - meta.maintainers = [ maintainers.gnidorah ]; 72 }
··· 68 }]; 69 }; 70 71 + meta.maintainers = [ ]; 72 }
+1 -1
nixos/modules/virtualisation/kvmgt.nix
··· 82 }; 83 }; 84 85 - meta.maintainers = with maintainers; [ gnidorah ]; 86 }
··· 82 }; 83 }; 84 85 + meta.maintainers = with maintainers; [ ]; 86 }
+1 -1
nixos/tests/buildbot.nix
··· 109 bbworker.fail("nc -z bbmaster 8011") 110 ''; 111 112 - meta.maintainers = with pkgs.lib.maintainers; [ nand0p ]; 113 } {}
··· 109 bbworker.fail("nc -z bbmaster 8011") 110 ''; 111 112 + meta.maintainers = with pkgs.lib.maintainers; [ ]; 113 } {}
+1 -1
pkgs/applications/audio/adlplug/default.nix
··· 38 homepage = src.meta.homepage; 39 license = licenses.boost; 40 platforms = platforms.linux; 41 - maintainers = with maintainers; [ gnidorah ]; 42 }; 43 }
··· 38 homepage = src.meta.homepage; 39 license = licenses.boost; 40 platforms = platforms.linux; 41 + maintainers = with maintainers; [ ]; 42 }; 43 }
+1 -1
pkgs/applications/audio/midisheetmusic/default.nix
··· 56 description = "Convert MIDI Files to Piano Sheet Music for two hands"; 57 homepage = "http://midisheetmusic.com"; 58 license = licenses.gpl2; 59 - maintainers = [ maintainers.gnidorah ]; 60 platforms = platforms.linux; 61 }; 62 }
··· 56 description = "Convert MIDI Files to Piano Sheet Music for two hands"; 57 homepage = "http://midisheetmusic.com"; 58 license = licenses.gpl2; 59 + maintainers = [ ]; 60 platforms = platforms.linux; 61 }; 62 }
+1 -1
pkgs/applications/audio/munt/default.nix
··· 33 homepage = "http://munt.sourceforge.net/"; 34 license = with licenses; [ lgpl21 gpl3 ]; 35 platforms = platforms.linux; 36 - maintainers = with maintainers; [ gnidorah ]; 37 }; 38 }
··· 33 homepage = "http://munt.sourceforge.net/"; 34 license = with licenses; [ lgpl21 gpl3 ]; 35 platforms = platforms.linux; 36 + maintainers = with maintainers; [ ]; 37 }; 38 }
+1 -1
pkgs/applications/audio/openmpt123/default.nix
··· 25 description = "A cross-platform command-line based module file player"; 26 homepage = "https://lib.openmpt.org/libopenmpt/"; 27 license = licenses.bsd3; 28 - maintainers = with maintainers; [ gnidorah ]; 29 platforms = platforms.linux; 30 }; 31 }
··· 25 description = "A cross-platform command-line based module file player"; 26 homepage = "https://lib.openmpt.org/libopenmpt/"; 27 license = licenses.bsd3; 28 + maintainers = with maintainers; [ ]; 29 platforms = platforms.linux; 30 }; 31 }
+2 -2
pkgs/applications/audio/uade123/default.nix
··· 19 description = "Plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API"; 20 homepage = "http://zakalwe.fi/uade/"; 21 license = licenses.gpl2; 22 - maintainers = [ lib.maintainers.gnidorah ]; 23 - platforms = lib.platforms.unix; 24 }; 25 }
··· 19 description = "Plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API"; 20 homepage = "http://zakalwe.fi/uade/"; 21 license = licenses.gpl2; 22 + maintainers = [ ]; 23 + platforms = platforms.unix; 24 }; 25 }
+3 -3
pkgs/applications/backup/pika-backup/default.nix
··· 19 20 stdenv.mkDerivation rec { 21 pname = "pika-backup"; 22 - version = "0.2.3"; 23 24 src = fetchFromGitLab { 25 domain = "gitlab.gnome.org"; 26 owner = "World"; 27 repo = "pika-backup"; 28 rev = "v${version}"; 29 - sha256 = "sha256-jy22eyuzM2y7vByT3TOlAUuTKtPepkB9iiHQT1YGQ88="; 30 }; 31 32 cargoDeps = rustPlatform.fetchCargoTarball { 33 inherit src; 34 name = "${pname}-${version}"; 35 - sha256 = "1ndcpgw18w3l5f7vv5vw8lxhgd5y1zxfarwnyfx13m7kcv8m3vyj"; 36 }; 37 38 patches = [
··· 19 20 stdenv.mkDerivation rec { 21 pname = "pika-backup"; 22 + version = "0.3.0"; 23 24 src = fetchFromGitLab { 25 domain = "gitlab.gnome.org"; 26 owner = "World"; 27 repo = "pika-backup"; 28 rev = "v${version}"; 29 + sha256 = "sha256-k9kl6cSohWx+MB/9jyVcTgpv02gsVwAk5KDSNqQrmzI="; 30 }; 31 32 cargoDeps = rustPlatform.fetchCargoTarball { 33 inherit src; 34 name = "${pname}-${version}"; 35 + sha256 = "0r6nbffik5j82bi82cmc00b17xv9m7xn3w3sarzwfxz0h43lal8a"; 36 }; 37 38 patches = [
+5 -3
pkgs/applications/editors/scite/default.nix
··· 2 3 stdenv.mkDerivation { 4 pname = "scite"; 5 - version = "4.0.5"; 6 7 src = fetchurl { 8 - url = "https://www.scintilla.org/scite405.tgz"; 9 - sha256 = "0h16wk2986nkkhhdv5g4lxlcn02qwyja24x1r6vf02r1hf46b9q2"; 10 }; 11 12 nativeBuildInputs = [ pkg-config ]; ··· 14 sourceRoot = "scintilla/gtk"; 15 16 buildPhase = '' 17 make 18 cd ../../scite/gtk 19 make prefix=$out/
··· 2 3 stdenv.mkDerivation { 4 pname = "scite"; 5 + version = "5.0.2"; 6 7 src = fetchurl { 8 + url = "https://www.scintilla.org/scite502.tgz"; 9 + sha256 = "00n2gr915f7kvp2250dzn6n0p6lhr6qdlm1m7y2xi6qrrky0bpan"; 10 }; 11 12 nativeBuildInputs = [ pkg-config ]; ··· 14 sourceRoot = "scintilla/gtk"; 15 16 buildPhase = '' 17 + make 18 + cd ../../lexilla/src 19 make 20 cd ../../scite/gtk 21 make prefix=$out/
+1 -1
pkgs/applications/graphics/lazpaint/default.nix
··· 63 homepage = "https://sourceforge.net/projects/lazpaint/"; 64 license = licenses.gpl3; 65 platforms = platforms.linux; 66 - maintainers = with maintainers; [ gnidorah ]; 67 }; 68 }
··· 63 homepage = "https://sourceforge.net/projects/lazpaint/"; 64 license = licenses.gpl3; 65 platforms = platforms.linux; 66 + maintainers = with maintainers; [ ]; 67 }; 68 }
+5 -8
pkgs/applications/graphics/meme/default.nix pkgs/applications/graphics/meme-image-generator/default.nix
··· 1 { lib 2 - , unstableGitUpdater 3 , buildGoModule 4 , fetchFromGitHub 5 }: 6 7 - buildGoModule { 8 - pname = "meme"; 9 - version = "unstable-2020-05-28"; 10 11 src = fetchFromGitHub { 12 owner = "nomad-software"; 13 repo = "meme"; 14 - rev = "33a8b7d0de6996294a0464a605dacc17b26a6b02"; 15 - sha256 = "05h8d6pjszhr49xqg02nw94hm95kb7w1i7nw8jxi582fxxm2qbnm"; 16 }; 17 18 vendorSha256 = null; 19 - 20 - passthru.updateScript = unstableGitUpdater { }; 21 22 meta = with lib; { 23 description = "A command line utility for creating image macro style memes";
··· 1 { lib 2 , buildGoModule 3 , fetchFromGitHub 4 }: 5 6 + buildGoModule rec { 7 + pname = "meme-image-generator"; 8 + version = "1.0.1"; 9 10 src = fetchFromGitHub { 11 owner = "nomad-software"; 12 repo = "meme"; 13 + rev = "v${version}"; 14 + sha256 = "089r0v5az2d2njn0s3d3wd0861pcs4slg6zl0rj4cm1k5cj8yd1k"; 15 }; 16 17 vendorSha256 = null; 18 19 meta = with lib; { 20 description = "A command line utility for creating image macro style memes";
+1 -1
pkgs/applications/misc/ArchiSteamFarm/default.nix
··· 36 homepage = "https://github.com/JustArchiNET/ArchiSteamFarm"; 37 license = licenses.asl20; 38 platforms = dotnetCorePackages.aspnetcore_3_1.meta.platforms; 39 - maintainers = with maintainers; [ gnidorah ]; 40 hydraPlatforms = []; 41 }; 42 }
··· 36 homepage = "https://github.com/JustArchiNET/ArchiSteamFarm"; 37 license = licenses.asl20; 38 platforms = dotnetCorePackages.aspnetcore_3_1.meta.platforms; 39 + maintainers = with maintainers; [ ]; 40 hydraPlatforms = []; 41 }; 42 }
+1 -1
pkgs/applications/misc/cpu-x/default.nix
··· 27 homepage = src.meta.homepage; 28 license = licenses.gpl3; 29 platforms = [ "x86_64-linux" ]; 30 - maintainers = with maintainers; [ gnidorah ]; 31 }; 32 }
··· 27 homepage = src.meta.homepage; 28 license = licenses.gpl3; 29 platforms = [ "x86_64-linux" ]; 30 + maintainers = with maintainers; [ ]; 31 }; 32 }
+1 -1
pkgs/applications/misc/jekyll/default.nix
··· 49 homepage = "https://jekyllrb.com/"; 50 #changelog = "https://raw.githubusercontent.com/jekyll/jekyll/v${version}/History.markdown"; 51 license = licenses.mit; 52 - maintainers = with maintainers; [ pesterhazy ]; 53 platforms = platforms.unix; 54 }; 55 }
··· 49 homepage = "https://jekyllrb.com/"; 50 #changelog = "https://raw.githubusercontent.com/jekyll/jekyll/v${version}/History.markdown"; 51 license = licenses.mit; 52 + maintainers = with maintainers; [ ]; 53 platforms = platforms.unix; 54 }; 55 }
+4 -3
pkgs/applications/misc/plasma-applet-volumewin7mixer/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "plasma-applet-volumewin7mixer"; 5 - version = "25"; 6 7 src = fetchFromGitHub { 8 owner = "Zren"; 9 repo = "plasma-applet-volumewin7mixer"; 10 rev = "v${version}"; 11 - sha256 = "1nvz0a06qb3pfk8dfh5n5vgf3psd6k0j3vms9pskr511qsxw0dfi"; 12 }; 13 14 patches = [ ./cmake.patch ]; 15 - postPatch = "rm build "; 16 nativeBuildInputs = [ cmake extra-cmake-modules ]; 17 buildInputs = [ plasma-framework kwindowsystem plasma-pa ]; 18
··· 2 3 stdenv.mkDerivation rec { 4 pname = "plasma-applet-volumewin7mixer"; 5 + version = "26"; 6 7 src = fetchFromGitHub { 8 owner = "Zren"; 9 repo = "plasma-applet-volumewin7mixer"; 10 rev = "v${version}"; 11 + sha256 = "sha256-VMOUNtAURTHDuJBOGz2N0+3VzxBmVNC1O8dVuyUZAa4="; 12 }; 13 14 + # Adds the CMakeLists.txt not provided by upstream 15 patches = [ ./cmake.patch ]; 16 + postPatch = "rm build"; 17 nativeBuildInputs = [ cmake extra-cmake-modules ]; 18 buildInputs = [ plasma-framework kwindowsystem plasma-pa ]; 19
+1 -1
pkgs/applications/misc/qdirstat/default.nix
··· 51 description = "Graphical disk usage analyzer"; 52 homepage = src.meta.homepage; 53 license = licenses.gpl2Plus; 54 - maintainers = with maintainers; [ gnidorah ]; 55 platforms = platforms.linux; 56 }; 57 }
··· 51 description = "Graphical disk usage analyzer"; 52 homepage = src.meta.homepage; 53 license = licenses.gpl2Plus; 54 + maintainers = with maintainers; [ ]; 55 platforms = platforms.linux; 56 }; 57 }
+6 -8
pkgs/applications/misc/xplr/default.nix
··· 1 - { lib, stdenv, rustPlatform, fetchFromGitHub, libiconv }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "xplr"; 5 - version = "0.8.4"; 6 7 - src = fetchFromGitHub { 8 - owner = "sayanarijit"; 9 - repo = pname; 10 - rev = "v${version}"; 11 - sha256 = "00kmmdwwf9cll25bkszgin2021ggf9b28jlcpicin5kgw4iwlhkj"; 12 }; 13 14 buildInputs = lib.optional stdenv.isDarwin libiconv; 15 16 - cargoSha256 = "1j43vwb885h355wdmjijz1qpkqn1dmb93hwi6vc035vkbbxs1g4r"; 17 18 meta = with lib; { 19 description = "A hackable, minimal, fast TUI file explorer";
··· 1 + { lib, stdenv, rustPlatform, fetchCrate, libiconv }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "xplr"; 5 + version = "0.9.1"; 6 7 + src = fetchCrate { 8 + inherit pname version; 9 + sha256 = "0ca6r0xkcdg1ha0n79kzxqh2ks5q3l3hgylqqy62vk51c6yrjx9x"; 10 }; 11 12 buildInputs = lib.optional stdenv.isDarwin libiconv; 13 14 + cargoSha256 = "1c29dakcff130fvavgq2kpy2ncpgxkil2mi14q2m9jpsrvhqcdvk"; 15 16 meta = with lib; { 17 description = "A hackable, minimal, fast TUI file explorer";
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 27 pname = "discord-canary"; 28 binaryName = "DiscordCanary"; 29 desktopName = "Discord Canary"; 30 - version = "0.0.119"; 31 src = fetchurl { 32 url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; 33 - sha256 = "0bzrilag7mjfhr84l956xisbaz8mmkmqizg22f9gabgcv85vwzsi"; 34 }; 35 }; 36 }.${branch}
··· 27 pname = "discord-canary"; 28 binaryName = "DiscordCanary"; 29 desktopName = "Discord Canary"; 30 + version = "0.0.121"; 31 src = fetchurl { 32 url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; 33 + sha256 = "0s85nh31wv39adawfmllp128n0wgyisbi604n0cngzi28rdw7bph"; 34 }; 35 }; 36 }.${branch}
+3 -3
pkgs/applications/networking/instant-messengers/ferdi/default.nix
··· 3 mkFranzDerivation rec { 4 pname = "ferdi"; 5 name = "Ferdi"; 6 - version = "5.5.0"; 7 src = fetchurl { 8 url = "https://github.com/getferdi/ferdi/releases/download/v${version}/ferdi_${version}_amd64.deb"; 9 - sha256 = "0i24vcnq4iz5amqmn2fgk92ff9x9y7fg8jhc3g6ksvmcfly7af3k"; 10 }; 11 meta = with lib; { 12 description = "Combine your favorite messaging services into one application"; 13 homepage = "https://getferdi.com/"; 14 - license = licenses.free; 15 maintainers = [ maintainers.davidtwco ]; 16 platforms = [ "x86_64-linux" ]; 17 hydraPlatforms = [ ];
··· 3 mkFranzDerivation rec { 4 pname = "ferdi"; 5 name = "Ferdi"; 6 + version = "5.6.0-beta.5"; 7 src = fetchurl { 8 url = "https://github.com/getferdi/ferdi/releases/download/v${version}/ferdi_${version}_amd64.deb"; 9 + sha256 = "sha256-fDUzYir53OQ3O4o9eG70sGD+FJ0/4SDNsTfh97WFRnQ="; 10 }; 11 meta = with lib; { 12 description = "Combine your favorite messaging services into one application"; 13 homepage = "https://getferdi.com/"; 14 + license = licenses.asl20; 15 maintainers = [ maintainers.davidtwco ]; 16 platforms = [ "x86_64-linux" ]; 17 hydraPlatforms = [ ];
+2
pkgs/applications/networking/instant-messengers/franz/generic.nix
··· 23 , udev 24 , libnotify 25 , xdg-utils 26 }: 27 28 # Helper function for building a derivation for Franz and forks. ··· 48 libXtst 49 libXScrnSaver 50 ]) ++ [ 51 gtk3 52 atk 53 glib
··· 23 , udev 24 , libnotify 25 , xdg-utils 26 + , mesa 27 }: 28 29 # Helper function for building a derivation for Franz and forks. ··· 49 libXtst 50 libXScrnSaver 51 ]) ++ [ 52 + mesa #libgbm 53 gtk3 54 atk 55 glib
+1 -1
pkgs/applications/networking/instant-messengers/rambox/default.nix
··· 21 description = "Free and Open Source messaging and emailing app that combines common web applications into one"; 22 homepage = "https://rambox.pro"; 23 license = licenses.mit; 24 - maintainers = with maintainers; [ gnidorah ma27 ]; 25 platforms = ["i686-linux" "x86_64-linux"]; 26 hydraPlatforms = []; 27 };
··· 21 description = "Free and Open Source messaging and emailing app that combines common web applications into one"; 22 homepage = "https://rambox.pro"; 23 license = licenses.mit; 24 + maintainers = with maintainers; [ ma27 ]; 25 platforms = ["i686-linux" "x86_64-linux"]; 26 hydraPlatforms = []; 27 };
+7 -5
pkgs/applications/networking/instant-messengers/torchat/default.nix
··· 1 - { lib, stdenv, fetchurl, python, unzip, wxPython, wrapPython, tor }: 2 - stdenv.mkDerivation rec { 3 4 pname = "torchat"; 5 version = "0.9.9.553"; 6 7 - src = fetchurl { 8 - url = "https://github.com/prof7bit/TorChat/archive/${version}.tar.gz"; 9 - sha256 = "0rb4lvv40pz6ab5kxq40ycvh7kh1yxn7swzgv2ff2nbhi62xnzp0"; 10 }; 11 12 nativeBuildInputs = [ unzip ];
··· 1 + { lib, stdenv, fetchFromGitHub, python, unzip, wxPython, wrapPython, tor }: 2 3 + stdenv.mkDerivation rec { 4 pname = "torchat"; 5 version = "0.9.9.553"; 6 7 + src = fetchFromGitHub { 8 + owner = "prof7bit"; 9 + repo = "TorChat"; 10 + rev = version; 11 + sha256 = "2LHG9qxZDo5rV6wsputdRo2Y1aHs+irMwt1ucFnXQE0="; 12 }; 13 14 nativeBuildInputs = [ unzip ];
+1 -1
pkgs/applications/networking/instant-messengers/vk-messenger/default.nix
··· 25 description = "Simple and Convenient Messaging App for VK"; 26 homepage = "https://vk.com/messenger"; 27 license = licenses.unfree; 28 - maintainers = [ maintainers.gnidorah ]; 29 platforms = ["i686-linux" "x86_64-linux" "x86_64-darwin"]; 30 }; 31
··· 25 description = "Simple and Convenient Messaging App for VK"; 26 homepage = "https://vk.com/messenger"; 27 license = licenses.unfree; 28 + maintainers = [ ]; 29 platforms = ["i686-linux" "x86_64-linux" "x86_64-darwin"]; 30 }; 31
+3 -3
pkgs/applications/networking/ssb-patchwork/default.nix
··· 2 3 let 4 pname = "ssb-patchwork"; 5 - version = "3.18.0"; 6 name = "Patchwork-${version}"; 7 8 src = fetchurl { 9 url = "https://github.com/ssbc/patchwork/releases/download/v${version}/${name}.AppImage"; 10 - sha256 = "1sb9q1qj5mj4cf8d9dsc498mg8a1ri2y0p9qbh44i8ykby8jkgjc"; 11 }; 12 13 binary = appimageTools.wrapType2 { ··· 47 ''; 48 homepage = "https://www.scuttlebutt.nz/"; 49 license = licenses.agpl3; 50 - maintainers = with maintainers; [ asymmetric ninjatrappeur ]; 51 platforms = [ "x86_64-linux" ]; 52 }; 53 }
··· 2 3 let 4 pname = "ssb-patchwork"; 5 + version = "3.18.1"; 6 name = "Patchwork-${version}"; 7 8 src = fetchurl { 9 url = "https://github.com/ssbc/patchwork/releases/download/v${version}/${name}.AppImage"; 10 + sha256 = "F8n6LLbgkg3z55lSY60T+pn2lra8aPt6Ztepw1gf2rI="; 11 }; 12 13 binary = appimageTools.wrapType2 { ··· 47 ''; 48 homepage = "https://www.scuttlebutt.nz/"; 49 license = licenses.agpl3; 50 + maintainers = with maintainers; [ asymmetric ninjatrappeur cyplo ]; 51 platforms = [ "x86_64-linux" ]; 52 }; 53 }
+1 -1
pkgs/applications/office/mytetra/default.nix
··· 33 description = "Smart manager for information collecting"; 34 homepage = "https://webhamster.ru/site/page/index/articles/projectcode/138"; 35 license = licenses.gpl3; 36 - maintainers = [ maintainers.gnidorah ]; 37 platforms = platforms.linux; 38 }; 39 }
··· 33 description = "Smart manager for information collecting"; 34 homepage = "https://webhamster.ru/site/page/index/articles/projectcode/138"; 35 license = licenses.gpl3; 36 + maintainers = [ ]; 37 platforms = platforms.linux; 38 }; 39 }
+4 -1
pkgs/applications/science/math/cntk/default.nix
··· 33 # Force OpenMPI to use g++ in PATH. 34 OMPI_CXX = "g++"; 35 36 buildInputs = [ openblas opencv3 libzip boost protobuf mpi ] 37 ++ lib.optional cudaSupport cudatoolkit 38 ++ lib.optional cudnnSupport cudnn; ··· 40 configureFlags = [ 41 "--with-opencv=${opencv3}" 42 "--with-libzip=${libzip.dev}" 43 - "--with-openblas=${openblas}" 44 "--with-boost=${boost.dev}" 45 "--with-protobuf=${protobuf}" 46 "--with-mpi=${mpi}"
··· 33 # Force OpenMPI to use g++ in PATH. 34 OMPI_CXX = "g++"; 35 36 + # Uses some deprecated tensorflow functions 37 + NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; 38 + 39 buildInputs = [ openblas opencv3 libzip boost protobuf mpi ] 40 ++ lib.optional cudaSupport cudatoolkit 41 ++ lib.optional cudnnSupport cudnn; ··· 43 configureFlags = [ 44 "--with-opencv=${opencv3}" 45 "--with-libzip=${libzip.dev}" 46 + "--with-openblas=${openblas.dev}" 47 "--with-boost=${boost.dev}" 48 "--with-protobuf=${protobuf}" 49 "--with-mpi=${mpi}"
+1 -1
pkgs/applications/version-management/git-and-tools/gitweb/default.nix
··· 22 ++ [ "${git}/share/gitweb" ]; 23 24 meta = git.meta // { 25 - maintainers = with lib.maintainers; [ gnidorah ]; 26 }; 27 }
··· 22 ++ [ "${git}/share/gitweb" ]; 23 24 meta = git.meta // { 25 + maintainers = with lib.maintainers; [ ]; 26 }; 27 }
+2 -2
pkgs/applications/version-management/mercurial/4.9.nix
··· 1 - { lib, stdenv, fetchurl, python2Packages, makeWrapper, unzip 2 , guiSupport ? false, tk ? null 3 , ApplicationServices 4 , mercurialSrc ? fetchurl rec { ··· 21 22 inherit python; # pass it so that the same version can be used in hg2git 23 24 - nativeBuildInputs = [ makeWrapper unzip ]; 25 buildInputs = [ docutils ] 26 ++ lib.optionals stdenv.isDarwin [ ApplicationServices ]; 27
··· 1 + { lib, stdenv, fetchurl, python2Packages, makeWrapper 2 , guiSupport ? false, tk ? null 3 , ApplicationServices 4 , mercurialSrc ? fetchurl rec { ··· 21 22 inherit python; # pass it so that the same version can be used in hg2git 23 24 + nativeBuildInputs = [ makeWrapper ]; 25 buildInputs = [ docutils ] 26 ++ lib.optionals stdenv.isDarwin [ ApplicationServices ]; 27
+1 -1
pkgs/applications/video/kodi/unwrapped.nix
··· 45 kodi_src = fetchFromGitHub { 46 owner = "xbmc"; 47 repo = "xbmc"; 48 - rev = "v${kodiVersion}"; 49 sha256 = "0jh67vw3983lnfgqzqfislawwbpq0vxxk1ljsg7mar06mlwfxb7h"; 50 }; 51
··· 45 kodi_src = fetchFromGitHub { 46 owner = "xbmc"; 47 repo = "xbmc"; 48 + rev = "${kodiVersion}-${rel}"; 49 sha256 = "0jh67vw3983lnfgqzqfislawwbpq0vxxk1ljsg7mar06mlwfxb7h"; 50 }; 51
+1 -1
pkgs/data/themes/cdetheme/default.nix
··· 28 homepage = "https://www.gnome-look.org/p/1231025"; 29 license = licenses.gpl3; 30 platforms = platforms.all; 31 - maintainers = with maintainers; [ gnidorah ]; 32 hydraPlatforms = []; 33 }; 34 }
··· 28 homepage = "https://www.gnome-look.org/p/1231025"; 29 license = licenses.gpl3; 30 platforms = platforms.all; 31 + maintainers = with maintainers; [ ]; 32 hydraPlatforms = []; 33 }; 34 }
+2 -2
pkgs/data/themes/jade1/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "theme-jade1"; 5 - version = "1.12"; 6 7 src = fetchurl { 8 url = "https://github.com/madmaxms/theme-jade-1/releases/download/v${version}/jade-1-theme.tar.xz"; 9 - sha256 = "1pawdfyvpbvhb6fa27rgjp49vlbmix9pq192wjlv2wgq7v4ip9y8"; 10 }; 11 12 sourceRoot = ".";
··· 2 3 stdenv.mkDerivation rec { 4 pname = "theme-jade1"; 5 + version = "1.13"; 6 7 src = fetchurl { 8 url = "https://github.com/madmaxms/theme-jade-1/releases/download/v${version}/jade-1-theme.tar.xz"; 9 + sha256 = "04a9c56w4hm8lwa8hzy5lwj4yli19gzy5wp5iinsm61qas9xgy69"; 10 }; 11 12 sourceRoot = ".";
+1 -1
pkgs/data/themes/kde2/default.nix
··· 25 homepage = "https://github.com/repos-holder/kdecoration2-kde2"; 26 license = licenses.bsd2; 27 platforms = platforms.linux; 28 - maintainers = with maintainers; [ gnidorah ]; 29 }; 30 }
··· 25 homepage = "https://github.com/repos-holder/kdecoration2-kde2"; 26 license = licenses.bsd2; 27 platforms = platforms.linux; 28 + maintainers = with maintainers; [ ]; 29 }; 30 }
+1 -1
pkgs/data/themes/qtcurve/default.nix
··· 64 description = "Widget styles for Qt5/Plasma 5 and gtk2"; 65 platforms = platforms.linux; 66 license = licenses.lgpl21Plus; 67 - maintainers = [ maintainers.gnidorah ]; 68 }; 69 }
··· 64 description = "Widget styles for Qt5/Plasma 5 and gtk2"; 65 platforms = platforms.linux; 66 license = licenses.lgpl21Plus; 67 + maintainers = [ ]; 68 }; 69 }
+1 -1
pkgs/desktops/cdesktopenv/default.nix
··· 75 description = "Common Desktop Environment"; 76 homepage = "https://sourceforge.net/projects/cdesktopenv/"; 77 license = licenses.lgpl2; 78 - maintainers = [ maintainers.gnidorah ]; 79 platforms = [ "i686-linux" "x86_64-linux" ]; 80 }; 81 }
··· 75 description = "Common Desktop Environment"; 76 homepage = "https://sourceforge.net/projects/cdesktopenv/"; 77 license = licenses.lgpl2; 78 + maintainers = [ ]; 79 platforms = [ "i686-linux" "x86_64-linux" ]; 80 }; 81 }
+2 -2
pkgs/development/beam-modules/erlang-ls/default.nix
··· 1 - { fetchFromGitHub, fetchHex, stdenv, rebar3WithPlugins, lib }: 2 let 3 version = "0.15.0"; 4 owner = "erlang-ls"; ··· 7 in stdenv.mkDerivation { 8 inherit version; 9 pname = "erlang-ls"; 10 - buildInputs = [ (rebar3WithPlugins { }) ]; 11 src = fetchFromGitHub { 12 inherit owner repo; 13 sha256 = "1s6zk8r5plm7ajifz17mvfrnk5mzbhj7alayink9phqbmzrypnfg";
··· 1 + { fetchFromGitHub, fetchHex, stdenv, erlang, rebar3WithPlugins, lib }: 2 let 3 version = "0.15.0"; 4 owner = "erlang-ls"; ··· 7 in stdenv.mkDerivation { 8 inherit version; 9 pname = "erlang-ls"; 10 + buildInputs = [ erlang (rebar3WithPlugins { }) ]; 11 src = fetchFromGitHub { 12 inherit owner repo; 13 sha256 = "1s6zk8r5plm7ajifz17mvfrnk5mzbhj7alayink9phqbmzrypnfg";
+2 -2
pkgs/development/compilers/openjdk/15.nix
··· 22 sha256 = "1h8n5figc9q0k9p8b0qggyhvqagvxanfih1lj5j492c74cd1mx1l"; 23 }; 24 25 - nativeBuildInputs = [ pkg-config autoconf ]; 26 buildInputs = [ 27 - cpio file which unzip zip perl zlib cups freetype alsaLib libjpeg giflib 28 libpng zlib lcms2 libX11 libICE libXrender libXext libXtst libXt libXtst 29 libXi libXinerama libXcursor libXrandr fontconfig openjdk15-bootstrap 30 ] ++ lib.optionals (!headless && enableGnome2) [
··· 22 sha256 = "1h8n5figc9q0k9p8b0qggyhvqagvxanfih1lj5j492c74cd1mx1l"; 23 }; 24 25 + nativeBuildInputs = [ pkg-config autoconf unzip zip file which ]; 26 buildInputs = [ 27 + cpio perl zlib cups freetype alsaLib libjpeg giflib 28 libpng zlib lcms2 libX11 libICE libXrender libXext libXtst libXt libXtst 29 libXi libXinerama libXcursor libXrandr fontconfig openjdk15-bootstrap 30 ] ++ lib.optionals (!headless && enableGnome2) [
+1 -1
pkgs/development/compilers/pakcs/default.nix
··· 94 with dynamic web pages, prototyping embedded systems). 95 ''; 96 97 - maintainers = with maintainers; [ kkallio gnidorah ]; 98 platforms = platforms.linux; 99 }; 100 }
··· 94 with dynamic web pages, prototyping embedded systems). 95 ''; 96 97 + maintainers = with maintainers; [ kkallio ]; 98 platforms = platforms.linux; 99 }; 100 }
-78
pkgs/development/compilers/solc/0.7.nix
··· 1 - { lib, gccStdenv, fetchzip, boost, cmake, ncurses, python3, coreutils 2 - , z3Support ? true, z3 ? null, cvc4Support ? true, cvc4 ? null 3 - , cln ? null, gmp ? null 4 - }: 5 - 6 - # compiling source/libsmtutil/CVC4Interface.cpp breaks on clang on Darwin, 7 - # general commandline tests fail at abiencoderv2_no_warning/ on clang on NixOS 8 - 9 - assert z3Support -> z3 != null && lib.versionAtLeast z3.version "4.6.0"; 10 - assert cvc4Support -> cvc4 != null && cln != null && gmp != null; 11 - 12 - let 13 - jsoncppVersion = "1.9.4"; 14 - jsoncppUrl = "https://github.com/open-source-parsers/jsoncpp/archive/${jsoncppVersion}.tar.gz"; 15 - jsoncpp = fetchzip { 16 - url = jsoncppUrl; 17 - sha256 = "0qnx5y6c90fphl9mj9d20j2dfgy6s5yr5l0xnzid0vh71zrp6jwv"; 18 - }; 19 - in 20 - gccStdenv.mkDerivation rec { 21 - 22 - pname = "solc"; 23 - version = "0.7.4"; 24 - 25 - # upstream suggests avoid using archive generated by github 26 - src = fetchzip { 27 - url = "https://github.com/ethereum/solidity/releases/download/v${version}/solidity_${version}.tar.gz"; 28 - sha256 = "02261l54jdbvxk612z7zsyvmchy1rx4lf27b3f616sd7r56krpkg"; 29 - }; 30 - 31 - postPatch = '' 32 - substituteInPlace cmake/jsoncpp.cmake \ 33 - --replace "${jsoncppUrl}" ${jsoncpp} 34 - ''; 35 - 36 - cmakeFlags = [ 37 - "-DBoost_USE_STATIC_LIBS=OFF" 38 - ] ++ lib.optionals (!z3Support) [ 39 - "-DUSE_Z3=OFF" 40 - ] ++ lib.optionals (!cvc4Support) [ 41 - "-DUSE_CVC4=OFF" 42 - ]; 43 - 44 - nativeBuildInputs = [ cmake ]; 45 - buildInputs = [ boost ] 46 - ++ lib.optionals z3Support [ z3 ] 47 - ++ lib.optionals cvc4Support [ cvc4 cln gmp ]; 48 - checkInputs = [ ncurses python3 ]; 49 - 50 - # Test fails on darwin for unclear reason 51 - doCheck = gccStdenv.hostPlatform.isLinux; 52 - 53 - checkPhase = '' 54 - while IFS= read -r -d ''' dir 55 - do 56 - LD_LIBRARY_PATH=$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}$(pwd)/$dir 57 - export LD_LIBRARY_PATH 58 - done < <(find . -type d -print0) 59 - 60 - pushd .. 61 - # IPC tests need aleth avaliable, so we disable it 62 - sed -i "s/IPC_ENABLED=true/IPC_ENABLED=false\nIPC_FLAGS=\"--no-ipc\"/" ./scripts/tests.sh 63 - for i in ./scripts/*.sh ./scripts/*.py ./test/*.sh; do 64 - patchShebangs "$i" 65 - done 66 - TERM=xterm ./scripts/tests.sh 67 - popd 68 - ''; 69 - 70 - meta = with lib; { 71 - description = "Compiler for Ethereum smart contract language Solidity"; 72 - homepage = "https://github.com/ethereum/solidity"; 73 - license = licenses.gpl3; 74 - platforms = with platforms; linux; # darwin is currently broken 75 - maintainers = with maintainers; [ dbrock akru lionello sifmelcara ]; 76 - inherit version; 77 - }; 78 - }
···
+2 -2
pkgs/development/libraries/ace/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "ace"; 5 - version = "7.0.1"; 6 7 src = fetchurl { 8 url = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2"; 9 - sha256 = "sha256-5nH5a0tBOcGfA07eeh9EjH0vgT3gTRWYHXoeO+QFQjQ="; 10 }; 11 12 enableParallelBuilding = true;
··· 2 3 stdenv.mkDerivation rec { 4 pname = "ace"; 5 + version = "7.0.2"; 6 7 src = fetchurl { 8 url = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2"; 9 + sha256 = "sha256-IftPSQOrZOqMLHHlUFEFa3WcvsqN5kdS5rSlGE8ETC4="; 10 }; 11 12 enableParallelBuilding = true;
+1 -1
pkgs/development/libraries/ethash/default.nix
··· 41 description = "PoW algorithm for Ethereum 1.0 based on Dagger-Hashimoto"; 42 homepage = "https://github.com/ethereum/ethash"; 43 platforms = platforms.unix; 44 - maintainers = with maintainers; [ nand0p ]; 45 license = licenses.asl20; 46 }; 47 }
··· 41 description = "PoW algorithm for Ethereum 1.0 based on Dagger-Hashimoto"; 42 homepage = "https://github.com/ethereum/ethash"; 43 platforms = platforms.unix; 44 + maintainers = with maintainers; [ ]; 45 license = licenses.asl20; 46 }; 47 }
+1 -2
pkgs/development/libraries/gdal/2.4.nix
··· 1 - { lib, stdenv, fetchurl, unzip, libjpeg, libtiff, zlib 2 , postgresql, libmysqlclient, libgeotiff, python2Packages, proj, geos, openssl 3 , libpng, sqlite, libspatialite, poppler, hdf4, qhull, giflib, expat 4 , libiconv, libxml2 ··· 16 sha256 = "1n6w0m2603q9cldlz0wyscp75ci561dipc36jqbf3mjmylybv0x3"; 17 }; 18 19 - nativeBuildInputs = [ unzip ]; 20 buildInputs = [ libjpeg libtiff libgeotiff libpng proj openssl sqlite 21 libspatialite poppler hdf4 qhull giflib expat libxml2 proj ] 22 ++ (with python2Packages; [ python numpy wrapPython ])
··· 1 + { lib, stdenv, fetchurl, libjpeg, libtiff, zlib 2 , postgresql, libmysqlclient, libgeotiff, python2Packages, proj, geos, openssl 3 , libpng, sqlite, libspatialite, poppler, hdf4, qhull, giflib, expat 4 , libiconv, libxml2 ··· 16 sha256 = "1n6w0m2603q9cldlz0wyscp75ci561dipc36jqbf3mjmylybv0x3"; 17 }; 18 19 buildInputs = [ libjpeg libtiff libgeotiff libpng proj openssl sqlite 20 libspatialite poppler hdf4 qhull giflib expat libxml2 proj ] 21 ++ (with python2Packages; [ python numpy wrapPython ])
+1 -1
pkgs/development/libraries/gtk-engine-bluecurve/default.nix
··· 16 description = "Original Bluecurve engine from Red Hat's artwork package"; 17 license = lib.licenses.gpl2; 18 platforms = lib.platforms.linux; 19 - maintainers = [ lib.maintainers.gnidorah ]; 20 }; 21 }
··· 16 description = "Original Bluecurve engine from Red Hat's artwork package"; 17 license = lib.licenses.gpl2; 18 platforms = lib.platforms.linux; 19 + maintainers = [ ]; 20 }; 21 }
+2 -2
pkgs/development/libraries/herqq/default.nix
··· 1 - { lib, mkDerivation, unzip, fetchFromGitHub, qmake, qtmultimedia, qtbase }: 2 3 mkDerivation rec { 4 version = "unstable-20-06-26"; 5 pname = "herqq"; 6 7 - nativeBuildInputs = [ qmake unzip ]; 8 buildInputs = [ qtbase qtmultimedia ]; 9 10 outputs = [ "out" "dev" ];
··· 1 + { lib, mkDerivation, fetchFromGitHub, qmake, qtmultimedia, qtbase }: 2 3 mkDerivation rec { 4 version = "unstable-20-06-26"; 5 pname = "herqq"; 6 7 + nativeBuildInputs = [ qmake ]; 8 buildInputs = [ qtbase qtmultimedia ]; 9 10 outputs = [ "out" "dev" ];
+1 -1
pkgs/development/libraries/hotpatch/default.nix
··· 30 description = "Hot patching executables on Linux using .so file injection"; 31 homepage = src.meta.homepage; 32 license = licenses.bsd3; 33 - maintainers = [ maintainers.gnidorah ]; 34 platforms = ["i686-linux" "x86_64-linux"]; 35 }; 36 }
··· 30 description = "Hot patching executables on Linux using .so file injection"; 31 homepage = src.meta.homepage; 32 license = licenses.bsd3; 33 + maintainers = [ ]; 34 platforms = ["i686-linux" "x86_64-linux"]; 35 }; 36 }
+1 -2
pkgs/development/libraries/irrlicht/default.nix
··· 1 - { lib, stdenv, fetchzip, libGLU, libGL, unzip, libXrandr, libX11, libXxf86vm }: 2 3 let 4 common = import ./common.nix { inherit fetchzip; }; ··· 27 mkdir -p $out/lib 28 ''; 29 30 - nativeBuildInputs = [ unzip ]; 31 buildInputs = [ libGLU libGL libXrandr libX11 libXxf86vm ]; 32 33 meta = {
··· 1 + { lib, stdenv, fetchzip, libGLU, libGL, libXrandr, libX11, libXxf86vm }: 2 3 let 4 common = import ./common.nix { inherit fetchzip; }; ··· 27 mkdir -p $out/lib 28 ''; 29 30 buildInputs = [ libGLU libGL libXrandr libX11 libXxf86vm ]; 31 32 meta = {
+2 -2
pkgs/development/libraries/irrlicht/mac.nix
··· 1 - { lib, stdenv, fetchzip, libGLU, libGL, unzip, fetchFromGitHub, cmake, Cocoa, OpenGL, IOKit }: 2 3 let 4 common = import ./common.nix { inherit fetchzip; }; ··· 31 "-DIRRLICHT_BUILD_TOOLS=OFF" 32 ]; 33 34 - nativeBuildInputs = [ cmake unzip ]; 35 buildInputs = [ OpenGL Cocoa IOKit ]; 36 37 meta = {
··· 1 + { lib, stdenv, fetchzip, libGLU, libGL, fetchFromGitHub, cmake, Cocoa, OpenGL, IOKit }: 2 3 let 4 common = import ./common.nix { inherit fetchzip; }; ··· 31 "-DIRRLICHT_BUILD_TOOLS=OFF" 32 ]; 33 34 + nativeBuildInputs = [ cmake ]; 35 buildInputs = [ OpenGL Cocoa IOKit ]; 36 37 meta = {
+1 -1
pkgs/development/libraries/jsoncpp/default.nix
··· 51 inherit version; 52 homepage = "https://github.com/open-source-parsers/jsoncpp"; 53 description = "A C++ library for interacting with JSON"; 54 - maintainers = with maintainers; [ ttuegel cpages nand0p ]; 55 license = licenses.mit; 56 platforms = platforms.all; 57 };
··· 51 inherit version; 52 homepage = "https://github.com/open-source-parsers/jsoncpp"; 53 description = "A C++ library for interacting with JSON"; 54 + maintainers = with maintainers; [ ttuegel cpages ]; 55 license = licenses.mit; 56 platforms = platforms.all; 57 };
+1 -1
pkgs/development/libraries/kmsxx/default.nix
··· 22 description = "C++11 library, utilities and python bindings for Linux kernel mode setting"; 23 homepage = "https://github.com/tomba/kmsxx"; 24 license = licenses.mpl20; 25 - maintainers = with maintainers; [ gnidorah ]; 26 platforms = platforms.linux; 27 broken = true; # marked broken 2021-03-26 28 };
··· 22 description = "C++11 library, utilities and python bindings for Linux kernel mode setting"; 23 homepage = "https://github.com/tomba/kmsxx"; 24 license = licenses.mpl20; 25 + maintainers = with maintainers; [ ]; 26 platforms = platforms.linux; 27 broken = true; # marked broken 2021-03-26 28 };
+2 -2
pkgs/development/libraries/mygui/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, libX11, unzip, cmake, ois, freetype, libuuid, 2 boost, pkg-config, withOgre ? false, ogre ? null, libGL, libGLU ? null } : 3 4 let ··· 14 sha256 = "0a4zi8w18pjj813n7kmxldl1d9r1jp0iyhkw7pbqgl8f7qaq994w"; 15 }; 16 17 - nativeBuildInputs = [ cmake pkg-config unzip ]; 18 buildInputs = [ libX11 ois freetype libuuid boost ] 19 ++ (if withOgre then [ ogre ] else [ libGL libGLU ]); 20
··· 1 + { lib, stdenv, fetchFromGitHub, libX11, cmake, ois, freetype, libuuid, 2 boost, pkg-config, withOgre ? false, ogre ? null, libGL, libGLU ? null } : 3 4 let ··· 14 sha256 = "0a4zi8w18pjj813n7kmxldl1d9r1jp0iyhkw7pbqgl8f7qaq994w"; 15 }; 16 17 + nativeBuildInputs = [ cmake pkg-config ]; 18 buildInputs = [ libX11 ois freetype libuuid boost ] 19 ++ (if withOgre then [ ogre ] else [ libGL libGLU ]); 20
+1 -2
pkgs/development/libraries/openexrid-unstable/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, unzip, re2, openfx, zlib, ilmbase, libGLU, libGL, openexr }: 2 3 stdenv.mkDerivation { 4 pname = "openexrid-unstable"; ··· 25 -I${openfx.dev}/include/OpenFX 26 ''; 27 28 - nativeBuildInputs = [ unzip ]; 29 buildInputs = [ re2 openfx zlib ilmbase libGLU libGL openexr ]; 30 31 enableParallelBuilding = true;
··· 1 + { lib, stdenv, fetchFromGitHub, re2, openfx, zlib, ilmbase, libGLU, libGL, openexr }: 2 3 stdenv.mkDerivation { 4 pname = "openexrid-unstable"; ··· 25 -I${openfx.dev}/include/OpenFX 26 ''; 27 28 buildInputs = [ re2 openfx zlib ilmbase libGLU libGL openexr ]; 29 30 enableParallelBuilding = true;
+1 -3
pkgs/development/libraries/openfx/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, unzip }: 2 3 stdenv.mkDerivation { 4 pname = "openfx"; ··· 10 rev = "OFX_Release_1_4_TAG"; 11 sha256 = "0k9ggzr6bisn77mipjfvawg3mv4bz50b63v8f7w1jhldi1sfy548"; 12 }; 13 - 14 - nativeBuildInputs = [ unzip ]; 15 16 outputs = [ "dev" "out" ]; 17
··· 1 + { lib, stdenv, fetchFromGitHub }: 2 3 stdenv.mkDerivation { 4 pname = "openfx"; ··· 10 rev = "OFX_Release_1_4_TAG"; 11 sha256 = "0k9ggzr6bisn77mipjfvawg3mv4bz50b63v8f7w1jhldi1sfy548"; 12 }; 13 14 outputs = [ "dev" "out" ]; 15
+1 -2
pkgs/development/libraries/openvdb/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, unzip, openexr, boost, jemalloc, c-blosc, ilmbase, tbb }: 2 3 stdenv.mkDerivation rec 4 { ··· 14 15 outputs = [ "out" ]; 16 17 - nativeBuildInputs = [ unzip ]; 18 buildInputs = [ openexr boost tbb jemalloc c-blosc ilmbase ]; 19 20 setSourceRoot = ''
··· 1 + { lib, stdenv, fetchFromGitHub, openexr, boost, jemalloc, c-blosc, ilmbase, tbb }: 2 3 stdenv.mkDerivation rec 4 { ··· 14 15 outputs = [ "out" ]; 16 17 buildInputs = [ openexr boost tbb jemalloc c-blosc ilmbase ]; 18 19 setSourceRoot = ''
+1 -1
pkgs/development/libraries/openvino/default.nix
··· 83 cmake 84 autoPatchelfHook 85 addOpenGLRunpath 86 ]; 87 88 buildInputs = [ 89 git 90 protobuf 91 opencv 92 - unzip 93 python 94 tbb 95 shellcheck
··· 83 cmake 84 autoPatchelfHook 85 addOpenGLRunpath 86 + unzip 87 ]; 88 89 buildInputs = [ 90 git 91 protobuf 92 opencv 93 python 94 tbb 95 shellcheck
+1 -1
pkgs/development/libraries/oracle-instantclient/default.nix
··· 123 ''; 124 license = licenses.unfree; 125 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 126 - maintainers = with maintainers; [ pesterhazy flokli ]; 127 hydraPlatforms = []; 128 }; 129 }
··· 123 ''; 124 license = licenses.unfree; 125 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 126 + maintainers = with maintainers; [ flokli ]; 127 hydraPlatforms = []; 128 }; 129 }
+1 -1
pkgs/development/libraries/qtstyleplugins/default.nix
··· 31 description = "Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique"; 32 homepage = "http://blog.qt.io/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/"; 33 license = licenses.lgpl21; 34 - maintainers = [ maintainers.gnidorah ]; 35 platforms = platforms.linux; 36 }; 37 }
··· 31 description = "Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique"; 32 homepage = "http://blog.qt.io/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/"; 33 license = licenses.lgpl21; 34 + maintainers = [ ]; 35 platforms = platforms.linux; 36 }; 37 }
+1 -1
pkgs/development/libraries/sqlite/tools.nix
··· 22 inherit description homepage; 23 downloadPage = http://sqlite.org/download.html; 24 license = licenses.publicDomain; 25 - maintainers = with maintainers; [ pesterhazy johnazoidberg ]; 26 platforms = platforms.unix; 27 }; 28 };
··· 22 inherit description homepage; 23 downloadPage = http://sqlite.org/download.html; 24 license = licenses.publicDomain; 25 + maintainers = with maintainers; [ johnazoidberg ]; 26 platforms = platforms.unix; 27 }; 28 };
+2 -2
pkgs/development/python-modules/apprise/default.nix
··· 5 6 buildPythonPackage rec { 7 pname = "apprise"; 8 - version = "0.9.1"; 9 10 src = fetchPypi { 11 inherit pname version; 12 - sha256 = "sha256-FW5gt35yoXVr2+hiGBDJ/5jFFfIpn2Z9sDN8acoO4FI="; 13 }; 14 15 nativeBuildInputs = [ Babel installShellFiles ];
··· 5 6 buildPythonPackage rec { 7 pname = "apprise"; 8 + version = "0.9.3"; 9 10 src = fetchPypi { 11 inherit pname version; 12 + sha256 = "sha256-yKzpyJHUIkVYVwrL6oCPMd+QSVML2czWmQHCemXWAMQ="; 13 }; 14 15 nativeBuildInputs = [ Babel installShellFiles ];
+1 -1
pkgs/development/python-modules/astroid/1.6.nix
··· 34 homepage = "https://github.com/PyCQA/astroid"; 35 license = licenses.lgpl2; 36 platforms = platforms.all; 37 - maintainers = with maintainers; [ nand0p ]; 38 }; 39 }
··· 34 homepage = "https://github.com/PyCQA/astroid"; 35 license = licenses.lgpl2; 36 platforms = platforms.all; 37 + maintainers = with maintainers; [ ]; 38 }; 39 }
+1 -1
pkgs/development/python-modules/astroid/default.nix
··· 35 homepage = "https://github.com/PyCQA/astroid"; 36 license = licenses.lgpl21Plus; 37 platforms = platforms.all; 38 - maintainers = with maintainers; [ nand0p ]; 39 }; 40 }
··· 35 homepage = "https://github.com/PyCQA/astroid"; 36 license = licenses.lgpl21Plus; 37 platforms = platforms.all; 38 + maintainers = with maintainers; [ ]; 39 }; 40 }
+1 -1
pkgs/development/python-modules/autobahn/default.nix
··· 73 description = "WebSocket and WAMP in Python for Twisted and asyncio"; 74 homepage = "https://crossbar.io/autobahn"; 75 license = licenses.mit; 76 - maintainers = with maintainers; [ nand0p ]; 77 }; 78 }
··· 73 description = "WebSocket and WAMP in Python for Twisted and asyncio"; 74 homepage = "https://crossbar.io/autobahn"; 75 license = licenses.mit; 76 + maintainers = with maintainers; [ ]; 77 }; 78 }
+1 -1
pkgs/development/python-modules/buildbot/default.nix
··· 101 meta = with lib; { 102 homepage = "https://buildbot.net/"; 103 description = "An open-source continuous integration framework for automating software build, test, and release processes"; 104 - maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ]; 105 license = licenses.gpl2; 106 }; 107 };
··· 101 meta = with lib; { 102 homepage = "https://buildbot.net/"; 103 description = "An open-source continuous integration framework for automating software build, test, and release processes"; 104 + maintainers = with maintainers; [ ryansydnor lopsided98 ]; 105 license = licenses.gpl2; 106 }; 107 };
+1 -1
pkgs/development/python-modules/buildbot/pkg.nix
··· 25 meta = with lib; { 26 homepage = "https://buildbot.net/"; 27 description = "Buildbot Packaging Helper"; 28 - maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ]; 29 license = licenses.gpl2; 30 }; 31 }
··· 25 meta = with lib; { 26 homepage = "https://buildbot.net/"; 27 description = "Buildbot Packaging Helper"; 28 + maintainers = with maintainers; [ ryansydnor lopsided98 ]; 29 license = licenses.gpl2; 30 }; 31 }
+4 -4
pkgs/development/python-modules/buildbot/plugins.nix
··· 23 meta = with lib; { 24 homepage = "https://buildbot.net/"; 25 description = "Buildbot UI"; 26 - maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ]; 27 license = licenses.gpl2; 28 }; 29 }; ··· 45 meta = with lib; { 46 homepage = "https://buildbot.net/"; 47 description = "Buildbot Console View Plugin"; 48 - maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ]; 49 license = licenses.gpl2; 50 }; 51 }; ··· 67 meta = with lib; { 68 homepage = "https://buildbot.net/"; 69 description = "Buildbot Waterfall View Plugin"; 70 - maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ]; 71 license = licenses.gpl2; 72 }; 73 }; ··· 89 meta = with lib; { 90 homepage = "https://buildbot.net/"; 91 description = "Buildbot Grid View Plugin"; 92 - maintainers = with maintainers; [ nand0p lopsided98 ]; 93 license = licenses.gpl2; 94 }; 95 };
··· 23 meta = with lib; { 24 homepage = "https://buildbot.net/"; 25 description = "Buildbot UI"; 26 + maintainers = with maintainers; [ ryansydnor lopsided98 ]; 27 license = licenses.gpl2; 28 }; 29 }; ··· 45 meta = with lib; { 46 homepage = "https://buildbot.net/"; 47 description = "Buildbot Console View Plugin"; 48 + maintainers = with maintainers; [ ryansydnor lopsided98 ]; 49 license = licenses.gpl2; 50 }; 51 }; ··· 67 meta = with lib; { 68 homepage = "https://buildbot.net/"; 69 description = "Buildbot Waterfall View Plugin"; 70 + maintainers = with maintainers; [ ryansydnor lopsided98 ]; 71 license = licenses.gpl2; 72 }; 73 }; ··· 89 meta = with lib; { 90 homepage = "https://buildbot.net/"; 91 description = "Buildbot Grid View Plugin"; 92 + maintainers = with maintainers; [ lopsided98 ]; 93 license = licenses.gpl2; 94 }; 95 };
+1 -1
pkgs/development/python-modules/buildbot/worker.nix
··· 26 meta = with lib; { 27 homepage = "https://buildbot.net/"; 28 description = "Buildbot Worker Daemon"; 29 - maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ]; 30 license = licenses.gpl2; 31 }; 32 })
··· 26 meta = with lib; { 27 homepage = "https://buildbot.net/"; 28 description = "Buildbot Worker Daemon"; 29 + maintainers = with maintainers; [ ryansydnor lopsided98 ]; 30 license = licenses.gpl2; 31 }; 32 })
+1 -1
pkgs/development/python-modules/distro/default.nix
··· 18 homepage = "https://github.com/nir0s/distro"; 19 description = "Linux Distribution - a Linux OS platform information API."; 20 license = licenses.asl20; 21 - maintainers = with maintainers; [ nand0p ]; 22 }; 23 }
··· 18 homepage = "https://github.com/nir0s/distro"; 19 description = "Linux Distribution - a Linux OS platform information API."; 20 license = licenses.asl20; 21 + maintainers = with maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/development/python-modules/execnet/default.nix
··· 37 description = "Distributed Python deployment and communication"; 38 license = licenses.mit; 39 homepage = "https://execnet.readthedocs.io/"; 40 - maintainers = with maintainers; [ nand0p ]; 41 }; 42 43 }
··· 37 description = "Distributed Python deployment and communication"; 38 license = licenses.mit; 39 homepage = "https://execnet.readthedocs.io/"; 40 + maintainers = with maintainers; [ ]; 41 }; 42 43 }
+1 -1
pkgs/development/python-modules/incremental/default.nix
··· 13 homepage = "https://github.com/twisted/treq"; 14 description = "Incremental is a small library that versions your Python projects"; 15 license = licenses.mit; 16 - maintainers = with maintainers; [ nand0p ]; 17 }; 18 }
··· 13 homepage = "https://github.com/twisted/treq"; 14 description = "Incremental is a small library that versions your Python projects"; 15 license = licenses.mit; 16 + maintainers = with maintainers; [ ]; 17 }; 18 }
+1 -1
pkgs/development/python-modules/isort/4.nix
··· 38 description = "A Python utility / library to sort Python imports"; 39 homepage = "https://github.com/timothycrosley/isort"; 40 license = licenses.mit; 41 - maintainers = with maintainers; [ couchemar nand0p ]; 42 }; 43 }
··· 38 description = "A Python utility / library to sort Python imports"; 39 homepage = "https://github.com/timothycrosley/isort"; 40 license = licenses.mit; 41 + maintainers = with maintainers; [ couchemar ]; 42 }; 43 }
+1 -1
pkgs/development/python-modules/isort/default.nix
··· 72 description = "A Python utility / library to sort Python imports"; 73 homepage = "https://github.com/PyCQA/isort"; 74 license = licenses.mit; 75 - maintainers = with maintainers; [ couchemar nand0p ]; 76 }; 77 }
··· 72 description = "A Python utility / library to sort Python imports"; 73 homepage = "https://github.com/PyCQA/isort"; 74 license = licenses.mit; 75 + maintainers = with maintainers; [ couchemar ]; 76 }; 77 }
+1 -1
pkgs/development/python-modules/jsonref/default.nix
··· 20 description = "An implementation of JSON Reference for Python"; 21 homepage = "https://github.com/gazpachoking/jsonref"; 22 license = licenses.mit; 23 - maintainers = with maintainers; [ nand0p ]; 24 platforms = platforms.all; 25 }; 26 }
··· 20 description = "An implementation of JSON Reference for Python"; 21 homepage = "https://github.com/gazpachoking/jsonref"; 22 license = licenses.mit; 23 + maintainers = with maintainers; [ ]; 24 platforms = platforms.all; 25 }; 26 }
+1 -1
pkgs/development/python-modules/midiutil/default.nix
··· 13 homepage = "https://github.com/MarkCWirt/MIDIUtil"; 14 description = "A pure python library for creating multi-track MIDI files"; 15 license = licenses.mit; 16 - maintainers = [ maintainers.gnidorah ]; 17 }; 18 }
··· 13 homepage = "https://github.com/MarkCWirt/MIDIUtil"; 14 description = "A pure python library for creating multi-track MIDI files"; 15 license = licenses.mit; 16 + maintainers = [ ]; 17 }; 18 }
+1 -1
pkgs/development/python-modules/pydbus/default.nix
··· 15 homepage = "https://github.com/LEW21/pydbus"; 16 description = "Pythonic DBus library"; 17 license = lib.licenses.lgpl2Plus; 18 - maintainers = with lib.maintainers; [ gnidorah ]; 19 }; 20 }
··· 15 homepage = "https://github.com/LEW21/pydbus"; 16 description = "Pythonic DBus library"; 17 license = lib.licenses.lgpl2Plus; 18 + maintainers = with lib.maintainers; [ ]; 19 }; 20 }
+1 -1
pkgs/development/python-modules/pylint/1.9.nix
··· 46 description = "A bug and style checker for Python"; 47 platforms = platforms.all; 48 license = licenses.gpl1Plus; 49 - maintainers = with maintainers; [ nand0p ]; 50 }; 51 }
··· 46 description = "A bug and style checker for Python"; 47 platforms = platforms.all; 48 license = licenses.gpl1Plus; 49 + maintainers = with maintainers; [ ]; 50 }; 51 }
+1 -1
pkgs/development/python-modules/pylint/default.nix
··· 67 homepage = "https://pylint.pycqa.org/"; 68 description = "A bug and style checker for Python"; 69 license = licenses.gpl1Plus; 70 - maintainers = with maintainers; [ nand0p ]; 71 }; 72 }
··· 67 homepage = "https://pylint.pycqa.org/"; 68 description = "A bug and style checker for Python"; 69 license = licenses.gpl1Plus; 70 + maintainers = with maintainers; [ ]; 71 }; 72 }
+1 -1
pkgs/development/python-modules/pysmf/default.nix
··· 16 homepage = "http://das.nasophon.de/pysmf/"; 17 description = "Python extension module for reading and writing Standard MIDI Files, based on libsmf."; 18 license = licenses.bsd2; 19 - maintainers = [ maintainers.gnidorah ]; 20 }; 21 }
··· 16 homepage = "http://das.nasophon.de/pysmf/"; 17 description = "Python extension module for reading and writing Standard MIDI Files, based on libsmf."; 18 license = licenses.bsd2; 19 + maintainers = [ ]; 20 }; 21 }
+1 -1
pkgs/development/python-modules/pytest-mock/2.nix
··· 35 description = "Thin-wrapper around the mock package for easier use with py.test."; 36 homepage = "https://github.com/pytest-dev/pytest-mock"; 37 license = licenses.mit; 38 - maintainers = with maintainers; [ nand0p ]; 39 }; 40 }
··· 35 description = "Thin-wrapper around the mock package for easier use with py.test."; 36 homepage = "https://github.com/pytest-dev/pytest-mock"; 37 license = licenses.mit; 38 + maintainers = with maintainers; [ ]; 39 }; 40 }
+1 -1
pkgs/development/python-modules/pytest-mock/default.nix
··· 28 description = "Thin-wrapper around the mock package for easier use with pytest"; 29 homepage = "https://github.com/pytest-dev/pytest-mock"; 30 license = with licenses; [ mit ]; 31 - maintainers = with maintainers; [ nand0p ]; 32 }; 33 }
··· 28 description = "Thin-wrapper around the mock package for easier use with pytest"; 29 homepage = "https://github.com/pytest-dev/pytest-mock"; 30 license = with licenses; [ mit ]; 31 + maintainers = with maintainers; [ ]; 32 }; 33 }
+1 -1
pkgs/development/python-modules/pytest-server-fixtures/default.nix
··· 21 description = "Extensible server fixures for py.test"; 22 homepage = "https://github.com/manahl/pytest-plugins"; 23 license = licenses.mit; 24 - maintainers = with maintainers; [ nand0p ]; 25 }; 26 }
··· 21 description = "Extensible server fixures for py.test"; 22 homepage = "https://github.com/manahl/pytest-plugins"; 23 license = licenses.mit; 24 + maintainers = with maintainers; [ ]; 25 }; 26 }
+1 -1
pkgs/development/python-modules/python-fontconfig/default.nix
··· 29 homepage = "https://github.com/Vayn/python-fontconfig"; 30 description = "Python binding for Fontconfig"; 31 license = lib.licenses.gpl3; 32 - maintainers = with lib.maintainers; [ gnidorah ]; 33 }; 34 }
··· 29 homepage = "https://github.com/Vayn/python-fontconfig"; 30 description = "Python binding for Fontconfig"; 31 license = lib.licenses.gpl3; 32 + maintainers = with lib.maintainers; [ ]; 33 }; 34 }
+1 -4
pkgs/development/python-modules/python-simple-hipchat/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi 2 - , unzip }: 3 4 buildPythonPackage rec { 5 pname = "python-simple-hipchat"; ··· 9 inherit pname version; 10 sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav"; 11 }; 12 - 13 - nativeBuildInputs = [ unzip ]; 14 15 meta = with lib; { 16 description = "Easy peasy wrapper for HipChat's v1 API";
··· 1 + { lib, buildPythonPackage, fetchPypi }: 2 3 buildPythonPackage rec { 4 pname = "python-simple-hipchat"; ··· 8 inherit pname version; 9 sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav"; 10 }; 11 12 meta = with lib; { 13 description = "Easy peasy wrapper for HipChat's v1 API";
+1 -1
pkgs/development/python-modules/ramlfications/default.nix
··· 16 description = "A Python RAML parser."; 17 homepage = "https://ramlfications.readthedocs.org"; 18 license = licenses.asl20; 19 - maintainers = with maintainers; [ nand0p ]; 20 platforms = platforms.all; 21 }; 22
··· 16 description = "A Python RAML parser."; 17 homepage = "https://ramlfications.readthedocs.org"; 18 license = licenses.asl20; 19 + maintainers = with maintainers; [ ]; 20 platforms = platforms.all; 21 }; 22
+1 -1
pkgs/development/python-modules/setuptoolstrial/default.nix
··· 32 description = "Setuptools plugin that makes unit tests execute with trial instead of pyunit."; 33 homepage = "https://github.com/rutsky/setuptools-trial"; 34 license = licenses.bsd2; 35 - maintainers = with maintainers; [ ryansydnor nand0p ]; 36 }; 37 38 }
··· 32 description = "Setuptools plugin that makes unit tests execute with trial instead of pyunit."; 33 homepage = "https://github.com/rutsky/setuptools-trial"; 34 license = licenses.bsd2; 35 + maintainers = with maintainers; [ ryansydnor ]; 36 }; 37 38 }
+1 -1
pkgs/development/python-modules/sphinx-jinja/default.nix
··· 24 25 meta = with lib; { 26 description = "Sphinx extension to include jinja templates in documentation"; 27 - maintainers = with maintainers; [ nand0p ]; 28 license = licenses.mit; 29 }; 30 }
··· 24 25 meta = with lib; { 26 description = "Sphinx extension to include jinja templates in documentation"; 27 + maintainers = with maintainers; [ ]; 28 license = licenses.mit; 29 }; 30 }
+1 -1
pkgs/development/python-modules/sphinx/2.nix
··· 77 description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects"; 78 homepage = "http://sphinx.pocoo.org/"; 79 license = lib.licenses.bsd3; 80 - maintainers = with lib.maintainers; [ nand0p ]; 81 }; 82 }
··· 77 description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects"; 78 homepage = "http://sphinx.pocoo.org/"; 79 license = lib.licenses.bsd3; 80 + maintainers = with lib.maintainers; [ ]; 81 }; 82 }
+1 -1
pkgs/development/python-modules/sphinx/default.nix
··· 84 ''; 85 homepage = "https://www.sphinx-doc.org"; 86 license = licenses.bsd3; 87 - maintainers = with maintainers; [ nand0p ]; 88 }; 89 }
··· 84 ''; 85 homepage = "https://www.sphinx-doc.org"; 86 license = licenses.bsd3; 87 + maintainers = with maintainers; [ ]; 88 }; 89 }
+1 -1
pkgs/development/python-modules/sphinxcontrib-blockdiag/default.nix
··· 29 meta = with lib; { 30 description = "Sphinx blockdiag extension"; 31 homepage = "https://github.com/blockdiag/sphinxcontrib-blockdiag"; 32 - maintainers = with maintainers; [ nand0p ]; 33 license = licenses.bsd2; 34 }; 35
··· 29 meta = with lib; { 30 description = "Sphinx blockdiag extension"; 31 homepage = "https://github.com/blockdiag/sphinxcontrib-blockdiag"; 32 + maintainers = with maintainers; [ ]; 33 license = licenses.bsd2; 34 }; 35
+1 -1
pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
··· 26 meta = with lib; { 27 description = "Sphinx spelling extension"; 28 homepage = "https://bitbucket.org/dhellmann/sphinxcontrib-spelling"; 29 - maintainers = with maintainers; [ nand0p ]; 30 license = licenses.bsd2; 31 }; 32
··· 26 meta = with lib; { 27 description = "Sphinx spelling extension"; 28 homepage = "https://bitbucket.org/dhellmann/sphinxcontrib-spelling"; 29 + maintainers = with maintainers; [ ]; 30 license = licenses.bsd2; 31 }; 32
+1 -1
pkgs/development/python-modules/treq/default.nix
··· 51 homepage = "https://github.com/twisted/treq"; 52 description = "A requests-like API built on top of twisted.web's Agent"; 53 license = licenses.mit; 54 - maintainers = with maintainers; [ nand0p ]; 55 }; 56 }
··· 51 homepage = "https://github.com/twisted/treq"; 52 description = "A requests-like API built on top of twisted.web's Agent"; 53 license = licenses.mit; 54 + maintainers = with maintainers; [ ]; 55 }; 56 }
+1 -1
pkgs/development/python-modules/txaio/default.nix
··· 50 description = "Utilities to support code that runs unmodified on Twisted and asyncio"; 51 homepage = "https://github.com/crossbario/txaio"; 52 license = licenses.mit; 53 - maintainers = with maintainers; [ nand0p ]; 54 }; 55 }
··· 50 description = "Utilities to support code that runs unmodified on Twisted and asyncio"; 51 homepage = "https://github.com/crossbario/txaio"; 52 license = licenses.mit; 53 + maintainers = with maintainers; [ ]; 54 }; 55 }
+1 -1
pkgs/development/python-modules/txgithub/default.nix
··· 33 description = "GitHub API client implemented using Twisted."; 34 homepage = "https://github.com/tomprince/txgithub"; 35 license = licenses.mit; 36 - maintainers = with maintainers; [ nand0p ]; 37 }; 38 39 }
··· 33 description = "GitHub API client implemented using Twisted."; 34 homepage = "https://github.com/tomprince/txgithub"; 35 license = licenses.mit; 36 + maintainers = with maintainers; [ ]; 37 }; 38 39 }
+1 -1
pkgs/development/python-modules/txrequests/default.nix
··· 29 description = "Asynchronous Python HTTP for Humans."; 30 homepage = "https://github.com/tardyp/txrequests"; 31 license = licenses.asl20; 32 - maintainers = with maintainers; [ nand0p ]; 33 }; 34 35 }
··· 29 description = "Asynchronous Python HTTP for Humans."; 30 homepage = "https://github.com/tardyp/txrequests"; 31 license = licenses.asl20; 32 + maintainers = with maintainers; [ ]; 33 }; 34 35 }
+1 -1
pkgs/development/python-modules/whoosh/default.nix
··· 25 checking library."; 26 homepage = "https://bitbucket.org/mchaput/whoosh"; 27 license = licenses.bsd2; 28 - maintainers = with maintainers; [ nand0p ]; 29 }; 30 }
··· 25 checking library."; 26 homepage = "https://bitbucket.org/mchaput/whoosh"; 27 license = licenses.bsd2; 28 + maintainers = with maintainers; [ ]; 29 }; 30 }
+1 -1
pkgs/development/tools/misc/cli11/default.nix
··· 34 description = "Command line parser for C++11"; 35 homepage = "https://github.com/CLIUtils/CLI11"; 36 platforms = platforms.unix; 37 - maintainers = with maintainers; [ nand0p ]; 38 license = licenses.bsd3; 39 }; 40
··· 34 description = "Command line parser for C++11"; 35 homepage = "https://github.com/CLIUtils/CLI11"; 36 platforms = platforms.unix; 37 + maintainers = with maintainers; [ ]; 38 license = licenses.bsd3; 39 }; 40
+2 -2
pkgs/development/tools/misc/jscoverage/default.nix
··· 1 - { autoconf, fetchurl, makedepend, perl, python3, lib, stdenv, unzip, zip }: 2 3 stdenv.mkDerivation rec { 4 name = "jscoverage-0.5.1"; ··· 12 ./jsfalse_to_null.patch 13 ]; 14 15 - nativeBuildInputs = [ unzip perl python3 zip ]; 16 17 strictDeps = true; 18
··· 1 + { autoconf, fetchurl, makedepend, perl, python3, lib, stdenv, zip }: 2 3 stdenv.mkDerivation rec { 4 name = "jscoverage-0.5.1"; ··· 12 ./jsfalse_to_null.patch 13 ]; 14 15 + nativeBuildInputs = [ perl python3 zip ]; 16 17 strictDeps = true; 18
+1 -1
pkgs/games/iortcw/sp.nix
··· 47 homepage = src.meta.homepage; 48 license = licenses.gpl3; 49 platforms = platforms.linux; 50 - maintainers = with maintainers; [ gnidorah ]; 51 }; 52 }
··· 47 homepage = src.meta.homepage; 48 license = licenses.gpl3; 49 platforms = platforms.linux; 50 + maintainers = with maintainers; [ ]; 51 }; 52 }
+1 -1
pkgs/games/opendune/default.nix
··· 41 description = "Dune, Reinvented"; 42 homepage = "https://github.com/OpenDUNE/OpenDUNE"; 43 license = licenses.gpl2; 44 - maintainers = with maintainers; [ nand0p ]; 45 }; 46 }
··· 41 description = "Dune, Reinvented"; 42 homepage = "https://github.com/OpenDUNE/OpenDUNE"; 43 license = licenses.gpl2; 44 + maintainers = with maintainers; [ ]; 45 }; 46 }
+1 -1
pkgs/games/openjk/default.nix
··· 58 homepage = "https://github.com/JACoders/OpenJK"; 59 license = licenses.gpl2; 60 platforms = platforms.linux; 61 - maintainers = with maintainers; [ gnidorah ]; 62 }; 63 }
··· 58 homepage = "https://github.com/JACoders/OpenJK"; 59 license = licenses.gpl2; 60 platforms = platforms.linux; 61 + maintainers = with maintainers; [ ]; 62 }; 63 }
+1 -1
pkgs/games/openmw/tes3mp.nix
··· 91 homepage = "https://tes3mp.com/"; 92 license = licenses.gpl3; 93 platforms = [ "x86_64-linux" "i686-linux" ]; 94 - maintainers = with maintainers; [ gnidorah ]; 95 }; 96 })
··· 91 homepage = "https://tes3mp.com/"; 92 license = licenses.gpl3; 93 platforms = [ "x86_64-linux" "i686-linux" ]; 94 + maintainers = with maintainers; [ ]; 95 }; 96 })
+1 -1
pkgs/games/openxray/default.nix
··· 71 license = licenses.unfree // { 72 url = "https://github.com/OpenXRay/xray-16/blob/xd_dev/License.txt"; 73 }; 74 - maintainers = [ maintainers.gnidorah ]; 75 platforms = [ "x86_64-linux" "i686-linux" ]; 76 }; 77 }
··· 71 license = licenses.unfree // { 72 url = "https://github.com/OpenXRay/xray-16/blob/xd_dev/License.txt"; 73 }; 74 + maintainers = [ ]; 75 platforms = [ "x86_64-linux" "i686-linux" ]; 76 }; 77 }
+2 -2
pkgs/games/osu-lazer/default.nix
··· 16 17 in stdenv.mkDerivation rec { 18 pname = "osu-lazer"; 19 - version = "2021.502.0"; 20 21 src = fetchFromGitHub { 22 owner = "ppy"; 23 repo = "osu"; 24 rev = version; 25 - sha256 = "IOneihYQry0pRXYaxZuVLIj2Ydei//khvpqwiJoakZ8="; 26 }; 27 28 patches = [ ./bypass-tamper-detection.patch ];
··· 16 17 in stdenv.mkDerivation rec { 18 pname = "osu-lazer"; 19 + version = "2021.515.0"; 20 21 src = fetchFromGitHub { 22 owner = "ppy"; 23 repo = "osu"; 24 rev = version; 25 + sha256 = "c2+Ybb9wMb9FSTxprJPLKGEv2q6y0jcMA4kEN2r7yyA="; 26 }; 27 28 patches = [ ./bypass-tamper-detection.patch ];
+116 -131
pkgs/games/osu-lazer/deps.nix
··· 26 }) 27 (fetchNuGet { 28 name = "Humanizer"; 29 - version = "2.9.9"; 30 - sha256 = "07ql79qz4m7cdr6g0f0dxjywrv70xzpzz45gch73x1ad4vwc5n4m"; 31 }) 32 (fetchNuGet { 33 name = "Humanizer.Core"; ··· 36 }) 37 (fetchNuGet { 38 name = "Humanizer.Core"; 39 - version = "2.9.9"; 40 - sha256 = "05sn5l0qg5bi8qxqxlch88zlk79z9pbh6jwln7b3yxnp4hkj4kvm"; 41 }) 42 (fetchNuGet { 43 name = "Humanizer.Core.af"; 44 - version = "2.9.9"; 45 - sha256 = "0l51ll73gjjarpyknj81v8f64mg0f0zlc7q3sgcz4fkmj6n0wxb3"; 46 }) 47 (fetchNuGet { 48 name = "Humanizer.Core.ar"; 49 - version = "2.9.9"; 50 - sha256 = "1akrcrxl01phzp1cyhknwcmghhmr808dzv9aj8vzjmyq67p8mnja"; 51 }) 52 (fetchNuGet { 53 name = "Humanizer.Core.az"; 54 - version = "2.9.9"; 55 - sha256 = "0jsxjvhmgwngx5b1yki5g6ns7yhzn3m5invzlnl79dh09krx9pg4"; 56 }) 57 (fetchNuGet { 58 name = "Humanizer.Core.bg"; 59 - version = "2.9.9"; 60 - sha256 = "0l32vi52qkvx267qnykid5965199h6rcy5r04gmkv3lg2ydds0ig"; 61 }) 62 (fetchNuGet { 63 name = "Humanizer.Core.bn-BD"; 64 - version = "2.9.9"; 65 - sha256 = "1yivbxcxh15jgy8j5fzrd40c9k75wmcd9wdy1333zwcyrwqzpx7v"; 66 }) 67 (fetchNuGet { 68 name = "Humanizer.Core.cs"; 69 - version = "2.9.9"; 70 - sha256 = "05ysribnj8b2q2fcm33lcgz7mcdgx5q53w6vihyjc5s6zmlfqqfr"; 71 }) 72 (fetchNuGet { 73 name = "Humanizer.Core.da"; 74 - version = "2.9.9"; 75 - sha256 = "0d6swwliw0cbb03vjv2i1n8vcclwzragi1ik3m6ysbwm1m0sip5v"; 76 }) 77 (fetchNuGet { 78 name = "Humanizer.Core.de"; 79 - version = "2.9.9"; 80 - sha256 = "085ijfkbz4q6q90z0qc4k5hsv2acdlhli8whiikil9mlrjsjrqhi"; 81 }) 82 (fetchNuGet { 83 name = "Humanizer.Core.el"; 84 - version = "2.9.9"; 85 - sha256 = "1f5fr6l8f4brva1jxx6migv9yhp98svwkzly1b2b6n43ngppn4jd"; 86 }) 87 (fetchNuGet { 88 name = "Humanizer.Core.es"; 89 - version = "2.9.9"; 90 - sha256 = "0nwwxhp2wgq424fy2mjrgsjsm86y818zl64k6zibkcnfldm8als6"; 91 }) 92 (fetchNuGet { 93 name = "Humanizer.Core.fa"; 94 - version = "2.9.9"; 95 - sha256 = "1268lf9lxxnnax0ivyghh707fy50z09qds2jlh53dw1q0lxqgp50"; 96 }) 97 (fetchNuGet { 98 name = "Humanizer.Core.fi-FI"; 99 - version = "2.9.9"; 100 - sha256 = "1cjs78z1lc7a42b1wvcpxpydyv65rvyfvfic8k0d2flwcv98i7z2"; 101 }) 102 (fetchNuGet { 103 name = "Humanizer.Core.fr"; 104 - version = "2.9.9"; 105 - sha256 = "1al0xbg6p0287v60a4s6k7vgsng6k4m0scwlshmqsqxmvfsa1wk3"; 106 }) 107 (fetchNuGet { 108 name = "Humanizer.Core.fr-BE"; 109 - version = "2.9.9"; 110 - sha256 = "0jvi063lsrzds52zvq4w4qx6khkjcn5k8mp4014pzlphfhvlfbcl"; 111 }) 112 (fetchNuGet { 113 name = "Humanizer.Core.he"; 114 - version = "2.9.9"; 115 - sha256 = "1azymmsf79dyl8ihx8kn19mymx98sjknaqrqf043fy8qwirll1wm"; 116 }) 117 (fetchNuGet { 118 name = "Humanizer.Core.hr"; 119 - version = "2.9.9"; 120 - sha256 = "1ygi02nxssn1wrdzammr5km7ak5h8yxghfvbcmy559npg0gy2gya"; 121 }) 122 (fetchNuGet { 123 name = "Humanizer.Core.hu"; 124 - version = "2.9.9"; 125 - sha256 = "0nimza5dngvl6yyigavr1rk5068yf2fmq3w3nm128plbnc8ynxfr"; 126 }) 127 (fetchNuGet { 128 name = "Humanizer.Core.hy"; 129 - version = "2.9.9"; 130 - sha256 = "0v11hfh39mzm27dshmakhdnbpgzg660mskn1pkmmfdprka970cfj"; 131 }) 132 (fetchNuGet { 133 name = "Humanizer.Core.id"; 134 - version = "2.9.9"; 135 - sha256 = "012bhisp75s4wv37ra692bfsvibnqgbfyipb2hw0743dqcy2mah2"; 136 }) 137 (fetchNuGet { 138 name = "Humanizer.Core.it"; 139 - version = "2.9.9"; 140 - sha256 = "1jj7qbia4b09hsyll524mpz67vy4z25zazwc1g10yi1sjsyah92f"; 141 }) 142 (fetchNuGet { 143 name = "Humanizer.Core.ja"; 144 - version = "2.9.9"; 145 - sha256 = "1wqxw815287jlg6a6x3ffjhxvpa5al94jh3qkai2rw5kggcqzws4"; 146 - }) 147 - (fetchNuGet { 148 - name = "Humanizer.Core.ko-KR"; 149 - version = "2.9.9"; 150 - sha256 = "1azggn1i8gnvc89kh7mv165bd2c7fwp1m1h9k6fcdk36kl4xxb97"; 151 - }) 152 - (fetchNuGet { 153 - name = "Humanizer.Core.ku"; 154 - version = "2.9.9"; 155 - sha256 = "1qpwancwa6hgafrcdpbdb00vq08hrk77wjl64dvcjsx010n4c0fc"; 156 }) 157 (fetchNuGet { 158 name = "Humanizer.Core.lv"; 159 - version = "2.9.9"; 160 - sha256 = "1k6gxlzkpfmp8khn0dl0bfw878qpdff6zjqbirgpvlc57d00bws4"; 161 }) 162 (fetchNuGet { 163 name = "Humanizer.Core.ms-MY"; 164 - version = "2.9.9"; 165 - sha256 = "0p0lc3qkq5f8354g77xgy8qc9wyc509rca8xrzgc2lpzbvb4v008"; 166 }) 167 (fetchNuGet { 168 name = "Humanizer.Core.mt"; 169 - version = "2.9.9"; 170 - sha256 = "0qn2c583lbc5qg0i1inqjb7zn8vcmvmjy8k70ngb6qyl1navmvcm"; 171 }) 172 (fetchNuGet { 173 name = "Humanizer.Core.nb"; 174 - version = "2.9.9"; 175 - sha256 = "12b7dx6jp5fcwsn54i7w1qz8y3cwbl8n8hia75iy9acd9l328shk"; 176 }) 177 (fetchNuGet { 178 name = "Humanizer.Core.nb-NO"; 179 - version = "2.9.9"; 180 - sha256 = "04f47z9klpj6dq1gqlbcgyrli2s3rjci75i8lrng63vjjqi7jpqh"; 181 }) 182 (fetchNuGet { 183 name = "Humanizer.Core.nl"; 184 - version = "2.9.9"; 185 - sha256 = "19l4ik73500k2nxpcpylawy1aimb0awd82521abry3az4kc1lf29"; 186 }) 187 (fetchNuGet { 188 name = "Humanizer.Core.pl"; 189 - version = "2.9.9"; 190 - sha256 = "0hdh6gvz00xbrfyypwlbaw14409p75wqxraih2ckw23g8ci404l3"; 191 }) 192 (fetchNuGet { 193 name = "Humanizer.Core.pt"; 194 - version = "2.9.9"; 195 - sha256 = "03xplyqms9hpkl2bzhnqij3il78adi8a4azrs658rslpl8fl7ksd"; 196 }) 197 (fetchNuGet { 198 name = "Humanizer.Core.ro"; 199 - version = "2.9.9"; 200 - sha256 = "0x8qjkp8w32bhwr6509zpxlkvxb9izkgzq411hmh2sx4hrr90pzc"; 201 }) 202 (fetchNuGet { 203 name = "Humanizer.Core.ru"; 204 - version = "2.9.9"; 205 - sha256 = "0s2f9wxqwy281zw7aiswvfk8dg0i278g4z2l3bqn9iyijqm47zxx"; 206 }) 207 (fetchNuGet { 208 name = "Humanizer.Core.sk"; 209 - version = "2.9.9"; 210 - sha256 = "0nq27nx6xq81d5avriphm7s926xm34306v7l7c88n71kn097jzl9"; 211 }) 212 (fetchNuGet { 213 name = "Humanizer.Core.sl"; 214 - version = "2.9.9"; 215 - sha256 = "0dwszkm2xd4ysh3rrjx1zran09hl532hjrppfckqyy6n65b4axyf"; 216 }) 217 (fetchNuGet { 218 name = "Humanizer.Core.sr"; 219 - version = "2.9.9"; 220 - sha256 = "1vmfs9jp8ljlh6965pmb4afbcc9c4zlg5dn1pgbjc4miiwj6vc73"; 221 }) 222 (fetchNuGet { 223 name = "Humanizer.Core.sr-Latn"; 224 - version = "2.9.9"; 225 - sha256 = "1dakb2zcaxmm9qw8fnsz5z12mmbjgx7jm9plxbm7jidjn7z271yl"; 226 }) 227 (fetchNuGet { 228 name = "Humanizer.Core.sv"; 229 - version = "2.9.9"; 230 - sha256 = "0jys46lz25yxx70w7y2623iabv3clf3lix8jzl8r68rj0lw6pxdz"; 231 - }) 232 - (fetchNuGet { 233 - name = "Humanizer.Core.th-TH"; 234 - version = "2.9.9"; 235 - sha256 = "0r37ckvh68xvlyszgx94a8xxmya5cqiqnvdg5syw04lj0rshc3jb"; 236 }) 237 (fetchNuGet { 238 name = "Humanizer.Core.tr"; 239 - version = "2.9.9"; 240 - sha256 = "1dnba6wbf6r5a1gmf7a7136qhy1w8izbh6wimmmwqsch2sk4ng4f"; 241 }) 242 (fetchNuGet { 243 name = "Humanizer.Core.uk"; 244 - version = "2.9.9"; 245 - sha256 = "1z0kdp2qkiyb4dhy22rqfik2b2c899nzkfh10907gp9827rdz3b9"; 246 }) 247 (fetchNuGet { 248 name = "Humanizer.Core.uz-Cyrl-UZ"; 249 - version = "2.9.9"; 250 - sha256 = "1rnqa7w8s44fnqpw4g2drcwyajd5zhmwkqipi5zfhh0bcdnj9hxx"; 251 }) 252 (fetchNuGet { 253 name = "Humanizer.Core.uz-Latn-UZ"; 254 - version = "2.9.9"; 255 - sha256 = "1i1c6dy4bdglgyhv8g13lwqlis1snl7zcpdrvidw40f74ch0zq0g"; 256 }) 257 (fetchNuGet { 258 name = "Humanizer.Core.vi"; 259 - version = "2.9.9"; 260 - sha256 = "0ji0lmcm073x9fyigrw3b500drz268jarv6vfxpwxbzxd3mvnrys"; 261 }) 262 (fetchNuGet { 263 name = "Humanizer.Core.zh-CN"; 264 - version = "2.9.9"; 265 - sha256 = "10iyrahi7rdp8lq4rxb2k9pny7da2aw9xfy2la8jdjrjgmqwffsi"; 266 }) 267 (fetchNuGet { 268 name = "Humanizer.Core.zh-Hans"; 269 - version = "2.9.9"; 270 - sha256 = "0f92fvzgcifaf2b64x8v52xckp1qxg88djlb9vlj083f6x29ick5"; 271 }) 272 (fetchNuGet { 273 name = "Humanizer.Core.zh-Hant"; 274 - version = "2.9.9"; 275 - sha256 = "0v9vqn6h467q7fy3xwabnqw48p48ilwkfg62b65j0q76ppnvsnvj"; 276 }) 277 (fetchNuGet { 278 name = "JetBrains.Annotations"; ··· 446 }) 447 (fetchNuGet { 448 name = "Microsoft.Diagnostics.Runtime"; 449 - version = "2.0.217201"; 450 - sha256 = "1r519zbbq13f76kc657wml735h9lcijkyxw6r96akn7cv9vgiwl6"; 451 }) 452 (fetchNuGet { 453 name = "Microsoft.DotNet.PlatformAbstractions"; ··· 686 }) 687 (fetchNuGet { 688 name = "NuGet.Common"; 689 - version = "5.9.0"; 690 - sha256 = "1j0kk8rgssw920r7h8zfqwzsgvh3y5lalz19d5r07l9r9ngcj5w9"; 691 }) 692 (fetchNuGet { 693 name = "NuGet.Configuration"; 694 - version = "5.9.0"; 695 - sha256 = "16wqjflqvhgq5nqa7ips63hv6wd39171q337gk5wkr9ffpwarrx9"; 696 }) 697 (fetchNuGet { 698 name = "NuGet.DependencyResolver.Core"; 699 - version = "5.9.0"; 700 - sha256 = "1f1rcvl86qvix3hibm7xm5wzvwah5pc4ik9mnrgavnwixwkix9nz"; 701 }) 702 (fetchNuGet { 703 name = "NuGet.Frameworks"; 704 - version = "5.9.0"; 705 - sha256 = "099kb0mvglhfv5b0r1ddnkl6mm8l2x5kpmm1kqs5qkchk0a1y0ci"; 706 }) 707 (fetchNuGet { 708 name = "NuGet.LibraryModel"; 709 - version = "5.9.0"; 710 - sha256 = "1m6ym5dld0drpk7lm0i0ss30292rpk80b701n1nakqykfnkfhhfy"; 711 }) 712 (fetchNuGet { 713 name = "NuGet.Packaging"; 714 - version = "5.9.0"; 715 - sha256 = "0m0sn823v0lb4h2maxcndvj2k1a0iwwl1yndbhna2ir2lq2fi4px"; 716 }) 717 (fetchNuGet { 718 name = "NuGet.ProjectModel"; 719 - version = "5.9.0"; 720 - sha256 = "06qdfhxz5bsq2wx7i9dkc2rsr4bkk02mpyq27v6zrz36vyrckwx3"; 721 }) 722 (fetchNuGet { 723 name = "NuGet.Protocol"; 724 - version = "5.9.0"; 725 - sha256 = "1nvfg1xxpjqbpdmw1xa6m7sbdp19ld442vqh3x4967z6c92wvc4n"; 726 }) 727 (fetchNuGet { 728 name = "NuGet.Versioning"; 729 - version = "5.9.0"; 730 - sha256 = "1rby89nx39l533vhk0ikf16dd1d6kjjn4ld8b0y88g2mlnrdgz4m"; 731 }) 732 (fetchNuGet { 733 name = "NUnit"; ··· 746 }) 747 (fetchNuGet { 748 name = "ppy.osu.Framework"; 749 - version = "2021.427.0"; 750 - sha256 = "18n9g21y7asgr51fskfk3m0sx07y1mwrsdq4s065i8yk8d412mh7"; 751 }) 752 (fetchNuGet { 753 name = "ppy.osu.Framework.NativeLibs"; ··· 766 }) 767 (fetchNuGet { 768 name = "ppy.SDL2-CS"; 769 - version = "1.0.225-alpha"; 770 - sha256 = "1x8hvk9kikwi7wrvwxdxk3pkbs491iss2mvqgiw844zld5izihqc"; 771 }) 772 (fetchNuGet { 773 name = "ppy.squirrel.windows";
··· 26 }) 27 (fetchNuGet { 28 name = "Humanizer"; 29 + version = "2.8.26"; 30 + sha256 = "11kddzyzqpq9gkz0hmrblq494nh86va6wxx6z89xi6w1f4vj15ak"; 31 }) 32 (fetchNuGet { 33 name = "Humanizer.Core"; ··· 36 }) 37 (fetchNuGet { 38 name = "Humanizer.Core"; 39 + version = "2.8.26"; 40 + sha256 = "1v8xd12yms4qq1md4vh6faxicmqrvahqdd7sdkyzrphab9v44nsm"; 41 }) 42 (fetchNuGet { 43 name = "Humanizer.Core.af"; 44 + version = "2.8.26"; 45 + sha256 = "0znrq4frlkq1qi20301hlzxa6mdc275fa1i1a1i8ldgk9cjq94k9"; 46 }) 47 (fetchNuGet { 48 name = "Humanizer.Core.ar"; 49 + version = "2.8.26"; 50 + sha256 = "1hi7mln48p1nmxlgdq725s4cvla9nlkvbmrsql1rfjjlsy8hn6n7"; 51 }) 52 (fetchNuGet { 53 name = "Humanizer.Core.az"; 54 + version = "2.8.26"; 55 + sha256 = "0av7ycrqwvmikqia3z3qkp9967zilrhayny17zkm0d0mnjq62vs6"; 56 }) 57 (fetchNuGet { 58 name = "Humanizer.Core.bg"; 59 + version = "2.8.26"; 60 + sha256 = "13j6zk2cmk7a119azxlpjhfwykrzk0vkf5a799fb2fzkvhnj4hkg"; 61 }) 62 (fetchNuGet { 63 name = "Humanizer.Core.bn-BD"; 64 + version = "2.8.26"; 65 + sha256 = "0h619sksggfi7dnaycz6bj9aiqdgn0d8dpgjgdl73crw52lr70p9"; 66 }) 67 (fetchNuGet { 68 name = "Humanizer.Core.cs"; 69 + version = "2.8.26"; 70 + sha256 = "11bh3k15388bi5wizaihnwqk7wb4n7q636fqjllwdhjggqrsc3f6"; 71 }) 72 (fetchNuGet { 73 name = "Humanizer.Core.da"; 74 + version = "2.8.26"; 75 + sha256 = "09b3x3bw3cgby9qvaccnqz2y6d8gl3497dh7q0dk1iznsxbk4x4m"; 76 }) 77 (fetchNuGet { 78 name = "Humanizer.Core.de"; 79 + version = "2.8.26"; 80 + sha256 = "1pyp2a9my20wlwjjzv563kshl9fpjb2kd4cw41l4wvsz1bsq3l22"; 81 }) 82 (fetchNuGet { 83 name = "Humanizer.Core.el"; 84 + version = "2.8.26"; 85 + sha256 = "0v3sdcxca4dam1y5yjh9n6v711ys0zdv38hr4kij35s6277ls6lb"; 86 }) 87 (fetchNuGet { 88 name = "Humanizer.Core.es"; 89 + version = "2.8.26"; 90 + sha256 = "0wh9qvqf80cngwsz2jnrsjpmaax4xa2xp8bbk5xs480kp071z37q"; 91 }) 92 (fetchNuGet { 93 name = "Humanizer.Core.fa"; 94 + version = "2.8.26"; 95 + sha256 = "00v56ddjfv6sr6w5246gn5z0padwswvnngp8mdl7gjfg5ycmbkl1"; 96 }) 97 (fetchNuGet { 98 name = "Humanizer.Core.fi-FI"; 99 + version = "2.8.26"; 100 + sha256 = "1pgs0j5ri50a6vhljplhrlc8jj1hrd9ggxkj60d9v5kk9xibzzyd"; 101 }) 102 (fetchNuGet { 103 name = "Humanizer.Core.fr"; 104 + version = "2.8.26"; 105 + sha256 = "0kkhgy3yn8vfqlx3dhb9m3cazkgfxarknam4macng9y17l7wj83m"; 106 }) 107 (fetchNuGet { 108 name = "Humanizer.Core.fr-BE"; 109 + version = "2.8.26"; 110 + sha256 = "13spcx07hph366qk073pz63s56nadaac7l4mr4a66gbpqd3814kb"; 111 }) 112 (fetchNuGet { 113 name = "Humanizer.Core.he"; 114 + version = "2.8.26"; 115 + sha256 = "1ccn82aj3rhrhsa3kvkrmjw0p687icxlfja8ngbh7sby4cszx9bk"; 116 }) 117 (fetchNuGet { 118 name = "Humanizer.Core.hr"; 119 + version = "2.8.26"; 120 + sha256 = "12ii79bhai3kv7zr3k9k9dh569r6p3m4l4gj25cln2isr4wdi5r9"; 121 }) 122 (fetchNuGet { 123 name = "Humanizer.Core.hu"; 124 + version = "2.8.26"; 125 + sha256 = "0cibbdxiqhwrjmxlr805mg3l9v0fl2ydx4m50608rkysjq6vxx7y"; 126 }) 127 (fetchNuGet { 128 name = "Humanizer.Core.hy"; 129 + version = "2.8.26"; 130 + sha256 = "15aikm04f74abm4ak8rvnnkrlcz155gibn1y81pbgsyn7yrh84v3"; 131 }) 132 (fetchNuGet { 133 name = "Humanizer.Core.id"; 134 + version = "2.8.26"; 135 + sha256 = "1i9gpzdfhmbvrqg858kqz5461sp3sh60g16dmcmyi1ik0qlspijn"; 136 }) 137 (fetchNuGet { 138 name = "Humanizer.Core.it"; 139 + version = "2.8.26"; 140 + sha256 = "01j7qskmqcxsakbx3bkxcjyzrh6nxi2v6kfzsfb0vf980qqq331l"; 141 }) 142 (fetchNuGet { 143 name = "Humanizer.Core.ja"; 144 + version = "2.8.26"; 145 + sha256 = "07d19ns4a4pa2k4vdc1af7wj10gaflq1ny4mx6y574afkdi8v6d5"; 146 }) 147 (fetchNuGet { 148 name = "Humanizer.Core.lv"; 149 + version = "2.8.26"; 150 + sha256 = "1pm64sj65nmngyfa3hjcw67icfmlzr232hmgpnw7306sb7dxmnfv"; 151 }) 152 (fetchNuGet { 153 name = "Humanizer.Core.ms-MY"; 154 + version = "2.8.26"; 155 + sha256 = "1yx4cc023kc4k14abk2ycmjy6y2xaknaz4zria7xsadf0fabd1jc"; 156 }) 157 (fetchNuGet { 158 name = "Humanizer.Core.mt"; 159 + version = "2.8.26"; 160 + sha256 = "0iai35pzka9g6c3sgswki06fk6gdnq8kc88wyb4pcciivazz31px"; 161 }) 162 (fetchNuGet { 163 name = "Humanizer.Core.nb"; 164 + version = "2.8.26"; 165 + sha256 = "0xprhiyjyq6mpha2lrav59n1f48508ddvm9nmdk5sm5k26ff3l90"; 166 }) 167 (fetchNuGet { 168 name = "Humanizer.Core.nb-NO"; 169 + version = "2.8.26"; 170 + sha256 = "160c98wfh7d2xlvlra4x5rdj4klgcjwcy3gkb4ipg655byn2m1j2"; 171 }) 172 (fetchNuGet { 173 name = "Humanizer.Core.nl"; 174 + version = "2.8.26"; 175 + sha256 = "067pqm4i1mk83fqqr0bvzrchrvxwdnff18z3djgagclh1i4xqlvk"; 176 }) 177 (fetchNuGet { 178 name = "Humanizer.Core.pl"; 179 + version = "2.8.26"; 180 + sha256 = "1r1bbqb990war1hiag5f88yxw0k9jiid1ihb4s5bc1lzs3vfsb6x"; 181 }) 182 (fetchNuGet { 183 name = "Humanizer.Core.pt"; 184 + version = "2.8.26"; 185 + sha256 = "1bik0vjjdzw51yl11ng9gsi3ihz50ibwh1gdhh2vd13jxjzb512p"; 186 }) 187 (fetchNuGet { 188 name = "Humanizer.Core.ro"; 189 + version = "2.8.26"; 190 + sha256 = "12f2hry6x1p1mgx6g4kpig2jpybx52ibghvhdhjbbfhy32gv8dr0"; 191 }) 192 (fetchNuGet { 193 name = "Humanizer.Core.ru"; 194 + version = "2.8.26"; 195 + sha256 = "1hri12kwymzvdqcr66l8yiqiw3pmf9fk492z10yqljm576kyshgg"; 196 }) 197 (fetchNuGet { 198 name = "Humanizer.Core.sk"; 199 + version = "2.8.26"; 200 + sha256 = "07jfgk67axw97b85dn4bwpjwf3swd74j9hdd870qps12xfp98i9j"; 201 }) 202 (fetchNuGet { 203 name = "Humanizer.Core.sl"; 204 + version = "2.8.26"; 205 + sha256 = "060xbzwb7p9ypbqfklih2zal2rh6h55gq4hv3i6alvlbd3vsx29n"; 206 }) 207 (fetchNuGet { 208 name = "Humanizer.Core.sr"; 209 + version = "2.8.26"; 210 + sha256 = "0i2c24qmqnhp85b088qlbagxd48hcl0v1ly4m7hfbvx5s7fg8riv"; 211 }) 212 (fetchNuGet { 213 name = "Humanizer.Core.sr-Latn"; 214 + version = "2.8.26"; 215 + sha256 = "1911a69sqssh9f007vmxbgyj4ym2ym4423xvw6cmbfhjcrhkfpbi"; 216 }) 217 (fetchNuGet { 218 name = "Humanizer.Core.sv"; 219 + version = "2.8.26"; 220 + sha256 = "056h8n9i18yl78f9ppzn2kkrz2cs46aqv0j5y8xq360zarggh0nm"; 221 }) 222 (fetchNuGet { 223 name = "Humanizer.Core.tr"; 224 + version = "2.8.26"; 225 + sha256 = "0dk8ga3fpxifxxkz0n68654h65cvrx00hy7q00m5vgvmcp70gxxn"; 226 }) 227 (fetchNuGet { 228 name = "Humanizer.Core.uk"; 229 + version = "2.8.26"; 230 + sha256 = "0bnj5xqlcqp4n8i04ra78dax4854zbf2jsygvb4lpiayyyaj2bxw"; 231 }) 232 (fetchNuGet { 233 name = "Humanizer.Core.uz-Cyrl-UZ"; 234 + version = "2.8.26"; 235 + sha256 = "1bbf6mxas6brjw7rjljq5saz6v3ic6zbvm1b3c1jbk0hc0qkd7c8"; 236 }) 237 (fetchNuGet { 238 name = "Humanizer.Core.uz-Latn-UZ"; 239 + version = "2.8.26"; 240 + sha256 = "1bfgfihpynax30g9kq8kra7c4jxps2ccxsxrs9gls47xbs35cw2f"; 241 }) 242 (fetchNuGet { 243 name = "Humanizer.Core.vi"; 244 + version = "2.8.26"; 245 + sha256 = "1vm765nvkp6wyfwlcgppimjrk04lkg8lscch3n1i1i5hlqxrs9ch"; 246 }) 247 (fetchNuGet { 248 name = "Humanizer.Core.zh-CN"; 249 + version = "2.8.26"; 250 + sha256 = "1qyl12rdh4iv1k1qcivcmxxnh8y93ainf22pmch8vvw9yjhs1y7s"; 251 }) 252 (fetchNuGet { 253 name = "Humanizer.Core.zh-Hans"; 254 + version = "2.8.26"; 255 + sha256 = "1gqv3dyk236wlp5wb7kd4qnyrmp3cy36ycykl7zr91s25cdls5vy"; 256 }) 257 (fetchNuGet { 258 name = "Humanizer.Core.zh-Hant"; 259 + version = "2.8.26"; 260 + sha256 = "1rhzbiqbx04l3kvzjklix90fxyc6vvmmw0p564ajdiximivs0pbh"; 261 }) 262 (fetchNuGet { 263 name = "JetBrains.Annotations"; ··· 431 }) 432 (fetchNuGet { 433 name = "Microsoft.Diagnostics.Runtime"; 434 + version = "2.0.222201"; 435 + sha256 = "1vsa6xbqi4f2mx85rjmq641r9zgssj0bbfcsqlsa5nx6lqh2rf2q"; 436 }) 437 (fetchNuGet { 438 name = "Microsoft.DotNet.PlatformAbstractions"; ··· 671 }) 672 (fetchNuGet { 673 name = "NuGet.Common"; 674 + version = "5.9.1"; 675 + sha256 = "0d919d15r6fzixfxz56xnayfbw9lfvpr99k7k2wlyh228l58xlng"; 676 }) 677 (fetchNuGet { 678 name = "NuGet.Configuration"; 679 + version = "5.9.1"; 680 + sha256 = "13v3jmirwil1w74wwsspm31rzppb7fbnh99sfig6hrqxhxyzhgnc"; 681 }) 682 (fetchNuGet { 683 name = "NuGet.DependencyResolver.Core"; 684 + version = "5.9.1"; 685 + sha256 = "0bdmz886bmdgndy7101mq08idzwp8y73hf4l9az3jdndd6cia1ic"; 686 }) 687 (fetchNuGet { 688 name = "NuGet.Frameworks"; 689 + version = "5.9.1"; 690 + sha256 = "12fjigazzlmh63479hralrfgdcqxq6qsdr57b9zj0ipwqj0s6l3i"; 691 }) 692 (fetchNuGet { 693 name = "NuGet.LibraryModel"; 694 + version = "5.9.1"; 695 + sha256 = "1z1m6ik1sxsr129578dy22wspci4xavwjza0f08nm1vbb4v3y4va"; 696 }) 697 (fetchNuGet { 698 name = "NuGet.Packaging"; 699 + version = "5.9.1"; 700 + sha256 = "0yknzgwmpkcddba3b2d1kq9yizxxdd08xcxv508brr2079g01q6d"; 701 }) 702 (fetchNuGet { 703 name = "NuGet.ProjectModel"; 704 + version = "5.9.1"; 705 + sha256 = "0g3gxh0g6lcaczk9jczzkpmikxhdivfflpqw40jygs64r5837rbv"; 706 }) 707 (fetchNuGet { 708 name = "NuGet.Protocol"; 709 + version = "5.9.1"; 710 + sha256 = "1wz7rv262wb42s1y866w9bcvpl22dr4s915dsky8sbc69y5646wn"; 711 }) 712 (fetchNuGet { 713 name = "NuGet.Versioning"; 714 + version = "5.9.1"; 715 + sha256 = "0vpswa6gz36z2vqwvbylmh7r9hjhlib91vbvkf0icjfkhzijjq08"; 716 }) 717 (fetchNuGet { 718 name = "NUnit"; ··· 731 }) 732 (fetchNuGet { 733 name = "ppy.osu.Framework"; 734 + version = "2021.513.0"; 735 + sha256 = "17cqmgfd40jbdkm5rq9wl1rcvv870yqryc29k4c8bdsvxxf4arv2"; 736 }) 737 (fetchNuGet { 738 name = "ppy.osu.Framework.NativeLibs"; ··· 751 }) 752 (fetchNuGet { 753 name = "ppy.SDL2-CS"; 754 + version = "1.0.238-alpha"; 755 + sha256 = "1n7pa7gy1hcgsfm3jix334qr6v229n1yymq58njj802l3k5g7980"; 756 }) 757 (fetchNuGet { 758 name = "ppy.squirrel.windows";
+1 -1
pkgs/games/quakespasm/vulkan.nix
··· 54 ''; 55 56 platforms = platforms.linux; 57 - maintainers = with maintainers; [ gnidorah ]; 58 }; 59 }
··· 54 ''; 55 56 platforms = platforms.linux; 57 + maintainers = with maintainers; [ ]; 58 }; 59 }
+3 -3
pkgs/games/terraria-server/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "terraria-server"; 5 - version = "1.4.1.2"; 6 urlVersion = lib.replaceChars [ "." ] [ "" ] version; 7 8 src = fetchurl { 9 - url = "https://terraria.org/system/dedicated_servers/archives/000/000/042/original/terraria-server-${urlVersion}.zip"; 10 - sha256 = "18hcy7jfizyyp0h66rga8z948xg3nyk32rzl7hgv7ar1w43airhh"; 11 }; 12 13 buildInputs = [ file ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "terraria-server"; 5 + version = "1.4.2.2"; 6 urlVersion = lib.replaceChars [ "." ] [ "" ] version; 7 8 src = fetchurl { 9 + url = "https://terraria.org/system/dedicated_servers/archives/000/000/045/original/terraria-server-${urlVersion}.zip"; 10 + sha256 = "0jz79yidnri6hrqp2aqbi8hg0w3k4nrnfbvxgy5q612fr04g6nsw"; 11 }; 12 13 buildInputs = [ file ];
+1 -2
pkgs/misc/drivers/foo2zjs/default.nix
··· 1 - { lib, stdenv, fetchurl, foomatic-filters, bc, unzip, ghostscript, systemd, vim, time }: 2 3 stdenv.mkDerivation rec { 4 pname = "foo2zjs"; ··· 9 sha256 = "14x3wizvncdy0xgvmcx541qanwb7bg76abygqy17bxycn1zh5r1x"; 10 }; 11 12 - nativeBuildInputs = [ unzip ]; 13 buildInputs = [ foomatic-filters bc ghostscript systemd vim ]; 14 15 patches = [ ./no-hardcode-fw.diff ];
··· 1 + { lib, stdenv, fetchurl, foomatic-filters, bc, ghostscript, systemd, vim, time }: 2 3 stdenv.mkDerivation rec { 4 pname = "foo2zjs"; ··· 9 sha256 = "14x3wizvncdy0xgvmcx541qanwb7bg76abygqy17bxycn1zh5r1x"; 10 }; 11 12 buildInputs = [ foomatic-filters bc ghostscript systemd vim ]; 13 14 patches = [ ./no-hardcode-fw.diff ];
+2 -2
pkgs/misc/emulators/atari800/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, autoreconfHook 2 - , unzip, zlib, SDL, readline, libGLU, libGL, libX11 }: 3 4 with lib; 5 stdenv.mkDerivation rec { ··· 13 sha256 = "15l08clqqayi9izrgsz9achan6gl4x57wqsc8mad3yn0xayzz3qy"; 14 }; 15 16 - nativeBuildInputs = [ autoreconfHook unzip ]; 17 18 buildInputs = [ zlib SDL readline libGLU libGL libX11 ]; 19
··· 1 { lib, stdenv, fetchFromGitHub, autoreconfHook 2 + , zlib, SDL, readline, libGLU, libGL, libX11 }: 3 4 with lib; 5 stdenv.mkDerivation rec { ··· 13 sha256 = "15l08clqqayi9izrgsz9achan6gl4x57wqsc8mad3yn0xayzz3qy"; 14 }; 15 16 + nativeBuildInputs = [ autoreconfHook ]; 17 18 buildInputs = [ zlib SDL readline libGLU libGL libX11 ]; 19
+1 -1
pkgs/misc/emulators/mame/default.nix
··· 82 platforms = platforms.unix; 83 # makefile needs fixes for install target 84 badPlatforms = [ "aarch64-linux" ]; 85 - maintainers = with maintainers; [ gnidorah ]; 86 }; 87 }
··· 82 platforms = platforms.unix; 83 # makefile needs fixes for install target 84 badPlatforms = [ "aarch64-linux" ]; 85 + maintainers = with maintainers; [ ]; 86 }; 87 }
+1 -1
pkgs/misc/screensavers/electricsheep/default.nix
··· 40 meta = with lib; { 41 description = "Electric Sheep, a distributed screen saver for evolving artificial organisms"; 42 homepage = "https://electricsheep.org/"; 43 - maintainers = with maintainers; [ nand0p fpletz ]; 44 platforms = platforms.linux; 45 license = licenses.gpl1; 46 };
··· 40 meta = with lib; { 41 description = "Electric Sheep, a distributed screen saver for evolving artificial organisms"; 42 homepage = "https://electricsheep.org/"; 43 + maintainers = with maintainers; [ fpletz ]; 44 platforms = platforms.linux; 45 license = licenses.gpl1; 46 };
+24
pkgs/misc/vim-plugins/generated.nix
··· 1290 meta.homepage = "https://github.com/Shougo/echodoc.vim/"; 1291 }; 1292 1293 editorconfig-vim = buildVimPluginFrom2Nix { 1294 pname = "editorconfig-vim"; 1295 version = "2021-04-04"; ··· 5940 sha256 = "0gpfdla8shaf5ykgakrsf0h0w6ygvwcv3lfpnki24l790xhdi606"; 5941 }; 5942 meta.homepage = "https://github.com/junegunn/vim-easy-align/"; 5943 }; 5944 5945 vim-easygit = buildVimPluginFrom2Nix {
··· 1290 meta.homepage = "https://github.com/Shougo/echodoc.vim/"; 1291 }; 1292 1293 + edge = buildVimPluginFrom2Nix { 1294 + pname = "edge"; 1295 + version = "2021-05-08"; 1296 + src = fetchFromGitHub { 1297 + owner = "sainnhe"; 1298 + repo = "edge"; 1299 + rev = "8f4cc117b703168f6c5d03ef65b36b095bb3f981"; 1300 + sha256 = "0rq256pwfrxpgy9w2wx4fk9jddmb0xrifhnjkdjf3cmir8xdl7mp"; 1301 + }; 1302 + meta.homepage = "https://github.com/sainnhe/edge/"; 1303 + }; 1304 + 1305 editorconfig-vim = buildVimPluginFrom2Nix { 1306 pname = "editorconfig-vim"; 1307 version = "2021-04-04"; ··· 5952 sha256 = "0gpfdla8shaf5ykgakrsf0h0w6ygvwcv3lfpnki24l790xhdi606"; 5953 }; 5954 meta.homepage = "https://github.com/junegunn/vim-easy-align/"; 5955 + }; 5956 + 5957 + vim-easyescape = buildVimPluginFrom2Nix { 5958 + pname = "vim-easyescape"; 5959 + version = "2020-11-22"; 5960 + src = fetchFromGitHub { 5961 + owner = "zhou13"; 5962 + repo = "vim-easyescape"; 5963 + rev = "fd7875f1657fd54fae85088acf289b9723d8a790"; 5964 + sha256 = "0h8kmhliicbdqhximp3d961crp6qkjjs4yciksl037ds47kzrkif"; 5965 + }; 5966 + meta.homepage = "https://github.com/zhou13/vim-easyescape/"; 5967 }; 5968 5969 vim-easygit = buildVimPluginFrom2Nix {
+2
pkgs/misc/vim-plugins/vim-plugin-names
··· 556 rust-lang/rust.vim 557 ryanoasis/vim-devicons 558 ryvnf/readline.vim 559 sainnhe/sonokai 560 sakhnik/nvim-gdb 561 saltstack/salt-vim ··· 779 yuki-yano/ncm2-dictionary 780 yunlingz/ci_dark 781 zah/nim.vim 782 ziglang/zig.vim
··· 556 rust-lang/rust.vim 557 ryanoasis/vim-devicons 558 ryvnf/readline.vim 559 + sainnhe/edge 560 sainnhe/sonokai 561 sakhnik/nvim-gdb 562 saltstack/salt-vim ··· 780 yuki-yano/ncm2-dictionary 781 yunlingz/ci_dark 782 zah/nim.vim 783 + zhou13/vim-easyescape 784 ziglang/zig.vim
+2 -2
pkgs/os-specific/linux/kernel/linux-lqx.nix
··· 1 { lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args: 2 3 let 4 - version = "5.11.20"; 5 suffix = "lqx1"; 6 in 7 ··· 14 owner = "zen-kernel"; 15 repo = "zen-kernel"; 16 rev = "v${version}-${suffix}"; 17 - sha256 = "0pdn3p9v3jasgf4xffirijlx20qp9gglzlksk2gmyzg9lmf5dygi"; 18 }; 19 20 extraMeta = {
··· 1 { lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args: 2 3 let 4 + version = "5.11.21"; 5 suffix = "lqx1"; 6 in 7 ··· 14 owner = "zen-kernel"; 15 repo = "zen-kernel"; 16 rev = "v${version}-${suffix}"; 17 + sha256 = "1klvik8nrqsqi5ijnga1li4gacsknmap75g2zp8f3hd3hz18d5n1"; 18 }; 19 20 extraMeta = {
+82 -46
pkgs/servers/gerbera/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub 2 - , cmake, pkg-config 3 - # required 4 - , libupnp, libuuid, pugixml, libiconv, sqlite, zlib, spdlog, fmt 5 - # options 6 - , enableDuktape ? true, duktape 7 - , enableCurl ? true, curl 8 - , enableTaglib ? true, taglib 9 - , enableLibmagic ? true, file 10 - , enableLibmatroska ? true, libmatroska, libebml 11 - , enableAvcodec ? false, ffmpeg 12 - , enableLibexif ? true, libexif 13 - , enableExiv2 ? false, exiv2 14 - , enableFFmpegThumbnailer ? false, ffmpegthumbnailer 15 - , enableInotifyTools ? true, inotify-tools 16 }: 17 18 - with lib; 19 let 20 - optionOnOff = option: if option then "on" else "off"; 21 - in stdenv.mkDerivation rec { 22 pname = "gerbera"; 23 - version = "1.8.0"; 24 25 src = fetchFromGitHub { 26 repo = "gerbera"; 27 owner = "gerbera"; 28 rev = "v${version}"; 29 - sha256 = "sha256-i33pAgSOjVOoj0qGBnb8hpRMqgTCBTQmKTuZ9AkvoPg="; 30 }; 31 32 cmakeFlags = [ 33 - "-DWITH_JS=${optionOnOff enableDuktape}" 34 - "-DWITH_CURL=${optionOnOff enableCurl}" 35 - "-DWITH_TAGLIB=${optionOnOff enableTaglib}" 36 - "-DWITH_MAGIC=${optionOnOff enableLibmagic}" 37 - "-DWITH_MATROSKA=${optionOnOff enableLibmatroska}" 38 - "-DWITH_AVCODEC=${optionOnOff enableAvcodec}" 39 - "-DWITH_EXIF=${optionOnOff enableLibexif}" 40 - "-DWITH_EXIV2=${optionOnOff enableExiv2}" 41 - "-DWITH_FFMPEGTHUMBNAILER=${optionOnOff enableFFmpegThumbnailer}" 42 - "-DWITH_INOTIFY=${optionOnOff enableInotifyTools}" 43 # systemd service will be generated alongside the service 44 "-DWITH_SYSTEMD=OFF" 45 - ]; 46 47 nativeBuildInputs = [ cmake pkg-config ]; 48 49 buildInputs = [ 50 - libupnp libuuid pugixml libiconv sqlite zlib fmt.dev 51 spdlog 52 - ] 53 - ++ optionals enableDuktape [ duktape ] 54 - ++ optionals enableCurl [ curl ] 55 - ++ optionals enableTaglib [ taglib ] 56 - ++ optionals enableLibmagic [ file ] 57 - ++ optionals enableLibmatroska [ libmatroska libebml ] 58 - ++ optionals enableAvcodec [ ffmpeg.dev ] 59 - ++ optionals enableLibexif [ libexif ] 60 - ++ optionals enableExiv2 [ exiv2 ] 61 - ++ optionals enableInotifyTools [ inotify-tools ] 62 - ++ optionals enableFFmpegThumbnailer [ ffmpegthumbnailer ]; 63 - 64 65 meta = with lib; { 66 homepage = "https://docs.gerbera.io/"; ··· 70 It allows to stream your digital media through your home network and consume it on all kinds 71 of UPnP supporting devices. 72 ''; 73 - license = licenses.gpl2; 74 - maintainers = [ maintainers.ardumont ]; 75 platforms = platforms.linux; 76 }; 77 }
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , cmake 5 + , pkg-config 6 + # required 7 + , fmt 8 + , libiconv 9 + , libupnp 10 + , libuuid 11 + , pugixml 12 + , spdlog 13 + , sqlite 14 + , zlib 15 + # options 16 + , enableMysql ? false 17 + , libmysqlclient 18 + , enableDuktape ? true 19 + , duktape 20 + , enableCurl ? true 21 + , curl 22 + , enableTaglib ? true 23 + , taglib 24 + , enableLibmagic ? true 25 + , file 26 + , enableLibmatroska ? true 27 + , libmatroska 28 + , libebml 29 + , enableAvcodec ? false 30 + , ffmpeg 31 + , enableLibexif ? true 32 + , libexif 33 + , enableExiv2 ? false 34 + , exiv2 35 + , enableFFmpegThumbnailer ? false 36 + , ffmpegthumbnailer 37 + , enableInotifyTools ? true 38 + , inotify-tools 39 }: 40 41 let 42 + libupnp' = libupnp.overrideAttrs (super: rec { 43 + cmakeFlags = super.cmakeFlags or [ ] ++ [ 44 + "-Dblocking_tcp_connections=OFF" 45 + "-Dreuseaddr=ON" 46 + ]; 47 + }); 48 + 49 + options = [ 50 + { name = "AVCODEC"; enable = enableAvcodec; packages = [ ffmpeg ]; } 51 + { name = "CURL"; enable = enableCurl; packages = [ curl ]; } 52 + { name = "EXIF"; enable = enableLibexif; packages = [ libexif ]; } 53 + { name = "EXIV2"; enable = enableExiv2; packages = [ exiv2 ]; } 54 + { name = "FFMPEGTHUMBNAILER"; enable = enableFFmpegThumbnailer; packages = [ ffmpegthumbnailer ]; } 55 + { name = "INOTIFY"; enable = enableInotifyTools; packages = [ inotify-tools ]; } 56 + { name = "JS"; enable = enableDuktape; packages = [ duktape ]; } 57 + { name = "MAGIC"; enable = enableLibmagic; packages = [ file ]; } 58 + { name = "MATROSKA"; enable = enableLibmatroska; packages = [ libmatroska libebml ]; } 59 + { name = "MYSQL"; enable = enableMysql; packages = [ libmysqlclient ]; } 60 + { name = "TAGLIB"; enable = enableTaglib; packages = [ taglib ]; } 61 + ]; 62 + 63 + inherit (lib) flatten optionals; 64 + 65 + in 66 + stdenv.mkDerivation rec { 67 pname = "gerbera"; 68 + version = "1.8.1"; 69 70 src = fetchFromGitHub { 71 repo = "gerbera"; 72 owner = "gerbera"; 73 rev = "v${version}"; 74 + sha256 = "sha256-bJIT/qQOKTy2l0wsumlGNvaGqzb2mK0hHKG0S6mEG3o="; 75 }; 76 77 + postPatch = lib.optionalString enableMysql '' 78 + substituteInPlace cmake/FindMySQL.cmake \ 79 + --replace /usr/include/mysql ${lib.getDev libmysqlclient}/include/mariadb \ 80 + --replace /usr/lib/mysql ${lib.getLib libmysqlclient}/lib/mariadb 81 + ''; 82 + 83 cmakeFlags = [ 84 # systemd service will be generated alongside the service 85 "-DWITH_SYSTEMD=OFF" 86 + ] ++ map (e: "-DWITH_${e.name}=${if e.enable then "ON" else "OFF"}") options; 87 88 nativeBuildInputs = [ cmake pkg-config ]; 89 90 buildInputs = [ 91 + fmt 92 + libiconv 93 + libupnp' 94 + libuuid 95 + pugixml 96 spdlog 97 + sqlite 98 + zlib 99 + ] ++ flatten (builtins.catAttrs "packages" (builtins.filter (e: e.enable) options)); 100 101 meta = with lib; { 102 homepage = "https://docs.gerbera.io/"; ··· 106 It allows to stream your digital media through your home network and consume it on all kinds 107 of UPnP supporting devices. 108 ''; 109 + license = licenses.gpl2Only; 110 + maintainers = with maintainers; [ ardumont ]; 111 platforms = platforms.linux; 112 }; 113 }
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 # Do not edit! 3 4 { 5 - version = "2021.5.3"; 6 components = { 7 "abode" = ps: with ps; [ abodepy ]; 8 "accuweather" = ps: with ps; [ accuweather ];
··· 2 # Do not edit! 3 4 { 5 + version = "2021.5.4"; 6 components = { 7 "abode" = ps: with ps; [ abodepy ]; 8 "accuweather" = ps: with ps; [ accuweather ];
+6 -2
pkgs/servers/home-assistant/default.nix
··· 114 extraBuildInputs = extraPackages py.pkgs; 115 116 # Don't forget to run parse-requirements.py after updating 117 - hassVersion = "2021.5.3"; 118 119 in with py.pkgs; buildPythonApplication rec { 120 pname = "homeassistant"; ··· 133 owner = "home-assistant"; 134 repo = "core"; 135 rev = version; 136 - sha256 = "1zc21d70n24sk8y42xq3gzisj44kn6w6fhgqrcani470hhph24ba"; 137 }; 138 139 # leave this in, so users don't have to constantly update their downstream patch handling ··· 425 "--only-rerun RuntimeError" 426 # assign tests grouped by file to workers 427 "--dist loadfile" 428 # tests are located in tests/ 429 "tests" 430 # screenlogic/test_config_flow.py: Tries to send out UDP broadcasts ··· 455 "test_check_package_version_does_not_match" 456 # homeassistant/util/thread.py:51: SystemError 457 "test_executor_shutdown_can_interrupt_threads" 458 ]; 459 460 preCheck = ''
··· 114 extraBuildInputs = extraPackages py.pkgs; 115 116 # Don't forget to run parse-requirements.py after updating 117 + hassVersion = "2021.5.4"; 118 119 in with py.pkgs; buildPythonApplication rec { 120 pname = "homeassistant"; ··· 133 owner = "home-assistant"; 134 repo = "core"; 135 rev = version; 136 + sha256 = "1jxbxzhcnvxf6qkik2qmpdml41q6hlkazjqaxygyw7pyj094fp8v"; 137 }; 138 139 # leave this in, so users don't have to constantly update their downstream patch handling ··· 425 "--only-rerun RuntimeError" 426 # assign tests grouped by file to workers 427 "--dist loadfile" 428 + # enable full variable printing on error 429 + "--showlocals" 430 # tests are located in tests/ 431 "tests" 432 # screenlogic/test_config_flow.py: Tries to send out UDP broadcasts ··· 457 "test_check_package_version_does_not_match" 458 # homeassistant/util/thread.py:51: SystemError 459 "test_executor_shutdown_can_interrupt_threads" 460 + # {'theme_color': '#03A9F4'} != {'theme_color': 'blue'} 461 + "test_webhook_handle_get_config" 462 ]; 463 464 preCheck = ''
+1 -3
pkgs/servers/http/jboss/default.nix
··· 1 - { lib, stdenv, fetchurl, unzip, jdk }: 2 3 stdenv.mkDerivation { 4 name = "jboss-as-7.1.1.Final"; ··· 6 url = "https://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.tar.gz"; 7 sha256 = "1bdjw0ib9qr498vpfbg8klqw6rl11vbz7vwn6gp1r5gpqkd3zzc8"; 8 }; 9 - 10 - nativeBuildInputs = [ unzip ]; 11 12 phases = [ "unpackPhase" "installPhase" "fixupPhase" ]; 13
··· 1 + { lib, stdenv, fetchurl, jdk }: 2 3 stdenv.mkDerivation { 4 name = "jboss-as-7.1.1.Final"; ··· 6 url = "https://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.tar.gz"; 7 sha256 = "1bdjw0ib9qr498vpfbg8klqw6rl11vbz7vwn6gp1r5gpqkd3zzc8"; 8 }; 9 10 phases = [ "unpackPhase" "installPhase" "fixupPhase" ]; 11
+2 -2
pkgs/servers/matrix-synapse/matrix-appservice-slack/default.nix
··· 3 src = fetchFromGitHub { 4 owner = "matrix-org"; 5 repo = "matrix-appservice-slack"; 6 - rev = "1.7.0"; 7 - sha256 = "sha256-0BcnG/DGvc3uh/eP0KIB5gPSpXNPlaAl78D4bVCnLHg="; 8 }; 9 10 nodePackages = import ./node-composition.nix {
··· 3 src = fetchFromGitHub { 4 owner = "matrix-org"; 5 repo = "matrix-appservice-slack"; 6 + rev = "1.8.0"; 7 + sha256 = "sha256-FA6SMivMnloeZmnUhGx6N+ZLDTZFO3y17xJYclkp5w0="; 8 }; 9 10 nodePackages = import ./node-composition.nix {
+3 -3
pkgs/servers/matrix-synapse/matrix-appservice-slack/generate-dependencies.sh
··· 1 #!/usr/bin/env nix-shell 2 #! nix-shell -i bash -p nodePackages.node2nix 3 4 - # Download package.json and package-lock.json from the v1.7.0 release 5 - curl https://raw.githubusercontent.com/matrix-org/matrix-appservice-slack/1.7.0/package.json -o package.json 6 - curl https://raw.githubusercontent.com/matrix-org/matrix-appservice-slack/1.7.0/package-lock.json -o package-lock.json 7 8 node2nix \ 9 --nodejs-12 \
··· 1 #!/usr/bin/env nix-shell 2 #! nix-shell -i bash -p nodePackages.node2nix 3 4 + # Download package.json and package-lock.json from the v1.8.0 release 5 + curl https://raw.githubusercontent.com/matrix-org/matrix-appservice-slack/1.8.0/package.json -o package.json 6 + curl https://raw.githubusercontent.com/matrix-org/matrix-appservice-slack/1.8.0/package-lock.json -o package-lock.json 7 8 node2nix \ 9 --nodejs-12 \
+557 -597
pkgs/servers/matrix-synapse/matrix-appservice-slack/node-packages.nix
··· 22 sha512 = "np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="; 23 }; 24 }; 25 - "@babel/highlight-7.10.4" = { 26 name = "_at_babel_slash_highlight"; 27 packageName = "@babel/highlight"; 28 - version = "7.10.4"; 29 src = fetchurl { 30 - url = "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz"; 31 - sha512 = "i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA=="; 32 }; 33 }; 34 - "@babel/runtime-7.12.13" = { 35 name = "_at_babel_slash_runtime"; 36 packageName = "@babel/runtime"; 37 - version = "7.12.13"; 38 src = fetchurl { 39 - url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz"; 40 - sha512 = "8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw=="; 41 }; 42 }; 43 "@dabh/diagnostics-2.0.2" = { ··· 49 sha512 = "+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q=="; 50 }; 51 }; 52 - "@eslint/eslintrc-0.2.2" = { 53 name = "_at_eslint_slash_eslintrc"; 54 packageName = "@eslint/eslintrc"; 55 - version = "0.2.2"; 56 src = fetchurl { 57 - url = "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.2.tgz"; 58 - sha512 = "EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ=="; 59 }; 60 }; 61 "@nodelib/fs.scandir-2.1.4" = { ··· 130 sha512 = "W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ=="; 131 }; 132 }; 133 - "@types/chai-4.2.14" = { 134 name = "_at_types_slash_chai"; 135 packageName = "@types/chai"; 136 - version = "4.2.14"; 137 src = fetchurl { 138 - url = "https://registry.npmjs.org/@types/chai/-/chai-4.2.14.tgz"; 139 - sha512 = "G+ITQPXkwTrslfG5L/BksmbLUA0M1iybEsmCWPqzSxsRRhJZimBKJkoMi8fr/CPygPTj4zO5pJH7I2/cm9M7SQ=="; 140 }; 141 }; 142 "@types/connect-3.4.34" = { ··· 148 sha512 = "ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ=="; 149 }; 150 }; 151 - "@types/express-4.17.10" = { 152 name = "_at_types_slash_express"; 153 packageName = "@types/express"; 154 - version = "4.17.10"; 155 src = fetchurl { 156 - url = "https://registry.npmjs.org/@types/express/-/express-4.17.10.tgz"; 157 - sha512 = "GRwKdE+iV6mA8glCvQ7W5iaoIhd6u1HDsNTF76UPRi7T89SLjOfeCLShVmQSgpXzcpf3zgcz2SbMiCcjnYRRxQ=="; 158 }; 159 }; 160 - "@types/express-serve-static-core-4.17.18" = { 161 name = "_at_types_slash_express-serve-static-core"; 162 packageName = "@types/express-serve-static-core"; 163 - version = "4.17.18"; 164 src = fetchurl { 165 - url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz"; 166 - sha512 = "m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA=="; 167 }; 168 }; 169 "@types/is-stream-1.1.0" = { ··· 175 sha512 = "jkZatu4QVbR60mpIzjINmtS1ZF4a/FqdTUTBeQDVOQ2PYyidtwFKr0B5G6ERukKwliq+7mIXvxyppwzG5EgRYg=="; 176 }; 177 }; 178 - "@types/json-schema-7.0.6" = { 179 name = "_at_types_slash_json-schema"; 180 packageName = "@types/json-schema"; 181 - version = "7.0.6"; 182 src = fetchurl { 183 - url = "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz"; 184 - sha512 = "3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw=="; 185 }; 186 }; 187 - "@types/mime-2.0.3" = { 188 name = "_at_types_slash_mime"; 189 packageName = "@types/mime"; 190 - version = "2.0.3"; 191 src = fetchurl { 192 - url = "https://registry.npmjs.org/@types/mime/-/mime-2.0.3.tgz"; 193 - sha512 = "Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q=="; 194 }; 195 }; 196 - "@types/mocha-8.2.0" = { 197 name = "_at_types_slash_mocha"; 198 packageName = "@types/mocha"; 199 - version = "8.2.0"; 200 src = fetchurl { 201 - url = "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.0.tgz"; 202 - sha512 = "/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ=="; 203 }; 204 }; 205 "@types/nedb-1.8.11" = { ··· 211 sha512 = "qHQRLZ0e6l/XK/2Qb2v5N1ujmdttYkUvnRI4nPIifMy6vYwoAnER10xhX13isWjjQtNsrjNLinZgDDguzPmEKw=="; 212 }; 213 }; 214 - "@types/node-14.14.20" = { 215 name = "_at_types_slash_node"; 216 packageName = "@types/node"; 217 - version = "14.14.20"; 218 src = fetchurl { 219 - url = "https://registry.npmjs.org/@types/node/-/node-14.14.20.tgz"; 220 - sha512 = "Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A=="; 221 }; 222 }; 223 "@types/node-emoji-1.8.1" = { ··· 229 sha512 = "0fRfA90FWm6KJfw6P9QGyo0HDTCmthZ7cWaBQndITlaWLTZ6njRyKwrwpzpg+n6kBXBIGKeUHEQuBx7bphGJkA=="; 230 }; 231 }; 232 - "@types/nunjucks-3.1.3" = { 233 name = "_at_types_slash_nunjucks"; 234 packageName = "@types/nunjucks"; 235 - version = "3.1.3"; 236 src = fetchurl { 237 - url = "https://registry.npmjs.org/@types/nunjucks/-/nunjucks-3.1.3.tgz"; 238 - sha512 = "42IiIIBdoB7ZDwCVhCWYT4fMCj+4TeacuVgh7xyT2du5EhkpA+OFeeDdYTFCUt1MrHb8Aw7ZqFvr8s1bwP9l8w=="; 239 }; 240 }; 241 "@types/p-queue-2.3.2" = { ··· 247 sha512 = "eKAv5Ql6k78dh3ULCsSBxX6bFNuGjTmof5Q/T6PiECDq0Yf8IIn46jCyp3RJvCi8owaEmm3DZH1PEImjBMd/vQ=="; 248 }; 249 }; 250 - "@types/qs-6.9.5" = { 251 name = "_at_types_slash_qs"; 252 packageName = "@types/qs"; 253 - version = "6.9.5"; 254 src = fetchurl { 255 - url = "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz"; 256 - sha512 = "/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ=="; 257 }; 258 }; 259 "@types/randomstring-1.1.6" = { ··· 283 sha512 = "wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="; 284 }; 285 }; 286 - "@types/serve-static-1.13.8" = { 287 name = "_at_types_slash_serve-static"; 288 packageName = "@types/serve-static"; 289 - version = "1.13.8"; 290 src = fetchurl { 291 - url = "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.8.tgz"; 292 - sha512 = "MoJhSQreaVoL+/hurAZzIm8wafFR6ajiTM1m4A0kv6AGeVBl4r4pOV8bGFrjjq1sGxDTnCoF8i22o0/aE5XCyA=="; 293 }; 294 }; 295 "@types/uuid-8.3.0" = { ··· 310 sha512 = "Q07IrQUSNpr+cXU4E4LtkSIBPie5GLZyyMC1QtQYRLWz701+XcoVygGUZgvLqElq1nU4ICldMYPnexlBsg3dqQ=="; 311 }; 312 }; 313 - "@types/yargs-15.0.12" = { 314 name = "_at_types_slash_yargs"; 315 packageName = "@types/yargs"; 316 - version = "15.0.12"; 317 src = fetchurl { 318 - url = "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz"; 319 - sha512 = "f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw=="; 320 }; 321 }; 322 "@types/yargs-parser-15.0.0" = { ··· 328 sha512 = "FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw=="; 329 }; 330 }; 331 - "@typescript-eslint/eslint-plugin-4.13.0" = { 332 name = "_at_typescript-eslint_slash_eslint-plugin"; 333 packageName = "@typescript-eslint/eslint-plugin"; 334 - version = "4.13.0"; 335 src = fetchurl { 336 - url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz"; 337 - sha512 = "ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w=="; 338 }; 339 }; 340 - "@typescript-eslint/eslint-plugin-tslint-4.13.0" = { 341 name = "_at_typescript-eslint_slash_eslint-plugin-tslint"; 342 packageName = "@typescript-eslint/eslint-plugin-tslint"; 343 - version = "4.13.0"; 344 src = fetchurl { 345 - url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-4.13.0.tgz"; 346 - sha512 = "r6n4irL74bOx4z2f0WxnwG6MY67EESvjvK/VMoIlDelW3Q6cwunCH8ug3l8hkPtgJ7iObmUjpAWKxyF4ZdvEcw=="; 347 }; 348 }; 349 - "@typescript-eslint/experimental-utils-4.13.0" = { 350 name = "_at_typescript-eslint_slash_experimental-utils"; 351 packageName = "@typescript-eslint/experimental-utils"; 352 - version = "4.13.0"; 353 src = fetchurl { 354 - url = "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz"; 355 - sha512 = "/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw=="; 356 }; 357 }; 358 - "@typescript-eslint/parser-4.13.0" = { 359 name = "_at_typescript-eslint_slash_parser"; 360 packageName = "@typescript-eslint/parser"; 361 - version = "4.13.0"; 362 src = fetchurl { 363 - url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.13.0.tgz"; 364 - sha512 = "KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg=="; 365 }; 366 }; 367 - "@typescript-eslint/scope-manager-4.13.0" = { 368 name = "_at_typescript-eslint_slash_scope-manager"; 369 packageName = "@typescript-eslint/scope-manager"; 370 - version = "4.13.0"; 371 src = fetchurl { 372 - url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz"; 373 - sha512 = "UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ=="; 374 }; 375 }; 376 - "@typescript-eslint/types-4.13.0" = { 377 name = "_at_typescript-eslint_slash_types"; 378 packageName = "@typescript-eslint/types"; 379 - version = "4.13.0"; 380 src = fetchurl { 381 - url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.13.0.tgz"; 382 - sha512 = "/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ=="; 383 }; 384 }; 385 - "@typescript-eslint/typescript-estree-4.13.0" = { 386 name = "_at_typescript-eslint_slash_typescript-estree"; 387 packageName = "@typescript-eslint/typescript-estree"; 388 - version = "4.13.0"; 389 src = fetchurl { 390 - url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz"; 391 - sha512 = "9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg=="; 392 }; 393 }; 394 - "@typescript-eslint/visitor-keys-4.13.0" = { 395 name = "_at_typescript-eslint_slash_visitor-keys"; 396 packageName = "@typescript-eslint/visitor-keys"; 397 - version = "4.13.0"; 398 src = fetchurl { 399 - url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz"; 400 - sha512 = "6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g=="; 401 }; 402 }; 403 "@ungap/promise-all-settled-1.1.2" = { ··· 473 sha512 = "j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="; 474 }; 475 }; 476 - "ajv-7.0.3" = { 477 name = "ajv"; 478 packageName = "ajv"; 479 - version = "7.0.3"; 480 src = fetchurl { 481 - url = "https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz"; 482 - sha512 = "R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ=="; 483 }; 484 }; 485 "another-json-0.2.0" = { ··· 509 sha1 = "ed0317c322064f79466c02966bddb605ab37d998"; 510 }; 511 }; 512 - "ansi-regex-4.1.0" = { 513 - name = "ansi-regex"; 514 - packageName = "ansi-regex"; 515 - version = "4.1.0"; 516 - src = fetchurl { 517 - url = "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz"; 518 - sha512 = "1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="; 519 - }; 520 - }; 521 "ansi-regex-5.0.0" = { 522 name = "ansi-regex"; 523 packageName = "ansi-regex"; ··· 545 sha512 = "zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="; 546 }; 547 }; 548 - "anymatch-3.1.1" = { 549 name = "anymatch"; 550 packageName = "anymatch"; 551 - version = "3.1.1"; 552 src = fetchurl { 553 - url = "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz"; 554 - sha512 = "mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg=="; 555 }; 556 }; 557 "arg-4.1.3" = { ··· 725 sha512 = "dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA=="; 726 }; 727 }; 728 - "balanced-match-1.0.0" = { 729 name = "balanced-match"; 730 packageName = "balanced-match"; 731 - version = "1.0.0"; 732 src = fetchurl { 733 - url = "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"; 734 - sha1 = "89b4d199ab2bee49de164ea02b89ce462d71b767"; 735 }; 736 }; 737 "base-x-3.0.8" = { ··· 761 sha1 = "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"; 762 }; 763 }; 764 - "binary-extensions-2.1.0" = { 765 name = "binary-extensions"; 766 packageName = "binary-extensions"; 767 - version = "2.1.0"; 768 src = fetchurl { 769 - url = "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz"; 770 - sha512 = "1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ=="; 771 }; 772 }; 773 "binary-search-tree-0.2.5" = { ··· 867 src = fetchurl { 868 url = "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz"; 869 sha512 = "zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="; 870 }; 871 }; 872 "callsites-3.1.0" = { ··· 878 sha512 = "P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="; 879 }; 880 }; 881 - "camelcase-5.3.1" = { 882 - name = "camelcase"; 883 - packageName = "camelcase"; 884 - version = "5.3.1"; 885 - src = fetchurl { 886 - url = "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"; 887 - sha512 = "L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="; 888 - }; 889 - }; 890 "camelcase-6.2.0" = { 891 name = "camelcase"; 892 packageName = "camelcase"; ··· 905 sha1 = "1b681c21ff84033c826543090689420d187151dc"; 906 }; 907 }; 908 - "chai-4.2.0" = { 909 name = "chai"; 910 packageName = "chai"; 911 - version = "4.2.0"; 912 src = fetchurl { 913 - url = "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz"; 914 - sha512 = "XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw=="; 915 }; 916 }; 917 "chalk-2.4.2" = { ··· 941 sha1 = "574d312edd88bb5dd8912e9286dd6c0aed4aac82"; 942 }; 943 }; 944 - "chokidar-3.4.1" = { 945 name = "chokidar"; 946 packageName = "chokidar"; 947 - version = "3.4.1"; 948 src = fetchurl { 949 - url = "https://registry.npmjs.org/chokidar/-/chokidar-3.4.1.tgz"; 950 - sha512 = "TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g=="; 951 - }; 952 - }; 953 - "chokidar-3.4.3" = { 954 - name = "chokidar"; 955 - packageName = "chokidar"; 956 - version = "3.4.3"; 957 - src = fetchurl { 958 - url = "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz"; 959 - sha512 = "DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ=="; 960 - }; 961 - }; 962 - "cliui-5.0.0" = { 963 - name = "cliui"; 964 - packageName = "cliui"; 965 - version = "5.0.0"; 966 - src = fetchurl { 967 - url = "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz"; 968 - sha512 = "PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA=="; 969 }; 970 }; 971 "cliui-7.0.4" = { ··· 1166 sha512 = "bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="; 1167 }; 1168 }; 1169 - "debug-4.2.0" = { 1170 - name = "debug"; 1171 - packageName = "debug"; 1172 - version = "4.2.0"; 1173 - src = fetchurl { 1174 - url = "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz"; 1175 - sha512 = "IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg=="; 1176 - }; 1177 - }; 1178 "debug-4.3.1" = { 1179 name = "debug"; 1180 packageName = "debug"; ··· 1184 sha512 = "doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ=="; 1185 }; 1186 }; 1187 - "decamelize-1.2.0" = { 1188 - name = "decamelize"; 1189 - packageName = "decamelize"; 1190 - version = "1.2.0"; 1191 - src = fetchurl { 1192 - url = "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"; 1193 - sha1 = "f6534d15148269b20352e7bee26f501f9a191290"; 1194 - }; 1195 - }; 1196 "decamelize-4.0.0" = { 1197 name = "decamelize"; 1198 packageName = "decamelize"; ··· 1265 sha512 = "58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A=="; 1266 }; 1267 }; 1268 "dir-glob-3.0.1" = { 1269 name = "dir-glob"; 1270 packageName = "dir-glob"; ··· 1301 sha1 = "590c61156b0ae2f4f0255732a158b266bc56b21d"; 1302 }; 1303 }; 1304 - "emoji-regex-7.0.3" = { 1305 - name = "emoji-regex"; 1306 - packageName = "emoji-regex"; 1307 - version = "7.0.3"; 1308 - src = fetchurl { 1309 - url = "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz"; 1310 - sha512 = "CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="; 1311 - }; 1312 - }; 1313 "emoji-regex-8.0.0" = { 1314 name = "emoji-regex"; 1315 packageName = "emoji-regex"; ··· 1382 sha512 = "TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="; 1383 }; 1384 }; 1385 - "eslint-7.17.0" = { 1386 name = "eslint"; 1387 packageName = "eslint"; 1388 - version = "7.17.0"; 1389 src = fetchurl { 1390 - url = "https://registry.npmjs.org/eslint/-/eslint-7.17.0.tgz"; 1391 - sha512 = "zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ=="; 1392 }; 1393 }; 1394 "eslint-plugin-jsdoc-30.7.13" = { ··· 1400 sha512 = "YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ=="; 1401 }; 1402 }; 1403 - "eslint-plugin-prefer-arrow-1.2.2" = { 1404 name = "eslint-plugin-prefer-arrow"; 1405 packageName = "eslint-plugin-prefer-arrow"; 1406 - version = "1.2.2"; 1407 src = fetchurl { 1408 - url = "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.2.tgz"; 1409 - sha512 = "C8YMhL+r8RMeMdYAw/rQtE6xNdMulj+zGWud/qIGnlmomiPRaLDGLMeskZ3alN6uMBojmooRimtdrXebLN4svQ=="; 1410 }; 1411 }; 1412 "eslint-scope-5.1.1" = { ··· 1463 sha512 = "eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="; 1464 }; 1465 }; 1466 - "esquery-1.3.1" = { 1467 name = "esquery"; 1468 packageName = "esquery"; 1469 - version = "1.3.1"; 1470 src = fetchurl { 1471 - url = "https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz"; 1472 - sha512 = "olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ=="; 1473 }; 1474 }; 1475 "esrecurse-4.3.0" = { ··· 1571 sha512 = "f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="; 1572 }; 1573 }; 1574 - "fast-glob-3.2.4" = { 1575 name = "fast-glob"; 1576 packageName = "fast-glob"; 1577 - version = "3.2.4"; 1578 src = fetchurl { 1579 - url = "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz"; 1580 - sha512 = "kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ=="; 1581 }; 1582 }; 1583 "fast-json-stable-stringify-2.1.0" = { ··· 1607 sha512 = "q8BZ89jjc+mz08rSxROs8VsrBBcn1SIw1kq9NjolL509tkABRk9io01RAjSaEv1Xb2uFLt8VtRiZbGp5H8iDtg=="; 1608 }; 1609 }; 1610 - "fastq-1.10.0" = { 1611 name = "fastq"; 1612 packageName = "fastq"; 1613 - version = "1.10.0"; 1614 src = fetchurl { 1615 - url = "https://registry.npmjs.org/fastq/-/fastq-1.10.0.tgz"; 1616 - sha512 = "NL2Qc5L3iQEsyYzweq7qfgy5OtXCmGzGvhElGEd/SoFWEMOEczNh5s5ocaF01HDetxz+p8ecjNPA6cZxxIHmzA=="; 1617 }; 1618 }; 1619 "fecha-4.2.0" = { ··· 1625 sha512 = "aN3pcx/DSmtyoovUudctc8+6Hl4T+hI9GBBHLjA76jdZl7+b1sgh5g4k+u/GL3dTy1/pnYzKp69FpJ0OicE3Wg=="; 1626 }; 1627 }; 1628 - "file-entry-cache-6.0.0" = { 1629 name = "file-entry-cache"; 1630 packageName = "file-entry-cache"; 1631 - version = "6.0.0"; 1632 src = fetchurl { 1633 - url = "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz"; 1634 - sha512 = "fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA=="; 1635 }; 1636 }; 1637 "file-stream-rotator-0.5.7" = { ··· 1661 sha512 = "aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA=="; 1662 }; 1663 }; 1664 - "find-up-3.0.0" = { 1665 - name = "find-up"; 1666 - packageName = "find-up"; 1667 - version = "3.0.0"; 1668 - src = fetchurl { 1669 - url = "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz"; 1670 - sha512 = "1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg=="; 1671 - }; 1672 - }; 1673 "find-up-5.0.0" = { 1674 name = "find-up"; 1675 packageName = "find-up"; ··· 1706 sha512 = "dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg=="; 1707 }; 1708 }; 1709 - "flatted-3.1.0" = { 1710 name = "flatted"; 1711 packageName = "flatted"; 1712 - version = "3.1.0"; 1713 src = fetchurl { 1714 - url = "https://registry.npmjs.org/flatted/-/flatted-3.1.0.tgz"; 1715 - sha512 = "tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA=="; 1716 }; 1717 }; 1718 "fn.name-1.1.0" = { ··· 1787 sha1 = "1504ad2523158caa40db4a2787cb01411994ea4f"; 1788 }; 1789 }; 1790 - "fsevents-2.1.3" = { 1791 name = "fsevents"; 1792 packageName = "fsevents"; 1793 - version = "2.1.3"; 1794 src = fetchurl { 1795 - url = "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz"; 1796 - sha512 = "Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ=="; 1797 }; 1798 }; 1799 "functional-red-black-tree-1.0.1" = { ··· 1841 sha1 = "ead774abee72e20409433a066366023dd6887a41"; 1842 }; 1843 }; 1844 "getpass-0.1.7" = { 1845 name = "getpass"; 1846 packageName = "getpass"; ··· 1859 sha512 = "LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA=="; 1860 }; 1861 }; 1862 - "glob-parent-5.1.1" = { 1863 name = "glob-parent"; 1864 packageName = "glob-parent"; 1865 - version = "5.1.1"; 1866 src = fetchurl { 1867 - url = "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz"; 1868 - sha512 = "FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ=="; 1869 }; 1870 }; 1871 "globals-12.4.0" = { ··· 1877 sha512 = "BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg=="; 1878 }; 1879 }; 1880 - "globby-11.0.2" = { 1881 name = "globby"; 1882 packageName = "globby"; 1883 - version = "11.0.2"; 1884 src = fetchurl { 1885 - url = "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz"; 1886 - sha512 = "2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og=="; 1887 }; 1888 }; 1889 "growl-1.10.5" = { ··· 1913 sha512 = "nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w=="; 1914 }; 1915 }; 1916 "has-flag-3.0.0" = { 1917 name = "has-flag"; 1918 packageName = "has-flag"; ··· 1929 src = fetchurl { 1930 url = "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"; 1931 sha512 = "EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="; 1932 }; 1933 }; 1934 "he-1.2.0" = { ··· 2057 sha512 = "ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw=="; 2058 }; 2059 }; 2060 "is-extglob-2.1.1" = { 2061 name = "is-extglob"; 2062 packageName = "is-extglob"; ··· 2120 sha512 = "41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="; 2121 }; 2122 }; 2123 "is-plain-obj-2.1.0" = { 2124 name = "is-plain-obj"; 2125 packageName = "is-plain-obj"; ··· 2156 sha512 = "XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw=="; 2157 }; 2158 }; 2159 "is-typedarray-1.0.0" = { 2160 name = "is-typedarray"; 2161 packageName = "is-typedarray"; ··· 2201 sha512 = "RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="; 2202 }; 2203 }; 2204 - "js-yaml-3.14.0" = { 2205 name = "js-yaml"; 2206 packageName = "js-yaml"; 2207 - version = "3.14.0"; 2208 src = fetchurl { 2209 - url = "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz"; 2210 - sha512 = "/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A=="; 2211 }; 2212 }; 2213 "js-yaml-4.0.0" = { ··· 2217 src = fetchurl { 2218 url = "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz"; 2219 sha512 = "pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q=="; 2220 }; 2221 }; 2222 "jsbn-0.1.1" = { ··· 2336 sha512 = "1TulyYfc4udS7ECSBT2vwJksWbkwwTX8BzeUIiq8Y07Riy7bDAAnxDaPU/tWyOVmQAcWJIEIFP9lPfBGqVoPgQ=="; 2337 }; 2338 }; 2339 - "locate-path-3.0.0" = { 2340 - name = "locate-path"; 2341 - packageName = "locate-path"; 2342 - version = "3.0.0"; 2343 - src = fetchurl { 2344 - url = "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz"; 2345 - sha512 = "7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A=="; 2346 - }; 2347 - }; 2348 "locate-path-6.0.0" = { 2349 name = "locate-path"; 2350 packageName = "locate-path"; ··· 2363 sha512 = "PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="; 2364 }; 2365 }; 2366 "lodash.toarray-4.4.0" = { 2367 name = "lodash.toarray"; 2368 packageName = "lodash.toarray"; ··· 2370 src = fetchurl { 2371 url = "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz"; 2372 sha1 = "24c4bfcd6b2fba38bfd0594db1179d8e9b656561"; 2373 }; 2374 }; 2375 "log-symbols-4.0.0" = { ··· 2417 sha512 = "s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="; 2418 }; 2419 }; 2420 - "matrix-appservice-0.7.1" = { 2421 name = "matrix-appservice"; 2422 packageName = "matrix-appservice"; 2423 - version = "0.7.1"; 2424 src = fetchurl { 2425 - url = "https://registry.npmjs.org/matrix-appservice/-/matrix-appservice-0.7.1.tgz"; 2426 - sha512 = "oUjEz+eKfBw66FnQ3/D7PWcq+/oq9gzJVlNOMQUSGXgK70o8JT3toeFMYsJChaIimU5fIsHbTVyHC+eVGb7MSQ=="; 2427 }; 2428 }; 2429 - "matrix-appservice-bridge-2.5.0" = { 2430 name = "matrix-appservice-bridge"; 2431 packageName = "matrix-appservice-bridge"; 2432 - version = "2.5.0"; 2433 src = fetchurl { 2434 - url = "https://registry.npmjs.org/matrix-appservice-bridge/-/matrix-appservice-bridge-2.5.0.tgz"; 2435 - sha512 = "L5Ddb78pqqfO6xM4SYM+Hv6N5VjmLF3D24h4g5ze5+xRfEFmfvmLdVu6rvIExawvk9i+LA0fZ95Qi3hc7SkgAQ=="; 2436 }; 2437 }; 2438 - "matrix-js-sdk-9.6.0" = { 2439 name = "matrix-js-sdk"; 2440 packageName = "matrix-js-sdk"; 2441 - version = "9.6.0"; 2442 src = fetchurl { 2443 - url = "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-9.6.0.tgz"; 2444 - sha512 = "zoNqB7z0C0QDncN7yD1K50c4C88VPofWaCQ0gNXqO/Ac1dr/xLF/46iNF9Y+dBwq7siBO9wEh20WFHMaRpeLOg=="; 2445 }; 2446 }; 2447 "media-typer-0.3.0" = { ··· 2480 sha1 = "5529a4d67654134edcc5266656835b0f851afcee"; 2481 }; 2482 }; 2483 - "micromatch-4.0.2" = { 2484 name = "micromatch"; 2485 packageName = "micromatch"; 2486 - version = "4.0.2"; 2487 src = fetchurl { 2488 - url = "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz"; 2489 - sha512 = "y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q=="; 2490 }; 2491 }; 2492 "mime-1.6.0" = { ··· 2543 sha512 = "NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ=="; 2544 }; 2545 }; 2546 - "mocha-8.2.1" = { 2547 name = "mocha"; 2548 packageName = "mocha"; 2549 - version = "8.2.1"; 2550 src = fetchurl { 2551 - url = "https://registry.npmjs.org/mocha/-/mocha-8.2.1.tgz"; 2552 - sha512 = "cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w=="; 2553 }; 2554 }; 2555 - "moment-2.24.0" = { 2556 name = "moment"; 2557 packageName = "moment"; 2558 - version = "2.24.0"; 2559 src = fetchurl { 2560 - url = "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz"; 2561 - sha512 = "bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="; 2562 }; 2563 }; 2564 "morgan-1.10.0" = { ··· 2597 sha512 = "sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="; 2598 }; 2599 }; 2600 - "nanoid-3.1.12" = { 2601 name = "nanoid"; 2602 packageName = "nanoid"; 2603 - version = "3.1.12"; 2604 src = fetchurl { 2605 - url = "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz"; 2606 - sha512 = "1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A=="; 2607 }; 2608 }; 2609 "natural-compare-1.4.0" = { ··· 2660 sha512 = "6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="; 2661 }; 2662 }; 2663 - "nunjucks-3.2.2" = { 2664 name = "nunjucks"; 2665 packageName = "nunjucks"; 2666 - version = "3.2.2"; 2667 src = fetchurl { 2668 - url = "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.2.tgz"; 2669 - sha512 = "KUi85OoF2NMygwODAy28Lh9qHmq5hO3rBlbkYoC8v377h4l8Pt5qFjILl0LWpMbOrZ18CzfVVUvIHUIrtED3sA=="; 2670 }; 2671 }; 2672 "oauth-sign-0.9.0" = { ··· 2678 sha512 = "fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="; 2679 }; 2680 }; 2681 - "object-hash-2.0.3" = { 2682 name = "object-hash"; 2683 packageName = "object-hash"; 2684 - version = "2.0.3"; 2685 src = fetchurl { 2686 - url = "https://registry.npmjs.org/object-hash/-/object-hash-2.0.3.tgz"; 2687 - sha512 = "JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg=="; 2688 }; 2689 }; 2690 "on-finished-2.3.0" = { ··· 2750 sha1 = "3fbcfb15b899a44123b34b6dcc18b724336a2cae"; 2751 }; 2752 }; 2753 - "p-limit-2.3.0" = { 2754 - name = "p-limit"; 2755 - packageName = "p-limit"; 2756 - version = "2.3.0"; 2757 - src = fetchurl { 2758 - url = "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz"; 2759 - sha512 = "//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="; 2760 - }; 2761 - }; 2762 "p-limit-3.1.0" = { 2763 name = "p-limit"; 2764 packageName = "p-limit"; ··· 2766 src = fetchurl { 2767 url = "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz"; 2768 sha512 = "TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="; 2769 - }; 2770 - }; 2771 - "p-locate-3.0.0" = { 2772 - name = "p-locate"; 2773 - packageName = "p-locate"; 2774 - version = "3.0.0"; 2775 - src = fetchurl { 2776 - url = "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz"; 2777 - sha512 = "x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ=="; 2778 }; 2779 }; 2780 "p-locate-5.0.0" = { ··· 2822 sha512 = "rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg=="; 2823 }; 2824 }; 2825 - "p-try-2.2.0" = { 2826 - name = "p-try"; 2827 - packageName = "p-try"; 2828 - version = "2.2.0"; 2829 - src = fetchurl { 2830 - url = "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"; 2831 - sha512 = "R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="; 2832 - }; 2833 - }; 2834 "packet-reader-1.0.0" = { 2835 name = "packet-reader"; 2836 packageName = "packet-reader"; ··· 2856 src = fetchurl { 2857 url = "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz"; 2858 sha512 = "CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="; 2859 - }; 2860 - }; 2861 - "path-exists-3.0.0" = { 2862 - name = "path-exists"; 2863 - packageName = "path-exists"; 2864 - version = "3.0.0"; 2865 - src = fetchurl { 2866 - url = "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz"; 2867 - sha1 = "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"; 2868 }; 2869 }; 2870 "path-exists-4.0.0" = { ··· 2912 sha512 = "gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="; 2913 }; 2914 }; 2915 - "pathval-1.1.0" = { 2916 name = "pathval"; 2917 packageName = "pathval"; 2918 - version = "1.1.0"; 2919 src = fetchurl { 2920 - url = "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz"; 2921 - sha1 = "b942e6d4bde653005ef6b71361def8727d0645e0"; 2922 }; 2923 }; 2924 "performance-now-2.1.0" = { ··· 2939 sha512 = "9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw=="; 2940 }; 2941 }; 2942 - "pg-connection-string-2.4.0" = { 2943 name = "pg-connection-string"; 2944 packageName = "pg-connection-string"; 2945 - version = "2.4.0"; 2946 src = fetchurl { 2947 - url = "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.4.0.tgz"; 2948 - sha512 = "3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ=="; 2949 }; 2950 }; 2951 "pg-int8-1.0.1" = { ··· 2966 sha512 = "1KdmFGGTP6jplJoI8MfvRlfvMiyBivMRP7/ffh4a11RUFJ7kC2J0ZHlipoKiH/1hz+DVgceon9U2qbaHpPeyPg=="; 2967 }; 2968 }; 2969 - "pg-pool-3.2.2" = { 2970 name = "pg-pool"; 2971 packageName = "pg-pool"; 2972 - version = "3.2.2"; 2973 src = fetchurl { 2974 - url = "https://registry.npmjs.org/pg-pool/-/pg-pool-3.2.2.tgz"; 2975 - sha512 = "ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA=="; 2976 }; 2977 }; 2978 - "pg-promise-10.8.7" = { 2979 name = "pg-promise"; 2980 packageName = "pg-promise"; 2981 - version = "10.8.7"; 2982 src = fetchurl { 2983 - url = "https://registry.npmjs.org/pg-promise/-/pg-promise-10.8.7.tgz"; 2984 - sha512 = "gSbH+NYWD4pVOpacP9uS2xH84N7nb7K4ubKlcZchhDr8ixnIURPnNJmNLJcRgtOocpjzsKymYSm6rCFZVOngSA=="; 2985 }; 2986 }; 2987 - "pg-protocol-1.4.0" = { 2988 name = "pg-protocol"; 2989 packageName = "pg-protocol"; 2990 - version = "1.4.0"; 2991 src = fetchurl { 2992 - url = "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.4.0.tgz"; 2993 - sha512 = "El+aXWcwG/8wuFICMQjM5ZSAm6OWiJicFdNYo+VY3QP+8vI4SvLIWVe51PppTzMhikUJR+PsyIFKqfdXPz/yxA=="; 2994 }; 2995 }; 2996 "pg-types-2.2.0" = { ··· 3011 sha512 = "YmuA56alyBq7M59vxVBfPJrGSozru8QAdoNlWuW3cz8l+UX3cWge0vTvjKhsSHSJpo3Bom8/Mm6hf0TR5GY0+w=="; 3012 }; 3013 }; 3014 - "picomatch-2.2.2" = { 3015 name = "picomatch"; 3016 packageName = "picomatch"; 3017 - version = "2.2.2"; 3018 src = fetchurl { 3019 - url = "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz"; 3020 - sha512 = "q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg=="; 3021 }; 3022 }; 3023 "postgres-array-2.0.0" = { ··· 3119 sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="; 3120 }; 3121 }; 3122 "qs-6.5.2" = { 3123 name = "qs"; 3124 packageName = "qs"; ··· 3137 sha512 = "VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="; 3138 }; 3139 }; 3140 - "qs-6.9.6" = { 3141 - name = "qs"; 3142 - packageName = "qs"; 3143 - version = "6.9.6"; 3144 src = fetchurl { 3145 - url = "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz"; 3146 - sha512 = "TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ=="; 3147 }; 3148 }; 3149 "quick-lru-5.1.1" = { ··· 3191 sha512 = "4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q=="; 3192 }; 3193 }; 3194 - "readable-stream-2.3.6" = { 3195 - name = "readable-stream"; 3196 - packageName = "readable-stream"; 3197 - version = "2.3.6"; 3198 - src = fetchurl { 3199 - url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz"; 3200 - sha512 = "tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw=="; 3201 - }; 3202 - }; 3203 "readable-stream-2.3.7" = { 3204 name = "readable-stream"; 3205 packageName = "readable-stream"; ··· 3216 src = fetchurl { 3217 url = "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz"; 3218 sha512 = "BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA=="; 3219 - }; 3220 - }; 3221 - "readdirp-3.4.0" = { 3222 - name = "readdirp"; 3223 - packageName = "readdirp"; 3224 - version = "3.4.0"; 3225 - src = fetchurl { 3226 - url = "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz"; 3227 - sha512 = "0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ=="; 3228 }; 3229 }; 3230 "readdirp-3.5.0" = { ··· 3290 sha512 = "Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="; 3291 }; 3292 }; 3293 - "require-main-filename-2.0.0" = { 3294 - name = "require-main-filename"; 3295 - packageName = "require-main-filename"; 3296 - version = "2.0.0"; 3297 - src = fetchurl { 3298 - url = "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz"; 3299 - sha512 = "NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="; 3300 - }; 3301 - }; 3302 "resolve-from-4.0.0" = { 3303 name = "resolve-from"; 3304 packageName = "resolve-from"; ··· 3335 sha512 = "JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="; 3336 }; 3337 }; 3338 - "run-parallel-1.1.10" = { 3339 name = "run-parallel"; 3340 packageName = "run-parallel"; 3341 - version = "1.1.10"; 3342 src = fetchurl { 3343 - url = "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.10.tgz"; 3344 - sha512 = "zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw=="; 3345 }; 3346 }; 3347 "safe-buffer-5.1.2" = { ··· 3405 src = fetchurl { 3406 url = "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz"; 3407 sha512 = "JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg=="; 3408 - }; 3409 - }; 3410 - "set-blocking-2.0.0" = { 3411 - name = "set-blocking"; 3412 - packageName = "set-blocking"; 3413 - version = "2.0.0"; 3414 - src = fetchurl { 3415 - url = "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"; 3416 - sha1 = "045f9782d011ae9a6803ddd382b24392b3d890f7"; 3417 }; 3418 }; 3419 "setprototypeof-1.1.1" = { ··· 3443 sha512 = "7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="; 3444 }; 3445 }; 3446 "simple-swizzle-0.2.2" = { 3447 name = "simple-swizzle"; 3448 packageName = "simple-swizzle"; ··· 3576 src = fetchurl { 3577 url = "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"; 3578 sha512 = "nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw=="; 3579 - }; 3580 - }; 3581 - "string-width-3.1.0" = { 3582 - name = "string-width"; 3583 - packageName = "string-width"; 3584 - version = "3.1.0"; 3585 - src = fetchurl { 3586 - url = "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz"; 3587 - sha512 = "vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w=="; 3588 }; 3589 }; 3590 "string-width-4.2.0" = { ··· 3623 sha1 = "a8479022eb1ac368a871389b635262c505ee368f"; 3624 }; 3625 }; 3626 - "strip-ansi-5.2.0" = { 3627 - name = "strip-ansi"; 3628 - packageName = "strip-ansi"; 3629 - version = "5.2.0"; 3630 - src = fetchurl { 3631 - url = "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz"; 3632 - sha512 = "DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA=="; 3633 - }; 3634 - }; 3635 "strip-ansi-6.0.0" = { 3636 name = "strip-ansi"; 3637 packageName = "strip-ansi"; ··· 3668 sha512 = "qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="; 3669 }; 3670 }; 3671 - "table-6.0.7" = { 3672 name = "table"; 3673 packageName = "table"; 3674 - version = "6.0.7"; 3675 src = fetchurl { 3676 - url = "https://registry.npmjs.org/table/-/table-6.0.7.tgz"; 3677 - sha512 = "rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g=="; 3678 }; 3679 }; 3680 "tdigest-0.1.1" = { ··· 3758 sha512 = "Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="; 3759 }; 3760 }; 3761 - "tsutils-3.19.1" = { 3762 name = "tsutils"; 3763 packageName = "tsutils"; 3764 - version = "3.19.1"; 3765 src = fetchurl { 3766 - url = "https://registry.npmjs.org/tsutils/-/tsutils-3.19.1.tgz"; 3767 - sha512 = "GEdoBf5XI324lu7ycad7s6laADfnAqCw6wLGI+knxvw9vsIYBaJfYdmeCEG3FMMUiSm3OGgNb+m6utsWf5h9Vw=="; 3768 }; 3769 }; 3770 "tunnel-agent-0.6.0" = { ··· 3803 sha512 = "0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="; 3804 }; 3805 }; 3806 "type-fest-0.8.1" = { 3807 name = "type-fest"; 3808 packageName = "type-fest"; ··· 3821 sha512 = "TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g=="; 3822 }; 3823 }; 3824 - "typescript-4.1.3" = { 3825 name = "typescript"; 3826 packageName = "typescript"; 3827 - version = "4.1.3"; 3828 src = fetchurl { 3829 - url = "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz"; 3830 - sha512 = "B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg=="; 3831 }; 3832 }; 3833 "underscore-1.4.4" = { ··· 3902 sha512 = "+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="; 3903 }; 3904 }; 3905 - "v8-compile-cache-2.2.0" = { 3906 name = "v8-compile-cache"; 3907 packageName = "v8-compile-cache"; 3908 - version = "2.2.0"; 3909 src = fetchurl { 3910 - url = "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz"; 3911 - sha512 = "gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q=="; 3912 }; 3913 }; 3914 "vary-1.1.2" = { ··· 3938 sha512 = "BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="; 3939 }; 3940 }; 3941 - "which-module-2.0.0" = { 3942 - name = "which-module"; 3943 - packageName = "which-module"; 3944 - version = "2.0.0"; 3945 - src = fetchurl { 3946 - url = "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"; 3947 - sha1 = "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"; 3948 - }; 3949 - }; 3950 "wide-align-1.1.3" = { 3951 name = "wide-align"; 3952 packageName = "wide-align"; ··· 3965 sha512 = "oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw=="; 3966 }; 3967 }; 3968 - "winston-daily-rotate-file-4.5.0" = { 3969 name = "winston-daily-rotate-file"; 3970 packageName = "winston-daily-rotate-file"; 3971 - version = "4.5.0"; 3972 src = fetchurl { 3973 - url = "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.0.tgz"; 3974 - sha512 = "/HqeWiU48dzGqcrABRlxYWVMdL6l3uKCtFSJyrqK+E2rLnSFNsgYpvwx15EgTitBLNzH69lQd/+z2ASryV2aqw=="; 3975 - }; 3976 - }; 3977 - "winston-transport-4.3.0" = { 3978 - name = "winston-transport"; 3979 - packageName = "winston-transport"; 3980 - version = "4.3.0"; 3981 - src = fetchurl { 3982 - url = "https://registry.npmjs.org/winston-transport/-/winston-transport-4.3.0.tgz"; 3983 - sha512 = "B2wPuwUi3vhzn/51Uukcao4dIduEiPOcOt9HJ3QeaXgkJ5Z7UwpBzxS4ZGNHtrxrUvTwemsQiSys0ihOf8Mp1A=="; 3984 }; 3985 }; 3986 "winston-transport-4.4.0" = { ··· 4001 sha512 = "Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="; 4002 }; 4003 }; 4004 - "workerpool-6.0.2" = { 4005 name = "workerpool"; 4006 packageName = "workerpool"; 4007 - version = "6.0.2"; 4008 - src = fetchurl { 4009 - url = "https://registry.npmjs.org/workerpool/-/workerpool-6.0.2.tgz"; 4010 - sha512 = "DSNyvOpFKrNusaaUwk+ej6cBj1bmhLcBfj80elGk+ZIo5JSkq+unB1dLKEOcNfJDZgjGICfhQ0Q5TbP0PvF4+Q=="; 4011 - }; 4012 - }; 4013 - "wrap-ansi-5.1.0" = { 4014 - name = "wrap-ansi"; 4015 - packageName = "wrap-ansi"; 4016 - version = "5.1.0"; 4017 src = fetchurl { 4018 - url = "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz"; 4019 - sha512 = "QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q=="; 4020 }; 4021 }; 4022 "wrap-ansi-7.0.0" = { ··· 4055 sha512 = "LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="; 4056 }; 4057 }; 4058 - "y18n-4.0.1" = { 4059 - name = "y18n"; 4060 - packageName = "y18n"; 4061 - version = "4.0.1"; 4062 - src = fetchurl { 4063 - url = "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz"; 4064 - sha512 = "wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="; 4065 - }; 4066 - }; 4067 "y18n-5.0.5" = { 4068 name = "y18n"; 4069 packageName = "y18n"; ··· 4082 sha512 = "3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="; 4083 }; 4084 }; 4085 - "yargs-13.3.2" = { 4086 - name = "yargs"; 4087 - packageName = "yargs"; 4088 - version = "13.3.2"; 4089 - src = fetchurl { 4090 - url = "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz"; 4091 - sha512 = "AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw=="; 4092 - }; 4093 - }; 4094 "yargs-16.2.0" = { 4095 name = "yargs"; 4096 packageName = "yargs"; ··· 4100 sha512 = "D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw=="; 4101 }; 4102 }; 4103 - "yargs-parser-13.1.2" = { 4104 - name = "yargs-parser"; 4105 - packageName = "yargs-parser"; 4106 - version = "13.1.2"; 4107 - src = fetchurl { 4108 - url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz"; 4109 - sha512 = "3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg=="; 4110 - }; 4111 - }; 4112 "yargs-parser-20.2.4" = { 4113 name = "yargs-parser"; 4114 packageName = "yargs-parser"; ··· 4149 args = { 4150 name = "matrix-appservice-slack"; 4151 packageName = "matrix-appservice-slack"; 4152 - version = "1.7.0"; 4153 src = ./.; 4154 dependencies = [ 4155 sources."@babel/code-frame-7.12.11" 4156 sources."@babel/helper-validator-identifier-7.12.11" 4157 - (sources."@babel/highlight-7.10.4" // { 4158 dependencies = [ 4159 sources."chalk-2.4.2" 4160 sources."escape-string-regexp-1.0.5" 4161 ]; 4162 }) 4163 - sources."@babel/runtime-7.12.13" 4164 sources."@dabh/diagnostics-2.0.2" 4165 - (sources."@eslint/eslintrc-0.2.2" // { 4166 dependencies = [ 4167 sources."debug-4.3.1" 4168 sources."ignore-4.0.6" 4169 sources."ms-2.1.2" 4170 ]; 4171 }) ··· 4185 ]; 4186 }) 4187 sources."@types/body-parser-1.19.0" 4188 - sources."@types/chai-4.2.14" 4189 sources."@types/connect-3.4.34" 4190 - sources."@types/express-4.17.10" 4191 - sources."@types/express-serve-static-core-4.17.18" 4192 sources."@types/is-stream-1.1.0" 4193 - sources."@types/json-schema-7.0.6" 4194 - sources."@types/mime-2.0.3" 4195 - sources."@types/mocha-8.2.0" 4196 sources."@types/nedb-1.8.11" 4197 - sources."@types/node-14.14.20" 4198 sources."@types/node-emoji-1.8.1" 4199 - sources."@types/nunjucks-3.1.3" 4200 sources."@types/p-queue-2.3.2" 4201 - sources."@types/qs-6.9.5" 4202 sources."@types/randomstring-1.1.6" 4203 sources."@types/range-parser-1.2.3" 4204 sources."@types/retry-0.12.0" 4205 - sources."@types/serve-static-1.13.8" 4206 sources."@types/uuid-8.3.0" 4207 sources."@types/ws-7.2.6" 4208 - sources."@types/yargs-15.0.12" 4209 sources."@types/yargs-parser-15.0.0" 4210 - (sources."@typescript-eslint/eslint-plugin-4.13.0" // { 4211 dependencies = [ 4212 sources."debug-4.3.1" 4213 sources."ms-2.1.2" 4214 ]; 4215 }) 4216 - sources."@typescript-eslint/eslint-plugin-tslint-4.13.0" 4217 - sources."@typescript-eslint/experimental-utils-4.13.0" 4218 - (sources."@typescript-eslint/parser-4.13.0" // { 4219 dependencies = [ 4220 sources."debug-4.3.1" 4221 sources."ms-2.1.2" 4222 ]; 4223 }) 4224 - sources."@typescript-eslint/scope-manager-4.13.0" 4225 - sources."@typescript-eslint/types-4.13.0" 4226 - (sources."@typescript-eslint/typescript-estree-4.13.0" // { 4227 dependencies = [ 4228 sources."debug-4.3.1" 4229 sources."ms-2.1.2" 4230 ]; 4231 }) 4232 - sources."@typescript-eslint/visitor-keys-4.13.0" 4233 sources."@ungap/promise-all-settled-1.1.2" 4234 sources."Slackdown-git://github.com/half-shot/slackdown#efd8934a3d9c3bf0064c0b217c5cf6b62ee697e4" 4235 sources."a-sync-waterfall-1.0.1" ··· 4242 sources."ansi-colors-4.1.1" 4243 sources."ansi-regex-5.0.0" 4244 sources."ansi-styles-3.2.1" 4245 - sources."anymatch-3.1.1" 4246 sources."arg-4.1.3" 4247 sources."argparse-1.0.10" 4248 sources."array-flatten-1.1.1" ··· 4260 sources."aws-sign2-0.7.0" 4261 sources."aws4-1.11.0" 4262 sources."axios-0.21.1" 4263 - sources."balanced-match-1.0.0" 4264 sources."base-x-3.0.8" 4265 sources."basic-auth-2.0.1" 4266 sources."bcrypt-pbkdf-1.0.2" 4267 - sources."binary-extensions-2.1.0" 4268 sources."binary-search-tree-0.2.5" 4269 sources."bintrees-1.0.1" 4270 sources."body-parser-1.19.0" ··· 4276 sources."buffer-from-1.1.1" 4277 sources."buffer-writer-2.0.0" 4278 sources."bytes-3.1.0" 4279 sources."callsites-3.1.0" 4280 - sources."camelcase-5.3.1" 4281 sources."caseless-0.12.0" 4282 - sources."chai-4.2.0" 4283 (sources."chalk-4.1.0" // { 4284 dependencies = [ 4285 sources."ansi-styles-4.3.0" ··· 4290 ]; 4291 }) 4292 sources."check-error-1.0.2" 4293 - sources."chokidar-3.4.1" 4294 - (sources."cliui-5.0.0" // { 4295 - dependencies = [ 4296 - sources."ansi-regex-4.1.0" 4297 - sources."emoji-regex-7.0.3" 4298 - sources."is-fullwidth-code-point-2.0.0" 4299 - sources."string-width-3.1.0" 4300 - sources."strip-ansi-5.2.0" 4301 - ]; 4302 - }) 4303 sources."color-3.0.0" 4304 sources."color-convert-1.9.3" 4305 sources."color-name-1.1.3" ··· 4307 sources."colors-1.3.3" 4308 sources."colorspace-1.1.2" 4309 sources."combined-stream-1.0.8" 4310 sources."comment-parser-0.7.6" 4311 sources."concat-map-0.0.1" 4312 sources."content-disposition-0.5.3" ··· 4318 sources."cross-spawn-7.0.3" 4319 sources."dashdash-1.14.1" 4320 sources."debug-2.6.9" 4321 - sources."decamelize-1.2.0" 4322 sources."deep-eql-3.0.1" 4323 sources."deep-is-0.1.3" 4324 sources."delayed-stream-1.0.0" ··· 4336 sources."escalade-3.1.1" 4337 sources."escape-html-1.0.3" 4338 sources."escape-string-regexp-4.0.0" 4339 - (sources."eslint-7.17.0" // { 4340 dependencies = [ 4341 sources."debug-4.3.1" 4342 sources."ignore-4.0.6" 4343 sources."ms-2.1.2" 4344 ]; 4345 }) ··· 4349 sources."ms-2.1.2" 4350 ]; 4351 }) 4352 - sources."eslint-plugin-prefer-arrow-1.2.2" 4353 sources."eslint-scope-5.1.1" 4354 (sources."eslint-utils-2.1.0" // { 4355 dependencies = [ ··· 4363 ]; 4364 }) 4365 sources."esprima-4.0.1" 4366 - (sources."esquery-1.3.1" // { 4367 dependencies = [ 4368 sources."estraverse-5.2.0" 4369 ]; ··· 4381 sources."extend-3.0.2" 4382 sources."extsprintf-1.3.0" 4383 sources."fast-deep-equal-3.1.3" 4384 - sources."fast-glob-3.2.4" 4385 sources."fast-json-stable-stringify-2.1.0" 4386 sources."fast-levenshtein-2.0.6" 4387 sources."fast-safe-stringify-2.0.6" 4388 - sources."fastq-1.10.0" 4389 - sources."file-entry-cache-6.0.0" 4390 sources."file-stream-rotator-0.5.7" 4391 sources."fill-range-7.0.1" 4392 sources."finalhandler-1.1.2" ··· 4394 sources."finity-0.5.4" 4395 sources."flat-5.0.2" 4396 sources."flat-cache-3.0.4" 4397 - sources."flatted-3.1.0" 4398 sources."fn.name-1.1.0" 4399 sources."follow-redirects-1.13.1" 4400 sources."forever-agent-0.6.1" ··· 4402 sources."forwarded-0.1.2" 4403 sources."fresh-0.5.2" 4404 sources."fs.realpath-1.0.0" 4405 - sources."fsevents-2.1.3" 4406 sources."functional-red-black-tree-1.0.1" 4407 sources."generate-function-2.3.1" 4408 sources."generate-object-property-1.2.0" 4409 sources."get-caller-file-2.0.5" 4410 sources."get-func-name-2.0.0" 4411 sources."getpass-0.1.7" 4412 sources."glob-7.1.6" 4413 - sources."glob-parent-5.1.1" 4414 - sources."globals-12.4.0" 4415 - sources."globby-11.0.2" 4416 sources."growl-1.10.5" 4417 sources."har-schema-2.0.0" 4418 sources."har-validator-5.1.5" 4419 sources."has-flag-3.0.0" 4420 sources."he-1.2.0" 4421 sources."http-errors-1.7.2" 4422 sources."http-signature-1.2.0" ··· 4430 sources."ipaddr.js-1.9.1" 4431 sources."is-arrayish-0.3.2" 4432 sources."is-binary-path-2.1.0" 4433 sources."is-extglob-2.1.1" 4434 sources."is-fullwidth-code-point-3.0.0" 4435 sources."is-glob-4.0.1" 4436 sources."is-my-ip-valid-1.0.0" 4437 sources."is-my-json-valid-2.20.5" 4438 sources."is-number-7.0.0" 4439 sources."is-plain-obj-2.1.0" 4440 sources."is-property-1.0.2" 4441 sources."is-stream-1.1.0" 4442 sources."is-typedarray-1.0.0" 4443 sources."isarray-1.0.0" 4444 sources."isexe-2.0.0" 4445 sources."isstream-0.1.2" 4446 sources."js-tokens-4.0.0" 4447 - sources."js-yaml-3.14.0" 4448 sources."jsbn-0.1.1" 4449 sources."jsdoctypeparser-9.0.0" 4450 sources."json-schema-0.2.3" ··· 4459 sources."localforage-1.7.3" 4460 sources."locate-path-6.0.0" 4461 sources."lodash-4.17.20" 4462 sources."lodash.toarray-4.4.0" 4463 sources."log-symbols-4.0.0" 4464 (sources."logform-2.2.0" // { 4465 dependencies = [ ··· 4470 sources."loglevel-1.7.1" 4471 sources."lru-cache-6.0.0" 4472 sources."make-error-1.3.6" 4473 - sources."matrix-appservice-0.7.1" 4474 - (sources."matrix-appservice-bridge-2.5.0" // { 4475 dependencies = [ 4476 - sources."argparse-2.0.1" 4477 - sources."js-yaml-4.0.0" 4478 ]; 4479 }) 4480 - (sources."matrix-js-sdk-9.6.0" // { 4481 dependencies = [ 4482 - sources."qs-6.9.6" 4483 ]; 4484 }) 4485 sources."media-typer-0.3.0" 4486 sources."merge-descriptors-1.0.1" 4487 sources."merge2-1.4.1" 4488 sources."methods-1.1.2" 4489 - sources."micromatch-4.0.2" 4490 sources."mime-1.6.0" 4491 sources."mime-db-1.40.0" 4492 sources."mime-types-2.1.24" 4493 sources."minimatch-3.0.4" 4494 sources."minimist-1.2.5" 4495 sources."mkdirp-0.5.5" 4496 - (sources."mocha-8.2.1" // { 4497 dependencies = [ 4498 - sources."ansi-regex-4.1.0" 4499 - sources."chokidar-3.4.3" 4500 - sources."debug-4.2.0" 4501 - sources."emoji-regex-7.0.3" 4502 - sources."has-flag-4.0.0" 4503 - sources."is-fullwidth-code-point-2.0.0" 4504 - sources."locate-path-3.0.0" 4505 - sources."ms-2.1.2" 4506 - sources."p-limit-2.3.0" 4507 - sources."p-locate-3.0.0" 4508 - sources."path-exists-3.0.0" 4509 - sources."readdirp-3.5.0" 4510 - sources."string-width-3.1.0" 4511 - sources."strip-ansi-5.2.0" 4512 - sources."supports-color-7.2.0" 4513 - (sources."yargs-13.3.2" // { 4514 dependencies = [ 4515 - sources."find-up-3.0.0" 4516 ]; 4517 }) 4518 ]; 4519 }) 4520 - sources."moment-2.24.0" 4521 (sources."morgan-1.10.0" // { 4522 dependencies = [ 4523 sources."depd-2.0.0" 4524 ]; 4525 }) 4526 sources."ms-2.0.0" 4527 - sources."nanoid-3.1.12" 4528 sources."natural-compare-1.4.0" 4529 sources."nedb-1.8.0" 4530 sources."negotiator-0.6.2" 4531 sources."node-emoji-1.10.0" 4532 sources."nopt-5.0.0" 4533 sources."normalize-path-3.0.0" 4534 - (sources."nunjucks-3.2.2" // { 4535 - dependencies = [ 4536 - sources."commander-5.1.0" 4537 - ]; 4538 - }) 4539 sources."oauth-sign-0.9.0" 4540 - sources."object-hash-2.0.3" 4541 sources."on-finished-2.3.0" 4542 sources."on-headers-1.0.2" 4543 sources."once-1.4.0" ··· 4554 }) 4555 sources."p-retry-4.2.0" 4556 sources."p-timeout-3.2.0" 4557 - sources."p-try-2.2.0" 4558 sources."packet-reader-1.0.0" 4559 sources."parent-module-1.0.1" 4560 sources."parseurl-1.3.3" ··· 4563 sources."path-key-3.1.1" 4564 sources."path-to-regexp-0.1.7" 4565 sources."path-type-4.0.0" 4566 - sources."pathval-1.1.0" 4567 sources."performance-now-2.1.0" 4568 sources."pg-8.5.1" 4569 - sources."pg-connection-string-2.4.0" 4570 sources."pg-int8-1.0.1" 4571 sources."pg-minify-1.6.2" 4572 - sources."pg-pool-3.2.2" 4573 - sources."pg-promise-10.8.7" 4574 - sources."pg-protocol-1.4.0" 4575 sources."pg-types-2.2.0" 4576 sources."pgpass-1.0.4" 4577 - sources."picomatch-2.2.2" 4578 sources."postgres-array-2.0.0" 4579 sources."postgres-bytea-1.0.0" 4580 sources."postgres-date-1.0.7" ··· 4587 sources."psl-1.8.0" 4588 sources."punycode-2.1.1" 4589 sources."qs-6.7.0" 4590 sources."quick-lru-5.1.1" 4591 sources."randombytes-2.1.0" 4592 sources."randomstring-1.1.5" 4593 sources."range-parser-1.2.1" 4594 sources."raw-body-2.4.0" 4595 sources."readable-stream-3.6.0" 4596 - sources."readdirp-3.4.0" 4597 sources."regenerator-runtime-0.13.7" 4598 sources."regexpp-3.1.0" 4599 sources."regextras-0.7.1" ··· 4606 }) 4607 sources."require-directory-2.1.1" 4608 sources."require-from-string-2.0.2" 4609 - sources."require-main-filename-2.0.0" 4610 sources."resolve-from-4.0.0" 4611 sources."retry-0.12.0" 4612 sources."reusify-1.0.4" 4613 sources."rimraf-3.0.2" 4614 - sources."run-parallel-1.1.10" 4615 sources."safe-buffer-5.1.2" 4616 sources."safer-buffer-2.1.2" 4617 sources."semver-7.3.4" ··· 4622 }) 4623 sources."serialize-javascript-5.0.1" 4624 sources."serve-static-1.14.1" 4625 - sources."set-blocking-2.0.0" 4626 sources."setprototypeof-1.1.1" 4627 sources."shebang-command-2.0.0" 4628 sources."shebang-regex-3.0.0" 4629 sources."simple-swizzle-0.2.2" 4630 sources."slash-3.0.0" 4631 (sources."slice-ansi-4.0.0" // { ··· 4655 sources."strip-ansi-6.0.0" 4656 sources."strip-json-comments-3.1.1" 4657 sources."supports-color-5.5.0" 4658 - (sources."table-6.0.7" // { 4659 dependencies = [ 4660 - sources."ajv-7.0.3" 4661 sources."json-schema-traverse-1.0.0" 4662 ]; 4663 }) ··· 4670 sources."triple-beam-1.3.0" 4671 sources."ts-node-9.1.1" 4672 sources."tslib-1.14.1" 4673 - sources."tsutils-3.19.1" 4674 sources."tunnel-agent-0.6.0" 4675 sources."tweetnacl-0.14.5" 4676 sources."type-check-0.4.0" 4677 sources."type-detect-4.0.8" 4678 sources."type-fest-0.8.1" 4679 sources."type-is-1.6.18" 4680 - sources."typescript-4.1.3" 4681 sources."underscore-1.4.4" 4682 sources."unhomoglyph-1.0.6" 4683 sources."unpipe-1.0.0" ··· 4685 sources."util-deprecate-1.0.2" 4686 sources."utils-merge-1.0.1" 4687 sources."uuid-8.3.2" 4688 - sources."v8-compile-cache-2.2.0" 4689 sources."vary-1.1.2" 4690 sources."verror-1.10.0" 4691 sources."which-2.0.2" 4692 - sources."which-module-2.0.0" 4693 (sources."wide-align-1.1.3" // { 4694 dependencies = [ 4695 sources."ansi-regex-3.0.0" ··· 4710 }) 4711 ]; 4712 }) 4713 - sources."winston-daily-rotate-file-4.5.0" 4714 - (sources."winston-transport-4.3.0" // { 4715 dependencies = [ 4716 - sources."readable-stream-2.3.6" 4717 sources."string_decoder-1.1.1" 4718 ]; 4719 }) 4720 sources."word-wrap-1.2.3" 4721 - sources."workerpool-6.0.2" 4722 - (sources."wrap-ansi-5.1.0" // { 4723 - dependencies = [ 4724 - sources."ansi-regex-4.1.0" 4725 - sources."emoji-regex-7.0.3" 4726 - sources."is-fullwidth-code-point-2.0.0" 4727 - sources."string-width-3.1.0" 4728 - sources."strip-ansi-5.2.0" 4729 - ]; 4730 - }) 4731 sources."wrappy-1.0.2" 4732 sources."ws-5.2.2" 4733 sources."xtend-4.0.2" 4734 - sources."y18n-4.0.1" 4735 sources."yallist-4.0.0" 4736 (sources."yargs-16.2.0" // { 4737 dependencies = [ ··· 4744 sources."yargs-parser-20.2.4" 4745 ]; 4746 }) 4747 - sources."yargs-parser-13.1.2" 4748 - (sources."yargs-unparser-2.0.0" // { 4749 - dependencies = [ 4750 - sources."camelcase-6.2.0" 4751 - sources."decamelize-4.0.0" 4752 - ]; 4753 - }) 4754 sources."yn-3.1.1" 4755 sources."yocto-queue-0.1.0" 4756 ];
··· 22 sha512 = "np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="; 23 }; 24 }; 25 + "@babel/highlight-7.13.10" = { 26 name = "_at_babel_slash_highlight"; 27 packageName = "@babel/highlight"; 28 + version = "7.13.10"; 29 src = fetchurl { 30 + url = "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz"; 31 + sha512 = "5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg=="; 32 }; 33 }; 34 + "@babel/runtime-7.13.10" = { 35 name = "_at_babel_slash_runtime"; 36 packageName = "@babel/runtime"; 37 + version = "7.13.10"; 38 src = fetchurl { 39 + url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz"; 40 + sha512 = "4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw=="; 41 }; 42 }; 43 "@dabh/diagnostics-2.0.2" = { ··· 49 sha512 = "+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q=="; 50 }; 51 }; 52 + "@eslint/eslintrc-0.4.0" = { 53 name = "_at_eslint_slash_eslintrc"; 54 packageName = "@eslint/eslintrc"; 55 + version = "0.4.0"; 56 src = fetchurl { 57 + url = "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.0.tgz"; 58 + sha512 = "2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog=="; 59 }; 60 }; 61 "@nodelib/fs.scandir-2.1.4" = { ··· 130 sha512 = "W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ=="; 131 }; 132 }; 133 + "@types/chai-4.2.16" = { 134 name = "_at_types_slash_chai"; 135 packageName = "@types/chai"; 136 + version = "4.2.16"; 137 src = fetchurl { 138 + url = "https://registry.npmjs.org/@types/chai/-/chai-4.2.16.tgz"; 139 + sha512 = "vI5iOAsez9+roLS3M3+Xx7w+WRuDtSmF8bQkrbcIJ2sC1PcDgVoA0WGpa+bIrJ+y8zqY2oi//fUctkxtIcXJCw=="; 140 }; 141 }; 142 "@types/connect-3.4.34" = { ··· 148 sha512 = "ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ=="; 149 }; 150 }; 151 + "@types/express-4.17.11" = { 152 name = "_at_types_slash_express"; 153 packageName = "@types/express"; 154 + version = "4.17.11"; 155 src = fetchurl { 156 + url = "https://registry.npmjs.org/@types/express/-/express-4.17.11.tgz"; 157 + sha512 = "no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg=="; 158 }; 159 }; 160 + "@types/express-serve-static-core-4.17.19" = { 161 name = "_at_types_slash_express-serve-static-core"; 162 packageName = "@types/express-serve-static-core"; 163 + version = "4.17.19"; 164 src = fetchurl { 165 + url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz"; 166 + sha512 = "DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA=="; 167 }; 168 }; 169 "@types/is-stream-1.1.0" = { ··· 175 sha512 = "jkZatu4QVbR60mpIzjINmtS1ZF4a/FqdTUTBeQDVOQ2PYyidtwFKr0B5G6ERukKwliq+7mIXvxyppwzG5EgRYg=="; 176 }; 177 }; 178 + "@types/js-yaml-4.0.0" = { 179 + name = "_at_types_slash_js-yaml"; 180 + packageName = "@types/js-yaml"; 181 + version = "4.0.0"; 182 + src = fetchurl { 183 + url = "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.0.tgz"; 184 + sha512 = "4vlpCM5KPCL5CfGmTbpjwVKbISRYhduEJvvUWsH5EB7QInhEj94XPZ3ts/9FPiLZFqYO0xoW4ZL8z2AabTGgJA=="; 185 + }; 186 + }; 187 + "@types/json-schema-7.0.7" = { 188 name = "_at_types_slash_json-schema"; 189 packageName = "@types/json-schema"; 190 + version = "7.0.7"; 191 src = fetchurl { 192 + url = "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"; 193 + sha512 = "cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA=="; 194 }; 195 }; 196 + "@types/mime-1.3.2" = { 197 name = "_at_types_slash_mime"; 198 packageName = "@types/mime"; 199 + version = "1.3.2"; 200 src = fetchurl { 201 + url = "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"; 202 + sha512 = "YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="; 203 }; 204 }; 205 + "@types/mocha-8.2.2" = { 206 name = "_at_types_slash_mocha"; 207 packageName = "@types/mocha"; 208 + version = "8.2.2"; 209 src = fetchurl { 210 + url = "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz"; 211 + sha512 = "Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw=="; 212 }; 213 }; 214 "@types/nedb-1.8.11" = { ··· 220 sha512 = "qHQRLZ0e6l/XK/2Qb2v5N1ujmdttYkUvnRI4nPIifMy6vYwoAnER10xhX13isWjjQtNsrjNLinZgDDguzPmEKw=="; 221 }; 222 }; 223 + "@types/node-14.14.41" = { 224 name = "_at_types_slash_node"; 225 packageName = "@types/node"; 226 + version = "14.14.41"; 227 src = fetchurl { 228 + url = "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz"; 229 + sha512 = "dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g=="; 230 }; 231 }; 232 "@types/node-emoji-1.8.1" = { ··· 238 sha512 = "0fRfA90FWm6KJfw6P9QGyo0HDTCmthZ7cWaBQndITlaWLTZ6njRyKwrwpzpg+n6kBXBIGKeUHEQuBx7bphGJkA=="; 239 }; 240 }; 241 + "@types/nunjucks-3.1.4" = { 242 name = "_at_types_slash_nunjucks"; 243 packageName = "@types/nunjucks"; 244 + version = "3.1.4"; 245 src = fetchurl { 246 + url = "https://registry.npmjs.org/@types/nunjucks/-/nunjucks-3.1.4.tgz"; 247 + sha512 = "cR65PLlHKW/qxxj840dbNb3ICO+iAVQzaNKJ8TcKOVKFi+QcAkhw9SCY8VFAyU41SmJMs+2nrIN2JGhX+jYb7A=="; 248 }; 249 }; 250 "@types/p-queue-2.3.2" = { ··· 256 sha512 = "eKAv5Ql6k78dh3ULCsSBxX6bFNuGjTmof5Q/T6PiECDq0Yf8IIn46jCyp3RJvCi8owaEmm3DZH1PEImjBMd/vQ=="; 257 }; 258 }; 259 + "@types/qs-6.9.6" = { 260 name = "_at_types_slash_qs"; 261 packageName = "@types/qs"; 262 + version = "6.9.6"; 263 src = fetchurl { 264 + url = "https://registry.npmjs.org/@types/qs/-/qs-6.9.6.tgz"; 265 + sha512 = "0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA=="; 266 }; 267 }; 268 "@types/randomstring-1.1.6" = { ··· 292 sha512 = "wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="; 293 }; 294 }; 295 + "@types/serve-static-1.13.9" = { 296 name = "_at_types_slash_serve-static"; 297 packageName = "@types/serve-static"; 298 + version = "1.13.9"; 299 src = fetchurl { 300 + url = "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.9.tgz"; 301 + sha512 = "ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA=="; 302 }; 303 }; 304 "@types/uuid-8.3.0" = { ··· 319 sha512 = "Q07IrQUSNpr+cXU4E4LtkSIBPie5GLZyyMC1QtQYRLWz701+XcoVygGUZgvLqElq1nU4ICldMYPnexlBsg3dqQ=="; 320 }; 321 }; 322 + "@types/yargs-15.0.13" = { 323 name = "_at_types_slash_yargs"; 324 packageName = "@types/yargs"; 325 + version = "15.0.13"; 326 src = fetchurl { 327 + url = "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.13.tgz"; 328 + sha512 = "kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ=="; 329 }; 330 }; 331 "@types/yargs-parser-15.0.0" = { ··· 337 sha512 = "FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw=="; 338 }; 339 }; 340 + "@typescript-eslint/eslint-plugin-4.22.0" = { 341 name = "_at_typescript-eslint_slash_eslint-plugin"; 342 packageName = "@typescript-eslint/eslint-plugin"; 343 + version = "4.22.0"; 344 src = fetchurl { 345 + url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz"; 346 + sha512 = "U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA=="; 347 }; 348 }; 349 + "@typescript-eslint/eslint-plugin-tslint-4.22.0" = { 350 name = "_at_typescript-eslint_slash_eslint-plugin-tslint"; 351 packageName = "@typescript-eslint/eslint-plugin-tslint"; 352 + version = "4.22.0"; 353 src = fetchurl { 354 + url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-4.22.0.tgz"; 355 + sha512 = "r4lhAPmd69ohf5grgDALtekETv4WVCpvfXtT3Nf3UUO/88sn4HB4h8xN1afwL48BprQ4TxH7ZUv7Ou6xgRlkAA=="; 356 }; 357 }; 358 + "@typescript-eslint/experimental-utils-4.22.0" = { 359 name = "_at_typescript-eslint_slash_experimental-utils"; 360 packageName = "@typescript-eslint/experimental-utils"; 361 + version = "4.22.0"; 362 src = fetchurl { 363 + url = "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz"; 364 + sha512 = "xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg=="; 365 }; 366 }; 367 + "@typescript-eslint/parser-4.22.0" = { 368 name = "_at_typescript-eslint_slash_parser"; 369 packageName = "@typescript-eslint/parser"; 370 + version = "4.22.0"; 371 src = fetchurl { 372 + url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.22.0.tgz"; 373 + sha512 = "z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q=="; 374 }; 375 }; 376 + "@typescript-eslint/scope-manager-4.22.0" = { 377 name = "_at_typescript-eslint_slash_scope-manager"; 378 packageName = "@typescript-eslint/scope-manager"; 379 + version = "4.22.0"; 380 src = fetchurl { 381 + url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz"; 382 + sha512 = "OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q=="; 383 }; 384 }; 385 + "@typescript-eslint/types-4.22.0" = { 386 name = "_at_typescript-eslint_slash_types"; 387 packageName = "@typescript-eslint/types"; 388 + version = "4.22.0"; 389 src = fetchurl { 390 + url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.22.0.tgz"; 391 + sha512 = "sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA=="; 392 }; 393 }; 394 + "@typescript-eslint/typescript-estree-4.22.0" = { 395 name = "_at_typescript-eslint_slash_typescript-estree"; 396 packageName = "@typescript-eslint/typescript-estree"; 397 + version = "4.22.0"; 398 src = fetchurl { 399 + url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz"; 400 + sha512 = "TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg=="; 401 }; 402 }; 403 + "@typescript-eslint/visitor-keys-4.22.0" = { 404 name = "_at_typescript-eslint_slash_visitor-keys"; 405 packageName = "@typescript-eslint/visitor-keys"; 406 + version = "4.22.0"; 407 src = fetchurl { 408 + url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz"; 409 + sha512 = "nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw=="; 410 }; 411 }; 412 "@ungap/promise-all-settled-1.1.2" = { ··· 482 sha512 = "j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="; 483 }; 484 }; 485 + "ajv-8.1.0" = { 486 name = "ajv"; 487 packageName = "ajv"; 488 + version = "8.1.0"; 489 src = fetchurl { 490 + url = "https://registry.npmjs.org/ajv/-/ajv-8.1.0.tgz"; 491 + sha512 = "B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ=="; 492 }; 493 }; 494 "another-json-0.2.0" = { ··· 518 sha1 = "ed0317c322064f79466c02966bddb605ab37d998"; 519 }; 520 }; 521 "ansi-regex-5.0.0" = { 522 name = "ansi-regex"; 523 packageName = "ansi-regex"; ··· 545 sha512 = "zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="; 546 }; 547 }; 548 + "anymatch-3.1.2" = { 549 name = "anymatch"; 550 packageName = "anymatch"; 551 + version = "3.1.2"; 552 src = fetchurl { 553 + url = "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz"; 554 + sha512 = "P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg=="; 555 }; 556 }; 557 "arg-4.1.3" = { ··· 725 sha512 = "dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA=="; 726 }; 727 }; 728 + "balanced-match-1.0.2" = { 729 name = "balanced-match"; 730 packageName = "balanced-match"; 731 + version = "1.0.2"; 732 src = fetchurl { 733 + url = "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"; 734 + sha512 = "3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="; 735 }; 736 }; 737 "base-x-3.0.8" = { ··· 761 sha1 = "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"; 762 }; 763 }; 764 + "binary-extensions-2.2.0" = { 765 name = "binary-extensions"; 766 packageName = "binary-extensions"; 767 + version = "2.2.0"; 768 src = fetchurl { 769 + url = "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"; 770 + sha512 = "jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="; 771 }; 772 }; 773 "binary-search-tree-0.2.5" = { ··· 867 src = fetchurl { 868 url = "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz"; 869 sha512 = "zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="; 870 + }; 871 + }; 872 + "call-bind-1.0.2" = { 873 + name = "call-bind"; 874 + packageName = "call-bind"; 875 + version = "1.0.2"; 876 + src = fetchurl { 877 + url = "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"; 878 + sha512 = "7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA=="; 879 }; 880 }; 881 "callsites-3.1.0" = { ··· 887 sha512 = "P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="; 888 }; 889 }; 890 "camelcase-6.2.0" = { 891 name = "camelcase"; 892 packageName = "camelcase"; ··· 905 sha1 = "1b681c21ff84033c826543090689420d187151dc"; 906 }; 907 }; 908 + "chai-4.3.4" = { 909 name = "chai"; 910 packageName = "chai"; 911 + version = "4.3.4"; 912 src = fetchurl { 913 + url = "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz"; 914 + sha512 = "yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA=="; 915 }; 916 }; 917 "chalk-2.4.2" = { ··· 941 sha1 = "574d312edd88bb5dd8912e9286dd6c0aed4aac82"; 942 }; 943 }; 944 + "chokidar-3.5.1" = { 945 name = "chokidar"; 946 packageName = "chokidar"; 947 + version = "3.5.1"; 948 src = fetchurl { 949 + url = "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz"; 950 + sha512 = "9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw=="; 951 }; 952 }; 953 "cliui-7.0.4" = { ··· 1148 sha512 = "bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="; 1149 }; 1150 }; 1151 "debug-4.3.1" = { 1152 name = "debug"; 1153 packageName = "debug"; ··· 1157 sha512 = "doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ=="; 1158 }; 1159 }; 1160 "decamelize-4.0.0" = { 1161 name = "decamelize"; 1162 packageName = "decamelize"; ··· 1229 sha512 = "58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A=="; 1230 }; 1231 }; 1232 + "diff-5.0.0" = { 1233 + name = "diff"; 1234 + packageName = "diff"; 1235 + version = "5.0.0"; 1236 + src = fetchurl { 1237 + url = "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz"; 1238 + sha512 = "/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w=="; 1239 + }; 1240 + }; 1241 "dir-glob-3.0.1" = { 1242 name = "dir-glob"; 1243 packageName = "dir-glob"; ··· 1274 sha1 = "590c61156b0ae2f4f0255732a158b266bc56b21d"; 1275 }; 1276 }; 1277 "emoji-regex-8.0.0" = { 1278 name = "emoji-regex"; 1279 packageName = "emoji-regex"; ··· 1346 sha512 = "TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="; 1347 }; 1348 }; 1349 + "eslint-7.24.0" = { 1350 name = "eslint"; 1351 packageName = "eslint"; 1352 + version = "7.24.0"; 1353 src = fetchurl { 1354 + url = "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz"; 1355 + sha512 = "k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ=="; 1356 }; 1357 }; 1358 "eslint-plugin-jsdoc-30.7.13" = { ··· 1364 sha512 = "YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ=="; 1365 }; 1366 }; 1367 + "eslint-plugin-prefer-arrow-1.2.3" = { 1368 name = "eslint-plugin-prefer-arrow"; 1369 packageName = "eslint-plugin-prefer-arrow"; 1370 + version = "1.2.3"; 1371 src = fetchurl { 1372 + url = "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz"; 1373 + sha512 = "J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ=="; 1374 }; 1375 }; 1376 "eslint-scope-5.1.1" = { ··· 1427 sha512 = "eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="; 1428 }; 1429 }; 1430 + "esquery-1.4.0" = { 1431 name = "esquery"; 1432 packageName = "esquery"; 1433 + version = "1.4.0"; 1434 src = fetchurl { 1435 + url = "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz"; 1436 + sha512 = "cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w=="; 1437 }; 1438 }; 1439 "esrecurse-4.3.0" = { ··· 1535 sha512 = "f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="; 1536 }; 1537 }; 1538 + "fast-glob-3.2.5" = { 1539 name = "fast-glob"; 1540 packageName = "fast-glob"; 1541 + version = "3.2.5"; 1542 src = fetchurl { 1543 + url = "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz"; 1544 + sha512 = "2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg=="; 1545 }; 1546 }; 1547 "fast-json-stable-stringify-2.1.0" = { ··· 1571 sha512 = "q8BZ89jjc+mz08rSxROs8VsrBBcn1SIw1kq9NjolL509tkABRk9io01RAjSaEv1Xb2uFLt8VtRiZbGp5H8iDtg=="; 1572 }; 1573 }; 1574 + "fastq-1.11.0" = { 1575 name = "fastq"; 1576 packageName = "fastq"; 1577 + version = "1.11.0"; 1578 src = fetchurl { 1579 + url = "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz"; 1580 + sha512 = "7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g=="; 1581 }; 1582 }; 1583 "fecha-4.2.0" = { ··· 1589 sha512 = "aN3pcx/DSmtyoovUudctc8+6Hl4T+hI9GBBHLjA76jdZl7+b1sgh5g4k+u/GL3dTy1/pnYzKp69FpJ0OicE3Wg=="; 1590 }; 1591 }; 1592 + "file-entry-cache-6.0.1" = { 1593 name = "file-entry-cache"; 1594 packageName = "file-entry-cache"; 1595 + version = "6.0.1"; 1596 src = fetchurl { 1597 + url = "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"; 1598 + sha512 = "7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg=="; 1599 }; 1600 }; 1601 "file-stream-rotator-0.5.7" = { ··· 1625 sha512 = "aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA=="; 1626 }; 1627 }; 1628 "find-up-5.0.0" = { 1629 name = "find-up"; 1630 packageName = "find-up"; ··· 1661 sha512 = "dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg=="; 1662 }; 1663 }; 1664 + "flatted-3.1.1" = { 1665 name = "flatted"; 1666 packageName = "flatted"; 1667 + version = "3.1.1"; 1668 src = fetchurl { 1669 + url = "https://registry.npmjs.org/flatted/-/flatted-3.1.1.tgz"; 1670 + sha512 = "zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA=="; 1671 }; 1672 }; 1673 "fn.name-1.1.0" = { ··· 1742 sha1 = "1504ad2523158caa40db4a2787cb01411994ea4f"; 1743 }; 1744 }; 1745 + "fsevents-2.3.2" = { 1746 name = "fsevents"; 1747 packageName = "fsevents"; 1748 + version = "2.3.2"; 1749 + src = fetchurl { 1750 + url = "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"; 1751 + sha512 = "xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="; 1752 + }; 1753 + }; 1754 + "function-bind-1.1.1" = { 1755 + name = "function-bind"; 1756 + packageName = "function-bind"; 1757 + version = "1.1.1"; 1758 src = fetchurl { 1759 + url = "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"; 1760 + sha512 = "yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="; 1761 }; 1762 }; 1763 "functional-red-black-tree-1.0.1" = { ··· 1805 sha1 = "ead774abee72e20409433a066366023dd6887a41"; 1806 }; 1807 }; 1808 + "get-intrinsic-1.1.1" = { 1809 + name = "get-intrinsic"; 1810 + packageName = "get-intrinsic"; 1811 + version = "1.1.1"; 1812 + src = fetchurl { 1813 + url = "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"; 1814 + sha512 = "kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q=="; 1815 + }; 1816 + }; 1817 "getpass-0.1.7" = { 1818 name = "getpass"; 1819 packageName = "getpass"; ··· 1832 sha512 = "LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA=="; 1833 }; 1834 }; 1835 + "glob-parent-5.1.2" = { 1836 name = "glob-parent"; 1837 packageName = "glob-parent"; 1838 + version = "5.1.2"; 1839 src = fetchurl { 1840 + url = "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"; 1841 + sha512 = "AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="; 1842 }; 1843 }; 1844 "globals-12.4.0" = { ··· 1850 sha512 = "BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg=="; 1851 }; 1852 }; 1853 + "globals-13.8.0" = { 1854 + name = "globals"; 1855 + packageName = "globals"; 1856 + version = "13.8.0"; 1857 + src = fetchurl { 1858 + url = "https://registry.npmjs.org/globals/-/globals-13.8.0.tgz"; 1859 + sha512 = "rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q=="; 1860 + }; 1861 + }; 1862 + "globby-11.0.3" = { 1863 name = "globby"; 1864 packageName = "globby"; 1865 + version = "11.0.3"; 1866 src = fetchurl { 1867 + url = "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz"; 1868 + sha512 = "ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg=="; 1869 }; 1870 }; 1871 "growl-1.10.5" = { ··· 1895 sha512 = "nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w=="; 1896 }; 1897 }; 1898 + "has-1.0.3" = { 1899 + name = "has"; 1900 + packageName = "has"; 1901 + version = "1.0.3"; 1902 + src = fetchurl { 1903 + url = "https://registry.npmjs.org/has/-/has-1.0.3.tgz"; 1904 + sha512 = "f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw=="; 1905 + }; 1906 + }; 1907 "has-flag-3.0.0" = { 1908 name = "has-flag"; 1909 packageName = "has-flag"; ··· 1920 src = fetchurl { 1921 url = "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"; 1922 sha512 = "EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="; 1923 + }; 1924 + }; 1925 + "has-symbols-1.0.2" = { 1926 + name = "has-symbols"; 1927 + packageName = "has-symbols"; 1928 + version = "1.0.2"; 1929 + src = fetchurl { 1930 + url = "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz"; 1931 + sha512 = "chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw=="; 1932 }; 1933 }; 1934 "he-1.2.0" = { ··· 2057 sha512 = "ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw=="; 2058 }; 2059 }; 2060 + "is-boolean-object-1.1.0" = { 2061 + name = "is-boolean-object"; 2062 + packageName = "is-boolean-object"; 2063 + version = "1.1.0"; 2064 + src = fetchurl { 2065 + url = "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz"; 2066 + sha512 = "a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA=="; 2067 + }; 2068 + }; 2069 "is-extglob-2.1.1" = { 2070 name = "is-extglob"; 2071 packageName = "is-extglob"; ··· 2129 sha512 = "41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="; 2130 }; 2131 }; 2132 + "is-number-object-1.0.4" = { 2133 + name = "is-number-object"; 2134 + packageName = "is-number-object"; 2135 + version = "1.0.4"; 2136 + src = fetchurl { 2137 + url = "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz"; 2138 + sha512 = "zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw=="; 2139 + }; 2140 + }; 2141 "is-plain-obj-2.1.0" = { 2142 name = "is-plain-obj"; 2143 packageName = "is-plain-obj"; ··· 2174 sha512 = "XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw=="; 2175 }; 2176 }; 2177 + "is-string-1.0.5" = { 2178 + name = "is-string"; 2179 + packageName = "is-string"; 2180 + version = "1.0.5"; 2181 + src = fetchurl { 2182 + url = "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz"; 2183 + sha512 = "buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ=="; 2184 + }; 2185 + }; 2186 "is-typedarray-1.0.0" = { 2187 name = "is-typedarray"; 2188 packageName = "is-typedarray"; ··· 2228 sha512 = "RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="; 2229 }; 2230 }; 2231 + "js-yaml-3.14.1" = { 2232 name = "js-yaml"; 2233 packageName = "js-yaml"; 2234 + version = "3.14.1"; 2235 src = fetchurl { 2236 + url = "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"; 2237 + sha512 = "okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g=="; 2238 }; 2239 }; 2240 "js-yaml-4.0.0" = { ··· 2244 src = fetchurl { 2245 url = "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz"; 2246 sha512 = "pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q=="; 2247 + }; 2248 + }; 2249 + "js-yaml-4.1.0" = { 2250 + name = "js-yaml"; 2251 + packageName = "js-yaml"; 2252 + version = "4.1.0"; 2253 + src = fetchurl { 2254 + url = "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"; 2255 + sha512 = "wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA=="; 2256 }; 2257 }; 2258 "jsbn-0.1.1" = { ··· 2372 sha512 = "1TulyYfc4udS7ECSBT2vwJksWbkwwTX8BzeUIiq8Y07Riy7bDAAnxDaPU/tWyOVmQAcWJIEIFP9lPfBGqVoPgQ=="; 2373 }; 2374 }; 2375 "locate-path-6.0.0" = { 2376 name = "locate-path"; 2377 packageName = "locate-path"; ··· 2390 sha512 = "PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="; 2391 }; 2392 }; 2393 + "lodash-4.17.21" = { 2394 + name = "lodash"; 2395 + packageName = "lodash"; 2396 + version = "4.17.21"; 2397 + src = fetchurl { 2398 + url = "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"; 2399 + sha512 = "v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="; 2400 + }; 2401 + }; 2402 + "lodash.clonedeep-4.5.0" = { 2403 + name = "lodash.clonedeep"; 2404 + packageName = "lodash.clonedeep"; 2405 + version = "4.5.0"; 2406 + src = fetchurl { 2407 + url = "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz"; 2408 + sha1 = "e23f3f9c4f8fbdde872529c1071857a086e5ccef"; 2409 + }; 2410 + }; 2411 + "lodash.flatten-4.4.0" = { 2412 + name = "lodash.flatten"; 2413 + packageName = "lodash.flatten"; 2414 + version = "4.4.0"; 2415 + src = fetchurl { 2416 + url = "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz"; 2417 + sha1 = "f31c22225a9632d2bbf8e4addbef240aa765a61f"; 2418 + }; 2419 + }; 2420 "lodash.toarray-4.4.0" = { 2421 name = "lodash.toarray"; 2422 packageName = "lodash.toarray"; ··· 2424 src = fetchurl { 2425 url = "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz"; 2426 sha1 = "24c4bfcd6b2fba38bfd0594db1179d8e9b656561"; 2427 + }; 2428 + }; 2429 + "lodash.truncate-4.4.2" = { 2430 + name = "lodash.truncate"; 2431 + packageName = "lodash.truncate"; 2432 + version = "4.4.2"; 2433 + src = fetchurl { 2434 + url = "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz"; 2435 + sha1 = "5a350da0b1113b837ecfffd5812cbe58d6eae193"; 2436 }; 2437 }; 2438 "log-symbols-4.0.0" = { ··· 2480 sha512 = "s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="; 2481 }; 2482 }; 2483 + "matrix-appservice-0.8.0" = { 2484 name = "matrix-appservice"; 2485 packageName = "matrix-appservice"; 2486 + version = "0.8.0"; 2487 src = fetchurl { 2488 + url = "https://registry.npmjs.org/matrix-appservice/-/matrix-appservice-0.8.0.tgz"; 2489 + sha512 = "mfgMpmV3dWLtzrd4V/3XtqUD0P44I/mTgsRreW5jMhSaUnnRGZbpptBw2q4/axbLjw2FarlWtOVgertDGMtccA=="; 2490 }; 2491 }; 2492 + "matrix-appservice-bridge-2.6.0" = { 2493 name = "matrix-appservice-bridge"; 2494 packageName = "matrix-appservice-bridge"; 2495 + version = "2.6.0"; 2496 src = fetchurl { 2497 + url = "https://registry.npmjs.org/matrix-appservice-bridge/-/matrix-appservice-bridge-2.6.0.tgz"; 2498 + sha512 = "o1KHQHG1GdfUhTFBXVLztwbTowuCFO9/h8n2zdkRK/bZsdcXSFQVfUwDtRULcyinD4N7r0Lrwlg1LyR0pg2WSw=="; 2499 }; 2500 }; 2501 + "matrix-js-sdk-9.11.0" = { 2502 name = "matrix-js-sdk"; 2503 packageName = "matrix-js-sdk"; 2504 + version = "9.11.0"; 2505 src = fetchurl { 2506 + url = "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-9.11.0.tgz"; 2507 + sha512 = "wP28ybOxyQ7lbC48QddRORYr8atEwbTqDOsu8H6u9jTTgB2qqczI/bkSoXHtutODuSeLY5x0UuwLcxVCy4yxVQ=="; 2508 }; 2509 }; 2510 "media-typer-0.3.0" = { ··· 2543 sha1 = "5529a4d67654134edcc5266656835b0f851afcee"; 2544 }; 2545 }; 2546 + "micromatch-4.0.4" = { 2547 name = "micromatch"; 2548 packageName = "micromatch"; 2549 + version = "4.0.4"; 2550 src = fetchurl { 2551 + url = "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz"; 2552 + sha512 = "pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg=="; 2553 }; 2554 }; 2555 "mime-1.6.0" = { ··· 2606 sha512 = "NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ=="; 2607 }; 2608 }; 2609 + "mocha-8.3.2" = { 2610 name = "mocha"; 2611 packageName = "mocha"; 2612 + version = "8.3.2"; 2613 src = fetchurl { 2614 + url = "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz"; 2615 + sha512 = "UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg=="; 2616 }; 2617 }; 2618 + "moment-2.29.1" = { 2619 name = "moment"; 2620 packageName = "moment"; 2621 + version = "2.29.1"; 2622 src = fetchurl { 2623 + url = "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz"; 2624 + sha512 = "kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="; 2625 }; 2626 }; 2627 "morgan-1.10.0" = { ··· 2660 sha512 = "sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="; 2661 }; 2662 }; 2663 + "ms-2.1.3" = { 2664 + name = "ms"; 2665 + packageName = "ms"; 2666 + version = "2.1.3"; 2667 + src = fetchurl { 2668 + url = "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"; 2669 + sha512 = "6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="; 2670 + }; 2671 + }; 2672 + "nanoid-3.1.20" = { 2673 name = "nanoid"; 2674 packageName = "nanoid"; 2675 + version = "3.1.20"; 2676 src = fetchurl { 2677 + url = "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz"; 2678 + sha512 = "a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw=="; 2679 }; 2680 }; 2681 "natural-compare-1.4.0" = { ··· 2732 sha512 = "6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="; 2733 }; 2734 }; 2735 + "nunjucks-3.2.3" = { 2736 name = "nunjucks"; 2737 packageName = "nunjucks"; 2738 + version = "3.2.3"; 2739 src = fetchurl { 2740 + url = "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.3.tgz"; 2741 + sha512 = "psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ=="; 2742 }; 2743 }; 2744 "oauth-sign-0.9.0" = { ··· 2750 sha512 = "fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="; 2751 }; 2752 }; 2753 + "object-hash-2.1.1" = { 2754 name = "object-hash"; 2755 packageName = "object-hash"; 2756 + version = "2.1.1"; 2757 + src = fetchurl { 2758 + url = "https://registry.npmjs.org/object-hash/-/object-hash-2.1.1.tgz"; 2759 + sha512 = "VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ=="; 2760 + }; 2761 + }; 2762 + "object-inspect-1.9.0" = { 2763 + name = "object-inspect"; 2764 + packageName = "object-inspect"; 2765 + version = "1.9.0"; 2766 src = fetchurl { 2767 + url = "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz"; 2768 + sha512 = "i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw=="; 2769 }; 2770 }; 2771 "on-finished-2.3.0" = { ··· 2831 sha1 = "3fbcfb15b899a44123b34b6dcc18b724336a2cae"; 2832 }; 2833 }; 2834 "p-limit-3.1.0" = { 2835 name = "p-limit"; 2836 packageName = "p-limit"; ··· 2838 src = fetchurl { 2839 url = "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz"; 2840 sha512 = "TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="; 2841 }; 2842 }; 2843 "p-locate-5.0.0" = { ··· 2885 sha512 = "rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg=="; 2886 }; 2887 }; 2888 "packet-reader-1.0.0" = { 2889 name = "packet-reader"; 2890 packageName = "packet-reader"; ··· 2910 src = fetchurl { 2911 url = "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz"; 2912 sha512 = "CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="; 2913 }; 2914 }; 2915 "path-exists-4.0.0" = { ··· 2957 sha512 = "gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="; 2958 }; 2959 }; 2960 + "pathval-1.1.1" = { 2961 name = "pathval"; 2962 packageName = "pathval"; 2963 + version = "1.1.1"; 2964 src = fetchurl { 2965 + url = "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz"; 2966 + sha512 = "Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ=="; 2967 }; 2968 }; 2969 "performance-now-2.1.0" = { ··· 2984 sha512 = "9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw=="; 2985 }; 2986 }; 2987 + "pg-connection-string-2.5.0" = { 2988 name = "pg-connection-string"; 2989 packageName = "pg-connection-string"; 2990 + version = "2.5.0"; 2991 src = fetchurl { 2992 + url = "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz"; 2993 + sha512 = "r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ=="; 2994 }; 2995 }; 2996 "pg-int8-1.0.1" = { ··· 3011 sha512 = "1KdmFGGTP6jplJoI8MfvRlfvMiyBivMRP7/ffh4a11RUFJ7kC2J0ZHlipoKiH/1hz+DVgceon9U2qbaHpPeyPg=="; 3012 }; 3013 }; 3014 + "pg-pool-3.3.0" = { 3015 name = "pg-pool"; 3016 packageName = "pg-pool"; 3017 + version = "3.3.0"; 3018 src = fetchurl { 3019 + url = "https://registry.npmjs.org/pg-pool/-/pg-pool-3.3.0.tgz"; 3020 + sha512 = "0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg=="; 3021 }; 3022 }; 3023 + "pg-promise-10.10.1" = { 3024 name = "pg-promise"; 3025 packageName = "pg-promise"; 3026 + version = "10.10.1"; 3027 src = fetchurl { 3028 + url = "https://registry.npmjs.org/pg-promise/-/pg-promise-10.10.1.tgz"; 3029 + sha512 = "sopmuOr2PrUNh3XI0Y15ssmjcwhZnGHyGYwuDDmWFnBydq7lvrhTMBI3hefAp3YMx07+HSXfSpJse9z5vC4bsw=="; 3030 }; 3031 }; 3032 + "pg-protocol-1.5.0" = { 3033 name = "pg-protocol"; 3034 packageName = "pg-protocol"; 3035 + version = "1.5.0"; 3036 src = fetchurl { 3037 + url = "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.5.0.tgz"; 3038 + sha512 = "muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ=="; 3039 }; 3040 }; 3041 "pg-types-2.2.0" = { ··· 3056 sha512 = "YmuA56alyBq7M59vxVBfPJrGSozru8QAdoNlWuW3cz8l+UX3cWge0vTvjKhsSHSJpo3Bom8/Mm6hf0TR5GY0+w=="; 3057 }; 3058 }; 3059 + "picomatch-2.2.3" = { 3060 name = "picomatch"; 3061 packageName = "picomatch"; 3062 + version = "2.2.3"; 3063 src = fetchurl { 3064 + url = "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz"; 3065 + sha512 = "KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg=="; 3066 }; 3067 }; 3068 "postgres-array-2.0.0" = { ··· 3164 sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="; 3165 }; 3166 }; 3167 + "qs-6.10.1" = { 3168 + name = "qs"; 3169 + packageName = "qs"; 3170 + version = "6.10.1"; 3171 + src = fetchurl { 3172 + url = "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz"; 3173 + sha512 = "M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg=="; 3174 + }; 3175 + }; 3176 "qs-6.5.2" = { 3177 name = "qs"; 3178 packageName = "qs"; ··· 3191 sha512 = "VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="; 3192 }; 3193 }; 3194 + "queue-microtask-1.2.3" = { 3195 + name = "queue-microtask"; 3196 + packageName = "queue-microtask"; 3197 + version = "1.2.3"; 3198 src = fetchurl { 3199 + url = "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"; 3200 + sha512 = "NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="; 3201 }; 3202 }; 3203 "quick-lru-5.1.1" = { ··· 3245 sha512 = "4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q=="; 3246 }; 3247 }; 3248 "readable-stream-2.3.7" = { 3249 name = "readable-stream"; 3250 packageName = "readable-stream"; ··· 3261 src = fetchurl { 3262 url = "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz"; 3263 sha512 = "BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA=="; 3264 }; 3265 }; 3266 "readdirp-3.5.0" = { ··· 3326 sha512 = "Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="; 3327 }; 3328 }; 3329 "resolve-from-4.0.0" = { 3330 name = "resolve-from"; 3331 packageName = "resolve-from"; ··· 3362 sha512 = "JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="; 3363 }; 3364 }; 3365 + "run-parallel-1.2.0" = { 3366 name = "run-parallel"; 3367 packageName = "run-parallel"; 3368 + version = "1.2.0"; 3369 src = fetchurl { 3370 + url = "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"; 3371 + sha512 = "5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="; 3372 }; 3373 }; 3374 "safe-buffer-5.1.2" = { ··· 3432 src = fetchurl { 3433 url = "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz"; 3434 sha512 = "JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg=="; 3435 }; 3436 }; 3437 "setprototypeof-1.1.1" = { ··· 3461 sha512 = "7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="; 3462 }; 3463 }; 3464 + "side-channel-1.0.4" = { 3465 + name = "side-channel"; 3466 + packageName = "side-channel"; 3467 + version = "1.0.4"; 3468 + src = fetchurl { 3469 + url = "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz"; 3470 + sha512 = "q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw=="; 3471 + }; 3472 + }; 3473 "simple-swizzle-0.2.2" = { 3474 name = "simple-swizzle"; 3475 packageName = "simple-swizzle"; ··· 3603 src = fetchurl { 3604 url = "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"; 3605 sha512 = "nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw=="; 3606 }; 3607 }; 3608 "string-width-4.2.0" = { ··· 3641 sha1 = "a8479022eb1ac368a871389b635262c505ee368f"; 3642 }; 3643 }; 3644 "strip-ansi-6.0.0" = { 3645 name = "strip-ansi"; 3646 packageName = "strip-ansi"; ··· 3677 sha512 = "qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="; 3678 }; 3679 }; 3680 + "supports-color-8.1.1" = { 3681 + name = "supports-color"; 3682 + packageName = "supports-color"; 3683 + version = "8.1.1"; 3684 + src = fetchurl { 3685 + url = "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz"; 3686 + sha512 = "MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q=="; 3687 + }; 3688 + }; 3689 + "table-6.2.0" = { 3690 name = "table"; 3691 packageName = "table"; 3692 + version = "6.2.0"; 3693 src = fetchurl { 3694 + url = "https://registry.npmjs.org/table/-/table-6.2.0.tgz"; 3695 + sha512 = "WMBBLuauiLXJjth35K4vOnd/xkaZ/dxEcyoZ+YhxSwfxFqvh+av06+oRqIwbR14m1lENB1egSWOFv/bNEt2D8A=="; 3696 }; 3697 }; 3698 "tdigest-0.1.1" = { ··· 3776 sha512 = "Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="; 3777 }; 3778 }; 3779 + "tsutils-3.21.0" = { 3780 name = "tsutils"; 3781 packageName = "tsutils"; 3782 + version = "3.21.0"; 3783 src = fetchurl { 3784 + url = "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"; 3785 + sha512 = "mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA=="; 3786 }; 3787 }; 3788 "tunnel-agent-0.6.0" = { ··· 3821 sha512 = "0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="; 3822 }; 3823 }; 3824 + "type-fest-0.20.2" = { 3825 + name = "type-fest"; 3826 + packageName = "type-fest"; 3827 + version = "0.20.2"; 3828 + src = fetchurl { 3829 + url = "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz"; 3830 + sha512 = "Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="; 3831 + }; 3832 + }; 3833 "type-fest-0.8.1" = { 3834 name = "type-fest"; 3835 packageName = "type-fest"; ··· 3848 sha512 = "TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g=="; 3849 }; 3850 }; 3851 + "typescript-4.2.4" = { 3852 name = "typescript"; 3853 packageName = "typescript"; 3854 + version = "4.2.4"; 3855 src = fetchurl { 3856 + url = "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz"; 3857 + sha512 = "V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg=="; 3858 }; 3859 }; 3860 "underscore-1.4.4" = { ··· 3929 sha512 = "+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="; 3930 }; 3931 }; 3932 + "v8-compile-cache-2.3.0" = { 3933 name = "v8-compile-cache"; 3934 packageName = "v8-compile-cache"; 3935 + version = "2.3.0"; 3936 src = fetchurl { 3937 + url = "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz"; 3938 + sha512 = "l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="; 3939 }; 3940 }; 3941 "vary-1.1.2" = { ··· 3965 sha512 = "BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="; 3966 }; 3967 }; 3968 "wide-align-1.1.3" = { 3969 name = "wide-align"; 3970 packageName = "wide-align"; ··· 3983 sha512 = "oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw=="; 3984 }; 3985 }; 3986 + "winston-daily-rotate-file-4.5.2" = { 3987 name = "winston-daily-rotate-file"; 3988 packageName = "winston-daily-rotate-file"; 3989 + version = "4.5.2"; 3990 src = fetchurl { 3991 + url = "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.2.tgz"; 3992 + sha512 = "DpAz9djExzFGVGRIKCKzsjOQaIINbjOUJ8CRsZGz0SQOMMcO1kM7jqTdzQAM9CRTEksZV9bBw9TT0ddQBGxs9g=="; 3993 }; 3994 }; 3995 "winston-transport-4.4.0" = { ··· 4010 sha512 = "Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="; 4011 }; 4012 }; 4013 + "workerpool-6.1.0" = { 4014 name = "workerpool"; 4015 packageName = "workerpool"; 4016 + version = "6.1.0"; 4017 src = fetchurl { 4018 + url = "https://registry.npmjs.org/workerpool/-/workerpool-6.1.0.tgz"; 4019 + sha512 = "toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg=="; 4020 }; 4021 }; 4022 "wrap-ansi-7.0.0" = { ··· 4055 sha512 = "LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="; 4056 }; 4057 }; 4058 "y18n-5.0.5" = { 4059 name = "y18n"; 4060 packageName = "y18n"; ··· 4073 sha512 = "3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="; 4074 }; 4075 }; 4076 "yargs-16.2.0" = { 4077 name = "yargs"; 4078 packageName = "yargs"; ··· 4082 sha512 = "D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw=="; 4083 }; 4084 }; 4085 "yargs-parser-20.2.4" = { 4086 name = "yargs-parser"; 4087 packageName = "yargs-parser"; ··· 4122 args = { 4123 name = "matrix-appservice-slack"; 4124 packageName = "matrix-appservice-slack"; 4125 + version = "1.8.0"; 4126 src = ./.; 4127 dependencies = [ 4128 sources."@babel/code-frame-7.12.11" 4129 sources."@babel/helper-validator-identifier-7.12.11" 4130 + (sources."@babel/highlight-7.13.10" // { 4131 dependencies = [ 4132 sources."chalk-2.4.2" 4133 sources."escape-string-regexp-1.0.5" 4134 ]; 4135 }) 4136 + sources."@babel/runtime-7.13.10" 4137 sources."@dabh/diagnostics-2.0.2" 4138 + (sources."@eslint/eslintrc-0.4.0" // { 4139 dependencies = [ 4140 sources."debug-4.3.1" 4141 + sources."globals-12.4.0" 4142 sources."ignore-4.0.6" 4143 + sources."js-yaml-3.14.1" 4144 sources."ms-2.1.2" 4145 ]; 4146 }) ··· 4160 ]; 4161 }) 4162 sources."@types/body-parser-1.19.0" 4163 + sources."@types/chai-4.2.16" 4164 sources."@types/connect-3.4.34" 4165 + sources."@types/express-4.17.11" 4166 + sources."@types/express-serve-static-core-4.17.19" 4167 sources."@types/is-stream-1.1.0" 4168 + sources."@types/js-yaml-4.0.0" 4169 + sources."@types/json-schema-7.0.7" 4170 + sources."@types/mime-1.3.2" 4171 + sources."@types/mocha-8.2.2" 4172 sources."@types/nedb-1.8.11" 4173 + sources."@types/node-14.14.41" 4174 sources."@types/node-emoji-1.8.1" 4175 + sources."@types/nunjucks-3.1.4" 4176 sources."@types/p-queue-2.3.2" 4177 + sources."@types/qs-6.9.6" 4178 sources."@types/randomstring-1.1.6" 4179 sources."@types/range-parser-1.2.3" 4180 sources."@types/retry-0.12.0" 4181 + sources."@types/serve-static-1.13.9" 4182 sources."@types/uuid-8.3.0" 4183 sources."@types/ws-7.2.6" 4184 + sources."@types/yargs-15.0.13" 4185 sources."@types/yargs-parser-15.0.0" 4186 + (sources."@typescript-eslint/eslint-plugin-4.22.0" // { 4187 dependencies = [ 4188 sources."debug-4.3.1" 4189 sources."ms-2.1.2" 4190 ]; 4191 }) 4192 + sources."@typescript-eslint/eslint-plugin-tslint-4.22.0" 4193 + sources."@typescript-eslint/experimental-utils-4.22.0" 4194 + (sources."@typescript-eslint/parser-4.22.0" // { 4195 dependencies = [ 4196 sources."debug-4.3.1" 4197 sources."ms-2.1.2" 4198 ]; 4199 }) 4200 + sources."@typescript-eslint/scope-manager-4.22.0" 4201 + sources."@typescript-eslint/types-4.22.0" 4202 + (sources."@typescript-eslint/typescript-estree-4.22.0" // { 4203 dependencies = [ 4204 sources."debug-4.3.1" 4205 sources."ms-2.1.2" 4206 ]; 4207 }) 4208 + sources."@typescript-eslint/visitor-keys-4.22.0" 4209 sources."@ungap/promise-all-settled-1.1.2" 4210 sources."Slackdown-git://github.com/half-shot/slackdown#efd8934a3d9c3bf0064c0b217c5cf6b62ee697e4" 4211 sources."a-sync-waterfall-1.0.1" ··· 4218 sources."ansi-colors-4.1.1" 4219 sources."ansi-regex-5.0.0" 4220 sources."ansi-styles-3.2.1" 4221 + sources."anymatch-3.1.2" 4222 sources."arg-4.1.3" 4223 sources."argparse-1.0.10" 4224 sources."array-flatten-1.1.1" ··· 4236 sources."aws-sign2-0.7.0" 4237 sources."aws4-1.11.0" 4238 sources."axios-0.21.1" 4239 + sources."balanced-match-1.0.2" 4240 sources."base-x-3.0.8" 4241 sources."basic-auth-2.0.1" 4242 sources."bcrypt-pbkdf-1.0.2" 4243 + sources."binary-extensions-2.2.0" 4244 sources."binary-search-tree-0.2.5" 4245 sources."bintrees-1.0.1" 4246 sources."body-parser-1.19.0" ··· 4252 sources."buffer-from-1.1.1" 4253 sources."buffer-writer-2.0.0" 4254 sources."bytes-3.1.0" 4255 + sources."call-bind-1.0.2" 4256 sources."callsites-3.1.0" 4257 + sources."camelcase-6.2.0" 4258 sources."caseless-0.12.0" 4259 + sources."chai-4.3.4" 4260 (sources."chalk-4.1.0" // { 4261 dependencies = [ 4262 sources."ansi-styles-4.3.0" ··· 4267 ]; 4268 }) 4269 sources."check-error-1.0.2" 4270 + sources."chokidar-3.5.1" 4271 sources."color-3.0.0" 4272 sources."color-convert-1.9.3" 4273 sources."color-name-1.1.3" ··· 4275 sources."colors-1.3.3" 4276 sources."colorspace-1.1.2" 4277 sources."combined-stream-1.0.8" 4278 + sources."commander-5.1.0" 4279 sources."comment-parser-0.7.6" 4280 sources."concat-map-0.0.1" 4281 sources."content-disposition-0.5.3" ··· 4287 sources."cross-spawn-7.0.3" 4288 sources."dashdash-1.14.1" 4289 sources."debug-2.6.9" 4290 + sources."decamelize-4.0.0" 4291 sources."deep-eql-3.0.1" 4292 sources."deep-is-0.1.3" 4293 sources."delayed-stream-1.0.0" ··· 4305 sources."escalade-3.1.1" 4306 sources."escape-html-1.0.3" 4307 sources."escape-string-regexp-4.0.0" 4308 + (sources."eslint-7.24.0" // { 4309 dependencies = [ 4310 sources."debug-4.3.1" 4311 sources."ignore-4.0.6" 4312 + sources."js-yaml-3.14.1" 4313 + sources."lodash-4.17.21" 4314 sources."ms-2.1.2" 4315 ]; 4316 }) ··· 4320 sources."ms-2.1.2" 4321 ]; 4322 }) 4323 + sources."eslint-plugin-prefer-arrow-1.2.3" 4324 sources."eslint-scope-5.1.1" 4325 (sources."eslint-utils-2.1.0" // { 4326 dependencies = [ ··· 4334 ]; 4335 }) 4336 sources."esprima-4.0.1" 4337 + (sources."esquery-1.4.0" // { 4338 dependencies = [ 4339 sources."estraverse-5.2.0" 4340 ]; ··· 4352 sources."extend-3.0.2" 4353 sources."extsprintf-1.3.0" 4354 sources."fast-deep-equal-3.1.3" 4355 + sources."fast-glob-3.2.5" 4356 sources."fast-json-stable-stringify-2.1.0" 4357 sources."fast-levenshtein-2.0.6" 4358 sources."fast-safe-stringify-2.0.6" 4359 + sources."fastq-1.11.0" 4360 + sources."file-entry-cache-6.0.1" 4361 sources."file-stream-rotator-0.5.7" 4362 sources."fill-range-7.0.1" 4363 sources."finalhandler-1.1.2" ··· 4365 sources."finity-0.5.4" 4366 sources."flat-5.0.2" 4367 sources."flat-cache-3.0.4" 4368 + sources."flatted-3.1.1" 4369 sources."fn.name-1.1.0" 4370 sources."follow-redirects-1.13.1" 4371 sources."forever-agent-0.6.1" ··· 4373 sources."forwarded-0.1.2" 4374 sources."fresh-0.5.2" 4375 sources."fs.realpath-1.0.0" 4376 + sources."fsevents-2.3.2" 4377 + sources."function-bind-1.1.1" 4378 sources."functional-red-black-tree-1.0.1" 4379 sources."generate-function-2.3.1" 4380 sources."generate-object-property-1.2.0" 4381 sources."get-caller-file-2.0.5" 4382 sources."get-func-name-2.0.0" 4383 + sources."get-intrinsic-1.1.1" 4384 sources."getpass-0.1.7" 4385 sources."glob-7.1.6" 4386 + sources."glob-parent-5.1.2" 4387 + (sources."globals-13.8.0" // { 4388 + dependencies = [ 4389 + sources."type-fest-0.20.2" 4390 + ]; 4391 + }) 4392 + sources."globby-11.0.3" 4393 sources."growl-1.10.5" 4394 sources."har-schema-2.0.0" 4395 sources."har-validator-5.1.5" 4396 + sources."has-1.0.3" 4397 sources."has-flag-3.0.0" 4398 + sources."has-symbols-1.0.2" 4399 sources."he-1.2.0" 4400 sources."http-errors-1.7.2" 4401 sources."http-signature-1.2.0" ··· 4409 sources."ipaddr.js-1.9.1" 4410 sources."is-arrayish-0.3.2" 4411 sources."is-binary-path-2.1.0" 4412 + sources."is-boolean-object-1.1.0" 4413 sources."is-extglob-2.1.1" 4414 sources."is-fullwidth-code-point-3.0.0" 4415 sources."is-glob-4.0.1" 4416 sources."is-my-ip-valid-1.0.0" 4417 sources."is-my-json-valid-2.20.5" 4418 sources."is-number-7.0.0" 4419 + sources."is-number-object-1.0.4" 4420 sources."is-plain-obj-2.1.0" 4421 sources."is-property-1.0.2" 4422 sources."is-stream-1.1.0" 4423 + sources."is-string-1.0.5" 4424 sources."is-typedarray-1.0.0" 4425 sources."isarray-1.0.0" 4426 sources."isexe-2.0.0" 4427 sources."isstream-0.1.2" 4428 sources."js-tokens-4.0.0" 4429 + (sources."js-yaml-4.1.0" // { 4430 + dependencies = [ 4431 + sources."argparse-2.0.1" 4432 + ]; 4433 + }) 4434 sources."jsbn-0.1.1" 4435 sources."jsdoctypeparser-9.0.0" 4436 sources."json-schema-0.2.3" ··· 4445 sources."localforage-1.7.3" 4446 sources."locate-path-6.0.0" 4447 sources."lodash-4.17.20" 4448 + sources."lodash.clonedeep-4.5.0" 4449 + sources."lodash.flatten-4.4.0" 4450 sources."lodash.toarray-4.4.0" 4451 + sources."lodash.truncate-4.4.2" 4452 sources."log-symbols-4.0.0" 4453 (sources."logform-2.2.0" // { 4454 dependencies = [ ··· 4459 sources."loglevel-1.7.1" 4460 sources."lru-cache-6.0.0" 4461 sources."make-error-1.3.6" 4462 + (sources."matrix-appservice-0.8.0" // { 4463 dependencies = [ 4464 + sources."argparse-1.0.10" 4465 + sources."js-yaml-3.14.1" 4466 ]; 4467 }) 4468 + sources."matrix-appservice-bridge-2.6.0" 4469 + (sources."matrix-js-sdk-9.11.0" // { 4470 dependencies = [ 4471 + sources."qs-6.10.1" 4472 ]; 4473 }) 4474 sources."media-typer-0.3.0" 4475 sources."merge-descriptors-1.0.1" 4476 sources."merge2-1.4.1" 4477 sources."methods-1.1.2" 4478 + sources."micromatch-4.0.4" 4479 sources."mime-1.6.0" 4480 sources."mime-db-1.40.0" 4481 sources."mime-types-2.1.24" 4482 sources."minimatch-3.0.4" 4483 sources."minimist-1.2.5" 4484 sources."mkdirp-0.5.5" 4485 + (sources."mocha-8.3.2" // { 4486 dependencies = [ 4487 + sources."argparse-2.0.1" 4488 + (sources."debug-4.3.1" // { 4489 dependencies = [ 4490 + sources."ms-2.1.2" 4491 ]; 4492 }) 4493 + sources."diff-5.0.0" 4494 + sources."has-flag-4.0.0" 4495 + sources."js-yaml-4.0.0" 4496 + sources."ms-2.1.3" 4497 + sources."supports-color-8.1.1" 4498 ]; 4499 }) 4500 + sources."moment-2.29.1" 4501 (sources."morgan-1.10.0" // { 4502 dependencies = [ 4503 sources."depd-2.0.0" 4504 ]; 4505 }) 4506 sources."ms-2.0.0" 4507 + sources."nanoid-3.1.20" 4508 sources."natural-compare-1.4.0" 4509 sources."nedb-1.8.0" 4510 sources."negotiator-0.6.2" 4511 sources."node-emoji-1.10.0" 4512 sources."nopt-5.0.0" 4513 sources."normalize-path-3.0.0" 4514 + sources."nunjucks-3.2.3" 4515 sources."oauth-sign-0.9.0" 4516 + sources."object-hash-2.1.1" 4517 + sources."object-inspect-1.9.0" 4518 sources."on-finished-2.3.0" 4519 sources."on-headers-1.0.2" 4520 sources."once-1.4.0" ··· 4531 }) 4532 sources."p-retry-4.2.0" 4533 sources."p-timeout-3.2.0" 4534 sources."packet-reader-1.0.0" 4535 sources."parent-module-1.0.1" 4536 sources."parseurl-1.3.3" ··· 4539 sources."path-key-3.1.1" 4540 sources."path-to-regexp-0.1.7" 4541 sources."path-type-4.0.0" 4542 + sources."pathval-1.1.1" 4543 sources."performance-now-2.1.0" 4544 sources."pg-8.5.1" 4545 + sources."pg-connection-string-2.5.0" 4546 sources."pg-int8-1.0.1" 4547 sources."pg-minify-1.6.2" 4548 + sources."pg-pool-3.3.0" 4549 + sources."pg-promise-10.10.1" 4550 + sources."pg-protocol-1.5.0" 4551 sources."pg-types-2.2.0" 4552 sources."pgpass-1.0.4" 4553 + sources."picomatch-2.2.3" 4554 sources."postgres-array-2.0.0" 4555 sources."postgres-bytea-1.0.0" 4556 sources."postgres-date-1.0.7" ··· 4563 sources."psl-1.8.0" 4564 sources."punycode-2.1.1" 4565 sources."qs-6.7.0" 4566 + sources."queue-microtask-1.2.3" 4567 sources."quick-lru-5.1.1" 4568 sources."randombytes-2.1.0" 4569 sources."randomstring-1.1.5" 4570 sources."range-parser-1.2.1" 4571 sources."raw-body-2.4.0" 4572 sources."readable-stream-3.6.0" 4573 + sources."readdirp-3.5.0" 4574 sources."regenerator-runtime-0.13.7" 4575 sources."regexpp-3.1.0" 4576 sources."regextras-0.7.1" ··· 4583 }) 4584 sources."require-directory-2.1.1" 4585 sources."require-from-string-2.0.2" 4586 sources."resolve-from-4.0.0" 4587 sources."retry-0.12.0" 4588 sources."reusify-1.0.4" 4589 sources."rimraf-3.0.2" 4590 + sources."run-parallel-1.2.0" 4591 sources."safe-buffer-5.1.2" 4592 sources."safer-buffer-2.1.2" 4593 sources."semver-7.3.4" ··· 4598 }) 4599 sources."serialize-javascript-5.0.1" 4600 sources."serve-static-1.14.1" 4601 sources."setprototypeof-1.1.1" 4602 sources."shebang-command-2.0.0" 4603 sources."shebang-regex-3.0.0" 4604 + sources."side-channel-1.0.4" 4605 sources."simple-swizzle-0.2.2" 4606 sources."slash-3.0.0" 4607 (sources."slice-ansi-4.0.0" // { ··· 4631 sources."strip-ansi-6.0.0" 4632 sources."strip-json-comments-3.1.1" 4633 sources."supports-color-5.5.0" 4634 + (sources."table-6.2.0" // { 4635 dependencies = [ 4636 + sources."ajv-8.1.0" 4637 sources."json-schema-traverse-1.0.0" 4638 ]; 4639 }) ··· 4646 sources."triple-beam-1.3.0" 4647 sources."ts-node-9.1.1" 4648 sources."tslib-1.14.1" 4649 + sources."tsutils-3.21.0" 4650 sources."tunnel-agent-0.6.0" 4651 sources."tweetnacl-0.14.5" 4652 sources."type-check-0.4.0" 4653 sources."type-detect-4.0.8" 4654 sources."type-fest-0.8.1" 4655 sources."type-is-1.6.18" 4656 + sources."typescript-4.2.4" 4657 sources."underscore-1.4.4" 4658 sources."unhomoglyph-1.0.6" 4659 sources."unpipe-1.0.0" ··· 4661 sources."util-deprecate-1.0.2" 4662 sources."utils-merge-1.0.1" 4663 sources."uuid-8.3.2" 4664 + sources."v8-compile-cache-2.3.0" 4665 sources."vary-1.1.2" 4666 sources."verror-1.10.0" 4667 sources."which-2.0.2" 4668 (sources."wide-align-1.1.3" // { 4669 dependencies = [ 4670 sources."ansi-regex-3.0.0" ··· 4685 }) 4686 ]; 4687 }) 4688 + sources."winston-daily-rotate-file-4.5.2" 4689 + (sources."winston-transport-4.4.0" // { 4690 dependencies = [ 4691 + sources."readable-stream-2.3.7" 4692 sources."string_decoder-1.1.1" 4693 ]; 4694 }) 4695 sources."word-wrap-1.2.3" 4696 + sources."workerpool-6.1.0" 4697 sources."wrappy-1.0.2" 4698 sources."ws-5.2.2" 4699 sources."xtend-4.0.2" 4700 sources."yallist-4.0.0" 4701 (sources."yargs-16.2.0" // { 4702 dependencies = [ ··· 4709 sources."yargs-parser-20.2.4" 4710 ]; 4711 }) 4712 + sources."yargs-parser-20.2.4" 4713 + sources."yargs-unparser-2.0.0" 4714 sources."yn-3.1.1" 4715 sources."yocto-queue-0.1.0" 4716 ];
+1 -1
pkgs/servers/nas/default.nix
··· 29 description = "A network transparent, client/server audio transport system"; 30 homepage = "http://radscan.com/nas.html"; 31 license = licenses.mit; 32 - maintainers = [ maintainers.gnidorah ]; 33 platforms = platforms.linux; 34 }; 35 }
··· 29 description = "A network transparent, client/server audio transport system"; 30 homepage = "http://radscan.com/nas.html"; 31 license = licenses.mit; 32 + maintainers = [ ]; 33 platforms = platforms.linux; 34 }; 35 }
+3 -3
pkgs/servers/web-apps/galene/default.nix
··· 2 3 buildGoModule rec { 4 pname = "galene"; 5 - version = "0.3.3"; 6 7 src = fetchFromGitHub { 8 owner = "jech"; 9 repo = "galene"; 10 rev = "galene-${version}"; 11 - sha256 = "sha256-8CgNMI7zOeDxrnmQNDM61Bgpw+N0sc7HR9c+YsQTO5I="; 12 }; 13 14 - vendorSha256 = "sha256-qOHuZGMr0CPwy/DuuWYCDSe24Y6ivg1uQJGXCuKGV/M="; 15 16 outputs = [ "out" "static" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "galene"; 5 + version = "0.3.4"; 6 7 src = fetchFromGitHub { 8 owner = "jech"; 9 repo = "galene"; 10 rev = "galene-${version}"; 11 + sha256 = "sha256-yb+gEex4WEvIAEMuSTkw25rsBTL9tlfhf9qQtISWUd0="; 12 }; 13 14 + vendorSha256 = "sha256-Vm7tTTQJyZZVbORl5ziy4GJ34kHh5dh0ojX/ZuTpshA="; 15 16 outputs = [ "out" "static" ]; 17
+2 -2
pkgs/tools/archivers/zpaq/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, perl, unzip }: 2 3 stdenv.mkDerivation rec { 4 pname = "zpaq"; ··· 11 sha256 = "0v44rlg9gvwc4ggr2lhcqll8ppal3dk7zsg5bqwcc5lg3ynk2pz4"; 12 }; 13 14 - nativeBuildInputs = [ perl /* for pod2man */ unzip ]; 15 16 preBuild = let 17 CPPFLAGS = with stdenv; ""
··· 1 + { lib, stdenv, fetchFromGitHub, perl }: 2 3 stdenv.mkDerivation rec { 4 pname = "zpaq"; ··· 11 sha256 = "0v44rlg9gvwc4ggr2lhcqll8ppal3dk7zsg5bqwcc5lg3ynk2pz4"; 12 }; 13 14 + nativeBuildInputs = [ perl /* for pod2man */ ]; 15 16 preBuild = let 17 CPPFLAGS = with stdenv; ""
+1 -1
pkgs/tools/audio/mididings/default.nix
··· 32 description = "A MIDI router and processor based on Python, supporting ALSA and JACK MIDI"; 33 homepage = "http://das.nasophon.de/mididings"; 34 license = licenses.gpl2; 35 - maintainers = [ maintainers.gnidorah ]; 36 platforms = platforms.linux; 37 }; 38 }
··· 32 description = "A MIDI router and processor based on Python, supporting ALSA and JACK MIDI"; 33 homepage = "http://das.nasophon.de/mididings"; 34 license = licenses.gpl2; 35 + maintainers = [ ]; 36 platforms = platforms.linux; 37 }; 38 }
+1 -1
pkgs/tools/audio/opl3bankeditor/default.nix
··· 22 homepage = src.meta.homepage; 23 license = licenses.gpl3; 24 platforms = platforms.linux; 25 - maintainers = with maintainers; [ gnidorah ]; 26 }; 27 }
··· 22 homepage = src.meta.homepage; 23 license = licenses.gpl3; 24 platforms = platforms.linux; 25 + maintainers = with maintainers; [ ]; 26 }; 27 }
+1 -1
pkgs/tools/audio/video2midi/default.nix
··· 29 description = "Youtube synthesia video to midi conversion tool"; 30 homepage = src.meta.homepage; 31 license = licenses.gpl3; 32 - maintainers = [ maintainers.gnidorah ]; 33 platforms = platforms.linux; 34 }; 35 }
··· 29 description = "Youtube synthesia video to midi conversion tool"; 30 homepage = src.meta.homepage; 31 license = licenses.gpl3; 32 + maintainers = [ ]; 33 platforms = platforms.linux; 34 }; 35 }
+1 -1
pkgs/tools/graphics/flam3/default.nix
··· 17 meta = with lib; { 18 description = "Cosmic recursive fractal flames"; 19 homepage = "https://flam3.com/"; 20 - maintainers = [ maintainers.nand0p ]; 21 platforms = platforms.linux; 22 license = licenses.gpl3Plus; 23 };
··· 17 meta = with lib; { 18 description = "Cosmic recursive fractal flames"; 19 homepage = "https://flam3.com/"; 20 + maintainers = with maintainers; [ ]; 21 platforms = platforms.linux; 22 license = licenses.gpl3Plus; 23 };
+1 -1
pkgs/tools/graphics/glee/default.nix
··· 26 meta = with lib; { 27 description = "GL Easy Extension Library"; 28 homepage = "https://sourceforge.net/p/glee/glee/"; 29 - maintainers = with maintainers; [ nand0p ]; 30 platforms = platforms.linux; 31 license = licenses.gpl3; 32 };
··· 26 meta = with lib; { 27 description = "GL Easy Extension Library"; 28 homepage = "https://sourceforge.net/p/glee/glee/"; 29 + maintainers = with maintainers; [ ]; 30 platforms = platforms.linux; 31 license = licenses.gpl3; 32 };
+1 -1
pkgs/tools/graphics/twilight/default.nix
··· 25 homepage = src.meta.homepage; 26 license = licenses.mit; 27 platforms = platforms.linux; 28 - maintainers = with maintainers; [ gnidorah ]; 29 }; 30 }
··· 25 homepage = src.meta.homepage; 26 license = licenses.mit; 27 platforms = platforms.linux; 28 + maintainers = with maintainers; [ ]; 29 }; 30 }
+2 -2
pkgs/tools/misc/debian-devscripts/default.nix
··· 1 - {lib, stdenv, fetchurl, unzip, xz, dpkg 2 , libxslt, docbook_xsl, makeWrapper 3 , python3Packages 4 , perlPackages, curl, gnupg, diffutils ··· 16 sha256 = "0xy1nvqrnifx46g8ch69pk31by0va6hn10wpi1fkrsrgncanjjh1"; 17 }; 18 19 - nativeBuildInputs = [ makeWrapper unzip ]; 20 buildInputs = [ xz dpkg libxslt python setuptools curl gnupg diffutils ] ++ 21 (with perlPackages; [ perl CryptSSLeay LWP TimeDate DBFile FileDesktopEntry ParseDebControl LWPProtocolHttps ]); 22
··· 1 + {lib, stdenv, fetchurl, xz, dpkg 2 , libxslt, docbook_xsl, makeWrapper 3 , python3Packages 4 , perlPackages, curl, gnupg, diffutils ··· 16 sha256 = "0xy1nvqrnifx46g8ch69pk31by0va6hn10wpi1fkrsrgncanjjh1"; 17 }; 18 19 + nativeBuildInputs = [ makeWrapper ]; 20 buildInputs = [ xz dpkg libxslt python setuptools curl gnupg diffutils ] ++ 21 (with perlPackages; [ perl CryptSSLeay LWP TimeDate DBFile FileDesktopEntry ParseDebControl LWPProtocolHttps ]); 22
+1 -1
pkgs/tools/misc/ethminer/default.nix
··· 79 description = "Ethereum miner with OpenCL${lib.optionalString cudaSupport ", CUDA"} and stratum support"; 80 homepage = "https://github.com/ethereum-mining/ethminer"; 81 platforms = [ "x86_64-linux" ]; 82 - maintainers = with maintainers; [ nand0p atemu ]; 83 license = licenses.gpl3Only; 84 broken = cudaSupport; 85 };
··· 79 description = "Ethereum miner with OpenCL${lib.optionalString cudaSupport ", CUDA"} and stratum support"; 80 homepage = "https://github.com/ethereum-mining/ethminer"; 81 platforms = [ "x86_64-linux" ]; 82 + maintainers = with maintainers; [ atemu ]; 83 license = licenses.gpl3Only; 84 broken = cudaSupport; 85 };
+1 -1
pkgs/tools/misc/me_cleaner/default.nix
··· 19 with the final purpose of reducing its ability to interact with the system. 20 ''; 21 license = licenses.gpl3; 22 - maintainers = with maintainers; [ gnidorah ]; 23 }; 24 }
··· 19 with the final purpose of reducing its ability to interact with the system. 20 ''; 21 license = licenses.gpl3; 22 + maintainers = with maintainers; [ ]; 23 }; 24 }
+1 -2
pkgs/tools/misc/vorbisgain/default.nix
··· 1 - { lib, stdenv, fetchurl, unzip, libogg, libvorbis }: 2 3 stdenv.mkDerivation rec { 4 name = "vorbisgain-0.37"; ··· 10 11 hardeningDisable = [ "format" ]; 12 13 - nativeBuildInputs = [ unzip ]; 14 buildInputs = [ libogg libvorbis ]; 15 16 patchPhase = ''
··· 1 + { lib, stdenv, fetchurl, libogg, libvorbis }: 2 3 stdenv.mkDerivation rec { 4 name = "vorbisgain-0.37"; ··· 10 11 hardeningDisable = [ "format" ]; 12 13 buildInputs = [ libogg libvorbis ]; 14 15 patchPhase = ''
+1 -1
pkgs/tools/misc/woeusb/default.nix
··· 54 description = "Create bootable USB disks from Windows ISO images"; 55 homepage = "https://github.com/slacka/WoeUSB"; 56 license = licenses.gpl3; 57 - maintainers = with maintainers; [ bjornfor gnidorah ]; 58 platforms = platforms.linux; 59 }; 60 }
··· 54 description = "Create bootable USB disks from Windows ISO images"; 55 homepage = "https://github.com/slacka/WoeUSB"; 56 license = licenses.gpl3; 57 + maintainers = with maintainers; [ bjornfor ]; 58 platforms = platforms.linux; 59 }; 60 }
+1 -1
pkgs/tools/networking/httperf/default.nix
··· 29 meta = with lib; { 30 description = "The httperf HTTP load generator"; 31 homepage = "https://github.com/httperf/httperf"; 32 - maintainers = with maintainers; [ nand0p ]; 33 license = licenses.gpl2; 34 platforms = platforms.all; 35 };
··· 29 meta = with lib; { 30 description = "The httperf HTTP load generator"; 31 homepage = "https://github.com/httperf/httperf"; 32 + maintainers = with maintainers; [ ]; 33 license = licenses.gpl2; 34 platforms = platforms.all; 35 };
+1 -1
pkgs/tools/networking/phodav/default.nix
··· 27 description = "WebDav server implementation and library using libsoup"; 28 homepage = "https://wiki.gnome.org/phodav"; 29 license = licenses.lgpl21; 30 - maintainers = with maintainers; [ gnidorah ]; 31 platforms = platforms.linux; 32 }; 33 }
··· 27 description = "WebDav server implementation and library using libsoup"; 28 homepage = "https://wiki.gnome.org/phodav"; 29 license = licenses.lgpl21; 30 + maintainers = with maintainers; [ ]; 31 platforms = platforms.linux; 32 }; 33 }
+1 -1
pkgs/tools/security/hologram/default.nix
··· 20 meta = with lib; { 21 homepage = "https://github.com/AdRoll/hologram/"; 22 description = "Easy, painless AWS credentials on developer laptops"; 23 - maintainers = with maintainers; [ nand0p ]; 24 license = licenses.asl20; 25 }; 26 }
··· 20 meta = with lib; { 21 homepage = "https://github.com/AdRoll/hologram/"; 22 description = "Easy, painless AWS credentials on developer laptops"; 23 + maintainers = with maintainers; [ ]; 24 license = licenses.asl20; 25 }; 26 }
+47
pkgs/tools/system/fancy-motd/default.nix
···
··· 1 + { stdenv, lib, fetchFromGitHub, bc, curl, figlet, fortune, gawk, iproute2, procps }: 2 + 3 + stdenv.mkDerivation rec { 4 + pname = "fancy-motd"; 5 + version = "unstable-2021-05-15"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "bcyran"; 9 + repo = pname; 10 + rev = "b25c1e7d76927d7f947a048d844dad4400de3598"; 11 + sha256 = "05jazmijk3im1wl4nprkwmrq6bxhb3ah8syyqym109blajy72841"; 12 + }; 13 + 14 + buildInputs = [ bc curl figlet fortune gawk iproute2 ]; 15 + 16 + postPatch = '' 17 + substituteInPlace motd.sh \ 18 + --replace 'BASE_DIR="$(dirname "$(readlink -f "$0")")"' "BASE_DIR=\"$out/lib\"" 19 + 20 + substituteInPlace modules/20-uptime \ 21 + --replace "uptime -p" "${procps}/bin/uptime -p" 22 + 23 + # does not work on nixos 24 + rm modules/41-updates 25 + ''; 26 + 27 + installPhase = '' 28 + runHook preInstall 29 + 30 + install -D motd.sh $out/bin/motd 31 + 32 + install -D framework.sh $out/lib/framework.sh 33 + install -D config.sh.example $out/lib/config.sh 34 + find modules -type f -exec install -D {} $out/lib/{} \; 35 + 36 + runHook postInstall 37 + ''; 38 + 39 + meta = with lib; { 40 + description = "Fancy, colorful MOTD written in bash. Server status at a glance."; 41 + homepage = "https://github.com/bcyran/fancy-motd"; 42 + license = licenses.mit; 43 + maintainers = with maintainers; [ rhoriguchi ]; 44 + platforms = platforms.linux; 45 + mainProgram = "motd"; 46 + }; 47 + }
+1 -1
pkgs/tools/system/ps_mem/default.nix
··· 17 description = "A utility to accurately report the in core memory usage for a program"; 18 homepage = "https://github.com/pixelb/ps_mem"; 19 license = licenses.lgpl21; 20 - maintainers = [ maintainers.gnidorah ]; 21 platforms = platforms.linux; 22 }; 23 }
··· 17 description = "A utility to accurately report the in core memory usage for a program"; 18 homepage = "https://github.com/pixelb/ps_mem"; 19 license = licenses.lgpl21; 20 + maintainers = [ ]; 21 platforms = platforms.linux; 22 }; 23 }
+1
pkgs/top-level/aliases.nix
··· 440 mathics = throw "mathics has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15 441 matrique = spectral; # added 2020-01-27 442 mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08 443 mess = mame; # added 2019-10-30 444 mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23 445 mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
··· 440 mathics = throw "mathics has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15 441 matrique = spectral; # added 2020-01-27 442 mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08 443 + meme = meme-image-generator; # added 2021-04-21 444 mess = mame; # added 2019-10-30 445 mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23 446 mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
+4 -4
pkgs/top-level/all-packages.nix
··· 4449 4450 fakechroot = callPackage ../tools/system/fakechroot { }; 4451 4452 fastpbkdf2 = callPackage ../development/libraries/fastpbkdf2 { }; 4453 4454 fanficfare = callPackage ../tools/text/fanficfare { }; ··· 11729 11730 smlpkg = callPackage ../tools/package-management/smlpkg { }; 11731 11732 - solc = solc_0_8; 11733 - solc_0_8 = callPackage ../development/compilers/solc { }; 11734 - solc_0_7 = callPackage ../development/compilers/solc/0.7.nix { }; 11735 11736 souffle = callPackage ../development/compilers/souffle { 11737 autoreconfHook = buildPackages.autoreconfHook269; ··· 24848 24849 melonDS = libsForQt5.callPackage ../misc/emulators/melonDS { }; 24850 24851 - meme = callPackage ../applications/graphics/meme { }; 24852 24853 meme-suite = callPackage ../applications/science/biology/meme-suite { }; 24854
··· 4449 4450 fakechroot = callPackage ../tools/system/fakechroot { }; 4451 4452 + fancy-motd = callPackage ../tools/system/fancy-motd { }; 4453 + 4454 fastpbkdf2 = callPackage ../development/libraries/fastpbkdf2 { }; 4455 4456 fanficfare = callPackage ../tools/text/fanficfare { }; ··· 11731 11732 smlpkg = callPackage ../tools/package-management/smlpkg { }; 11733 11734 + solc = callPackage ../development/compilers/solc { }; 11735 11736 souffle = callPackage ../development/compilers/souffle { 11737 autoreconfHook = buildPackages.autoreconfHook269; ··· 24848 24849 melonDS = libsForQt5.callPackage ../misc/emulators/melonDS { }; 24850 24851 + meme-image-generator = callPackage ../applications/graphics/meme-image-generator { }; 24852 24853 meme-suite = callPackage ../applications/science/biology/meme-suite { }; 24854
-3
pkgs/top-level/dotnet-packages.nix
··· 9 , pkg-config 10 , mono 11 , fsharp 12 - , unzip 13 , overrides ? {} 14 }: 15 ··· 896 rev = "7871fa26914593fdb2f2500df1196df7b8aecb1c"; 897 sha256 = "07r63xam6icm17pf6amh1qkmna13nxa3ncdan7a3ql307i5isriz"; 898 }; 899 - 900 - nativeBuildInputs = [ unzip ]; 901 902 phases = [ "unpackPhase" "installPhase" ]; 903
··· 9 , pkg-config 10 , mono 11 , fsharp 12 , overrides ? {} 13 }: 14 ··· 895 rev = "7871fa26914593fdb2f2500df1196df7b8aecb1c"; 896 sha256 = "07r63xam6icm17pf6amh1qkmna13nxa3ncdan7a3ql307i5isriz"; 897 }; 898 899 phases = [ "unpackPhase" "installPhase" ]; 900