lol

Merge staging-next into staging

authored by

nixpkgs-ci[bot] and committed by
GitHub
089bfe7c b29f96b6

+2903 -964
+24
maintainers/maintainer-list.nix
··· 2602 2602 name = "Wanderson Ferreira"; 2603 2603 keys = [ { fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE"; } ]; 2604 2604 }; 2605 + bashsu = { 2606 + name = "Joeal Subash"; 2607 + email = "joeal.subash@cern.ch"; 2608 + github = "joealsubash"; 2609 + githubId = 98759349; 2610 + }; 2605 2611 bastaynav = { 2606 2612 name = "Ivan Bastrakov"; 2607 2613 email = "bastaynav@proton.me"; ··· 6420 6426 github = "dzabraev"; 6421 6427 githubId = 15128988; 6422 6428 name = "Maksim Dzabraev"; 6429 + }; 6430 + dzmitry-lahoda = { 6431 + email = "dzmitry@lahoda.pro"; 6432 + github = "dzmitry-lahoda"; 6433 + githubId = 757125; 6434 + name = "Dzmitry Lahoda"; 6423 6435 }; 6424 6436 e1mo = { 6425 6437 email = "nixpkgs@e1mo.de"; ··· 24222 24234 githubId = 245573; 24223 24235 name = "Dmitry Kalinkin"; 24224 24236 }; 24237 + versality = { 24238 + email = "artyom@pertsovsky.com"; 24239 + github = "versality"; 24240 + githubId = 1486626; 24241 + name = "Artyom Pertsovsky"; 24242 + }; 24225 24243 vglfr = { 24226 24244 email = "vf.velt@gmail.com"; 24227 24245 github = "vglfr"; ··· 24362 24380 github = "ViZiD"; 24363 24381 githubId = 7444430; 24364 24382 name = "Radik Islamov"; 24383 + }; 24384 + vji = { 24385 + email = "mail@viktor.im"; 24386 + github = "v-ji"; 24387 + githubId = 1476338; 24388 + name = "Viktor Illmer"; 24365 24389 }; 24366 24390 vklquevs = { 24367 24391 email = "vklquevs@gmail.com";
+5 -1
nixos/modules/hardware/rtl-sdr.nix
··· 19 19 This is a prerequisite to using devices supported by rtl-sdr without being root, since rtl-sdr USB descriptors will be owned by plugdev through udev. 20 20 ''; 21 21 }; 22 + package = lib.mkPackageOption pkgs "rtl-sdr" { }; 22 23 }; 23 24 24 25 config = lib.mkIf cfg.enable { ··· 27 28 "e4000" 28 29 "rtl2832" 29 30 ]; 30 - services.udev.packages = [ pkgs.rtl-sdr ]; 31 + services.udev.packages = [ cfg.package ]; 32 + environment.systemPackages = [ cfg.package ]; 31 33 users.groups.plugdev = { }; 32 34 }; 35 + 36 + meta.maintainers = with lib.maintainers; [ pandapip1 ]; 33 37 }
+3
nixos/modules/system/activation/pre-switch-check.nix
··· 44 44 A set of shell script fragments that are executed before the switch to a 45 45 new NixOS system configuration. A failure in any of these fragments will 46 46 cause the switch to fail and exit early. 47 + The scripts receive the new configuration path and the action verb passed 48 + to switch-to-configuration, as the first and second positional arguments 49 + (meaning that you can access them using `$1` and `$2`, respectively). 47 50 ''; 48 51 49 52 type = lib.types.attrsOf lib.types.str;
+1 -1
nixos/modules/system/activation/switch-to-configuration.pl
··· 103 103 chomp(my $pre_switch_checks = <<'EOFCHECKS'); 104 104 @preSwitchCheck@ 105 105 EOFCHECKS 106 - system("$pre_switch_checks $out") == 0 or exit 1; 106 + system("$pre_switch_checks $out $action") == 0 or exit 1; 107 107 if ($action eq "check") { 108 108 exit 0; 109 109 }
+4 -2
nixos/tests/switch-test.nix
··· 612 612 system.switch.enable = true; 613 613 users.mutableUsers = true; 614 614 system.preSwitchChecks.succeeds = '' 615 - echo this will succeed 616 - true 615 + config="$1" 616 + action="$2" 617 + echo "this should succeed (config: $config, action: $action)" 618 + [ "$action" == "check" ] || [ "$action" == "test" ] 617 619 ''; 618 620 specialisation.failingCheck.configuration.system.preSwitchChecks.failEveryTime = '' 619 621 echo this will fail
+208 -208
pkgs/applications/editors/jetbrains/bin/versions.json
··· 3 3 "aqua": { 4 4 "update-channel": "Aqua RELEASE", 5 5 "url-template": "https://download.jetbrains.com/aqua/aqua-{version}.tar.gz", 6 - "version": "2024.3.1", 7 - "sha256": "e304d8f900881d18865010819dc035d59be00b1364baa2b98ef47d923907ce57", 8 - "url": "https://download.jetbrains.com/aqua/aqua-2024.3.1.tar.gz", 9 - "build_number": "243.22562.238" 6 + "version": "2024.3.2", 7 + "sha256": "de073e8a3734a2c4ef984b3e1bd68f5de72a6180e73400889510439ac3f419aa", 8 + "url": "https://download.jetbrains.com/aqua/aqua-2024.3.2.tar.gz", 9 + "build_number": "243.23654.154" 10 10 }, 11 11 "clion": { 12 12 "update-channel": "CLion RELEASE", ··· 35 35 "gateway": { 36 36 "update-channel": "Gateway RELEASE", 37 37 "url-template": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-{version}.tar.gz", 38 - "version": "2024.3.1.1", 39 - "sha256": "625bd0794b535b40926f3fed15b50e1df8ee181acd5a1a8fb174f19cd450cef0", 40 - "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.1.1.tar.gz", 41 - "build_number": "243.22562.252" 38 + "version": "2024.3.2", 39 + "sha256": "39c8f8414cfeaacbbb011c33c539d7ca4007d7f867421438292572dc51398664", 40 + "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.2.tar.gz", 41 + "build_number": "243.23654.132" 42 42 }, 43 43 "goland": { 44 44 "update-channel": "GoLand RELEASE", 45 45 "url-template": "https://download.jetbrains.com/go/goland-{version}.tar.gz", 46 - "version": "2024.3.2", 47 - "sha256": "6700ec71240cbde6002e9b28680b02f3a4b9ee0a7bd7a4d3bf5a13f67b8d53af", 48 - "url": "https://download.jetbrains.com/go/goland-2024.3.2.tar.gz", 49 - "build_number": "243.23654.119" 46 + "version": "2024.3.2.1", 47 + "sha256": "8bd2420312acd4936ca3d2a4f9ceb0f0fcf96da538f6042d219c6839d25c6a6a", 48 + "url": "https://download.jetbrains.com/go/goland-2024.3.2.1.tar.gz", 49 + "build_number": "243.23654.166" 50 50 }, 51 51 "idea-community": { 52 52 "update-channel": "IntelliJ IDEA RELEASE", 53 53 "url-template": "https://download.jetbrains.com/idea/ideaIC-{version}.tar.gz", 54 - "version": "2024.3.2", 55 - "sha256": "ad9d587b704806d9a21dfebe5c51415df94699bba958d7133763cfd56934ced8", 56 - "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.tar.gz", 57 - "build_number": "243.23654.117" 54 + "version": "2024.3.2.2", 55 + "sha256": "d73fd631943c300d55729bd33e06e193751478a83477153807cfa941e4bf12e5", 56 + "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.2.tar.gz", 57 + "build_number": "243.23654.189" 58 58 }, 59 59 "idea-ultimate": { 60 60 "update-channel": "IntelliJ IDEA RELEASE", 61 61 "url-template": "https://download.jetbrains.com/idea/ideaIU-{version}.tar.gz", 62 - "version": "2024.3.2", 63 - "sha256": "05f30fff53c1b73f9c261e812c236134e203bf7d847424a27d9409fd6b0b6fcb", 64 - "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2.tar.gz", 65 - "build_number": "243.23654.117" 62 + "version": "2024.3.2.2", 63 + "sha256": "7094daa174aa74c163ecbc3958405c99b209333ca23e5accd02ed8100c015e38", 64 + "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2.2.tar.gz", 65 + "build_number": "243.23654.189" 66 66 }, 67 67 "mps": { 68 68 "update-channel": "MPS RELEASE", 69 69 "url-template": "https://download.jetbrains.com/mps/{versionMajorMinor}/MPS-{version}.tar.gz", 70 - "version": "2024.1.1", 71 - "sha256": "008fc1c27002d7cd247f72cf5045b46cad35a0117e120565f4cce2311509be22", 72 - "url": "https://download.jetbrains.com/mps/2024.1/MPS-2024.1.1.tar.gz", 73 - "build_number": "241.19072.1155" 70 + "version": "2024.3", 71 + "sha256": "449048a9cdb944d4c3addf8156545c363be237ceb2b6f8516d72cb53eb00a37c", 72 + "url": "https://download.jetbrains.com/mps/2024.3/MPS-2024.3.tar.gz", 73 + "build_number": "243.21565.447" 74 74 }, 75 75 "phpstorm": { 76 76 "update-channel": "PhpStorm RELEASE", 77 77 "url-template": "https://download.jetbrains.com/webide/PhpStorm-{version}.tar.gz", 78 - "version": "2024.3.2", 79 - "sha256": "922f11f877b66d1815d5440b4891421269d2d235112e2fa6270b61096db36c2f", 80 - "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2.tar.gz", 81 - "build_number": "243.23654.115", 78 + "version": "2024.3.2.1", 79 + "sha256": "d6f7e7c60659fb4215da32ac7daeae5202a86bbb2e971963081ee4a56e579685", 80 + "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2.1.tar.gz", 81 + "build_number": "243.23654.168", 82 82 "version-major-minor": "2022.3" 83 83 }, 84 84 "pycharm-community": { 85 85 "update-channel": "PyCharm RELEASE", 86 86 "url-template": "https://download.jetbrains.com/python/pycharm-community-{version}.tar.gz", 87 - "version": "2024.3.1.1", 88 - "sha256": "36b9332262815099d0b86d2689fcf91b379730cb838623d82c0845969bb6470f", 89 - "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.1.1.tar.gz", 90 - "build_number": "243.22562.220" 87 + "version": "2024.3.2", 88 + "sha256": "1674426c19a62f1046500b2bb170c849ddd259b2c4a4394bb2c90106aa316c4b", 89 + "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.2.tar.gz", 90 + "build_number": "243.23654.177" 91 91 }, 92 92 "pycharm-professional": { 93 93 "update-channel": "PyCharm RELEASE", 94 94 "url-template": "https://download.jetbrains.com/python/pycharm-professional-{version}.tar.gz", 95 - "version": "2024.3.1.1", 96 - "sha256": "5698131d93d00a261c720a31ec54ef1c850581c274be6938dd923e8c0383da25", 97 - "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.1.1.tar.gz", 98 - "build_number": "243.22562.220" 95 + "version": "2024.3.2", 96 + "sha256": "520ffc8c2d4ebd2d75663c74567882af28c3a5d595d165a494394842330b2b5a", 97 + "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.2.tar.gz", 98 + "build_number": "243.23654.177" 99 99 }, 100 100 "rider": { 101 101 "update-channel": "Rider RELEASE", 102 102 "url-template": "https://download.jetbrains.com/rider/JetBrains.Rider-{version}.tar.gz", 103 - "version": "2024.3.3", 104 - "sha256": "3185826c0d85c06bf18c5ece3f5f9698acef006932b7a92b6cb190fd4d8e2807", 105 - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.3.tar.gz", 106 - "build_number": "243.22562.250" 103 + "version": "2024.3.4", 104 + "sha256": "8f63b8ae5be2834212b629a0d3f7d8a17c03154f069920dab8e24f61dbe5a4a5", 105 + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.4.tar.gz", 106 + "build_number": "243.23654.126" 107 107 }, 108 108 "ruby-mine": { 109 109 "update-channel": "RubyMine RELEASE", 110 110 "url-template": "https://download.jetbrains.com/ruby/RubyMine-{version}.tar.gz", 111 - "version": "2024.3.2", 112 - "sha256": "8c064b6119062ae568df795c45054cbdf608951e9c59957d95879fed7c30714e", 113 - "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2.tar.gz", 114 - "build_number": "243.23654.112" 111 + "version": "2024.3.2.1", 112 + "sha256": "94c68e534f420648316867470271d9a3111f3c2afa7fcde6a4e3986058b2cdd2", 113 + "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2.1.tar.gz", 114 + "build_number": "243.23654.167" 115 115 }, 116 116 "rust-rover": { 117 117 "update-channel": "RustRover RELEASE", 118 118 "url-template": "https://download.jetbrains.com/rustrover/RustRover-{version}.tar.gz", 119 - "version": "2024.3.3", 120 - "sha256": "abb5738327c0530c05be26b65abaead342e6aedb409b481dd537274d3dfd33f0", 121 - "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.3.tar.gz", 122 - "build_number": "243.23654.116" 119 + "version": "2024.3.4", 120 + "sha256": "1e7347b37a26715f5afdf101208342e6088d0d8421c9ee1661f48efb38cac8b4", 121 + "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.4.tar.gz", 122 + "build_number": "243.23654.180" 123 123 }, 124 124 "webstorm": { 125 125 "update-channel": "WebStorm RELEASE", 126 126 "url-template": "https://download.jetbrains.com/webstorm/WebStorm-{version}.tar.gz", 127 - "version": "2024.3.2", 128 - "sha256": "2e9054ae506e578cf89e4cea017d953c416281470a4a5728b157e43ac4888d4e", 129 - "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.tar.gz", 130 - "build_number": "243.23654.120" 127 + "version": "2024.3.2.1", 128 + "sha256": "9857bdcd2c05eb215e3974b4df2a5a9b0fc8c1df929d31c9c9dae4c87496de60", 129 + "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.1.tar.gz", 130 + "build_number": "243.23654.157" 131 131 }, 132 132 "writerside": { 133 133 "update-channel": "Writerside EAP", ··· 142 142 "aqua": { 143 143 "update-channel": "Aqua RELEASE", 144 144 "url-template": "https://download.jetbrains.com/aqua/aqua-{version}-aarch64.tar.gz", 145 - "version": "2024.3.1", 146 - "sha256": "4895ad44a456f56121cc4e78be45b6a4ccae8080ab7251cd434304465d01f7c4", 147 - "url": "https://download.jetbrains.com/aqua/aqua-2024.3.1-aarch64.tar.gz", 148 - "build_number": "243.22562.238" 145 + "version": "2024.3.2", 146 + "sha256": "d2a3c781756a83ccea63dc6d9aebf85f819de1edb5bcd4e5a1a161eaa0779c84", 147 + "url": "https://download.jetbrains.com/aqua/aqua-2024.3.2-aarch64.tar.gz", 148 + "build_number": "243.23654.154" 149 149 }, 150 150 "clion": { 151 151 "update-channel": "CLion RELEASE", ··· 174 174 "gateway": { 175 175 "update-channel": "Gateway RELEASE", 176 176 "url-template": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-{version}-aarch64.tar.gz", 177 - "version": "2024.3.1.1", 178 - "sha256": "d5481582f8448659a293bc101b9ce2355368c60ab5a18370d4ba09a2eeebf458", 179 - "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.1.1-aarch64.tar.gz", 180 - "build_number": "243.22562.252" 177 + "version": "2024.3.2", 178 + "sha256": "8f8dafbd75fe134235053d58b495dc017e8c9399976613b08b4c724579847f71", 179 + "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.2-aarch64.tar.gz", 180 + "build_number": "243.23654.132" 181 181 }, 182 182 "goland": { 183 183 "update-channel": "GoLand RELEASE", 184 184 "url-template": "https://download.jetbrains.com/go/goland-{version}-aarch64.tar.gz", 185 - "version": "2024.3.2", 186 - "sha256": "46a83f45cbc7193483d19cacd79ab310adb7b88af859903c2dc7713835d53f6c", 187 - "url": "https://download.jetbrains.com/go/goland-2024.3.2-aarch64.tar.gz", 188 - "build_number": "243.23654.119" 185 + "version": "2024.3.2.1", 186 + "sha256": "4738ad9275c9a08c4a1e5bec7432a5338eeb4c02662179d1c6e9efa9226277a1", 187 + "url": "https://download.jetbrains.com/go/goland-2024.3.2.1-aarch64.tar.gz", 188 + "build_number": "243.23654.166" 189 189 }, 190 190 "idea-community": { 191 191 "update-channel": "IntelliJ IDEA RELEASE", 192 192 "url-template": "https://download.jetbrains.com/idea/ideaIC-{version}-aarch64.tar.gz", 193 - "version": "2024.3.2", 194 - "sha256": "0135027b97fcabd8f9e31d34cd2444323c63c894ef3f8c6eaf734fbecb8694ef", 195 - "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2-aarch64.tar.gz", 196 - "build_number": "243.23654.117" 193 + "version": "2024.3.2.2", 194 + "sha256": "ffdf4a5bdf8ba88c7afdbcd777aee7ce4113af016f0a671fa8a7fe6703734c7f", 195 + "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.2-aarch64.tar.gz", 196 + "build_number": "243.23654.189" 197 197 }, 198 198 "idea-ultimate": { 199 199 "update-channel": "IntelliJ IDEA RELEASE", 200 200 "url-template": "https://download.jetbrains.com/idea/ideaIU-{version}-aarch64.tar.gz", 201 - "version": "2024.3.2", 202 - "sha256": "d41082d25ec1639d399a5cbbabf29afa8082d6eddff8b24e56107f159dbe85b4", 203 - "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2-aarch64.tar.gz", 204 - "build_number": "243.23654.117" 201 + "version": "2024.3.2.2", 202 + "sha256": "1e279d974b0134bdfc2cfb2ab8f46576c3372e5fa868e5c6a6e40916b9144f6c", 203 + "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2.2-aarch64.tar.gz", 204 + "build_number": "243.23654.189" 205 205 }, 206 206 "mps": { 207 207 "update-channel": "MPS RELEASE", 208 208 "url-template": "https://download.jetbrains.com/mps/{versionMajorMinor}/MPS-{version}.tar.gz", 209 - "version": "2024.1.1", 210 - "sha256": "008fc1c27002d7cd247f72cf5045b46cad35a0117e120565f4cce2311509be22", 211 - "url": "https://download.jetbrains.com/mps/2024.1/MPS-2024.1.1.tar.gz", 212 - "build_number": "241.19072.1155" 209 + "version": "2024.3", 210 + "sha256": "449048a9cdb944d4c3addf8156545c363be237ceb2b6f8516d72cb53eb00a37c", 211 + "url": "https://download.jetbrains.com/mps/2024.3/MPS-2024.3.tar.gz", 212 + "build_number": "243.21565.447" 213 213 }, 214 214 "phpstorm": { 215 215 "update-channel": "PhpStorm RELEASE", 216 216 "url-template": "https://download.jetbrains.com/webide/PhpStorm-{version}-aarch64.tar.gz", 217 - "version": "2024.3.2", 218 - "sha256": "b01643f20e9db333baa5204f8e0cf7da2eb952ca9e5a526290daf8cb4b14b74f", 219 - "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2-aarch64.tar.gz", 220 - "build_number": "243.23654.115", 217 + "version": "2024.3.2.1", 218 + "sha256": "637edd1410045c6c42d54909c4548dbd82fc02d809401d817606efc7e1afe4bd", 219 + "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2.1-aarch64.tar.gz", 220 + "build_number": "243.23654.168", 221 221 "version-major-minor": "2022.3" 222 222 }, 223 223 "pycharm-community": { 224 224 "update-channel": "PyCharm RELEASE", 225 225 "url-template": "https://download.jetbrains.com/python/pycharm-community-{version}-aarch64.tar.gz", 226 - "version": "2024.3.1.1", 227 - "sha256": "cbc36953b6943e70468e1908bef9adddc2a9597124e5d794f294095888b0914c", 228 - "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.1.1-aarch64.tar.gz", 229 - "build_number": "243.22562.220" 226 + "version": "2024.3.2", 227 + "sha256": "9fff53f58d2ba25b076725e9087ee4c2e0d550b5358137e435d9224f7b5dda45", 228 + "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.2-aarch64.tar.gz", 229 + "build_number": "243.23654.177" 230 230 }, 231 231 "pycharm-professional": { 232 232 "update-channel": "PyCharm RELEASE", 233 233 "url-template": "https://download.jetbrains.com/python/pycharm-professional-{version}-aarch64.tar.gz", 234 - "version": "2024.3.1.1", 235 - "sha256": "a301f7316b17ace60c9e765f50ae0987262e99da3feb222c9abf761fda10cff3", 236 - "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.1.1-aarch64.tar.gz", 237 - "build_number": "243.22562.220" 234 + "version": "2024.3.2", 235 + "sha256": "7e7a4ebe5e78414695c3701eecf7e170a0574b2ca511a545594efa2587ea1a47", 236 + "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.2-aarch64.tar.gz", 237 + "build_number": "243.23654.177" 238 238 }, 239 239 "rider": { 240 240 "update-channel": "Rider RELEASE", 241 241 "url-template": "https://download.jetbrains.com/rider/JetBrains.Rider-{version}-aarch64.tar.gz", 242 - "version": "2024.3.3", 243 - "sha256": "8ca14eeae6a9164da955f9e292dda788bda53a031c24ef6c2fab505e3e2f175b", 244 - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.3-aarch64.tar.gz", 245 - "build_number": "243.22562.250" 242 + "version": "2024.3.4", 243 + "sha256": "11107efdd6d15965817709d283362f0b0c522ffdc4f8175e85180bf9b0451443", 244 + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.4-aarch64.tar.gz", 245 + "build_number": "243.23654.126" 246 246 }, 247 247 "ruby-mine": { 248 248 "update-channel": "RubyMine RELEASE", 249 249 "url-template": "https://download.jetbrains.com/ruby/RubyMine-{version}-aarch64.tar.gz", 250 - "version": "2024.3.2", 251 - "sha256": "8d6981e056bfded160b2a14d81aaa3ca45d1b102a9f58c11578389988c8c6441", 252 - "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2-aarch64.tar.gz", 253 - "build_number": "243.23654.112" 250 + "version": "2024.3.2.1", 251 + "sha256": "eacd0a8b9c8e5445bc52bac7094667b6d9f1973d951ae47878ced4af97c95a0b", 252 + "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2.1-aarch64.tar.gz", 253 + "build_number": "243.23654.167" 254 254 }, 255 255 "rust-rover": { 256 256 "update-channel": "RustRover RELEASE", 257 257 "url-template": "https://download.jetbrains.com/rustrover/RustRover-{version}-aarch64.tar.gz", 258 - "version": "2024.3.3", 259 - "sha256": "7e002489c7167f39744d746127dc7a3f06d5cfbf9d63aa6a2835b0a80a261155", 260 - "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.3-aarch64.tar.gz", 261 - "build_number": "243.23654.116" 258 + "version": "2024.3.4", 259 + "sha256": "a1b3626907930d32f256d14598e1013ce6999fae28a61f71013be2a7e7c52a1d", 260 + "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.4-aarch64.tar.gz", 261 + "build_number": "243.23654.180" 262 262 }, 263 263 "webstorm": { 264 264 "update-channel": "WebStorm RELEASE", 265 265 "url-template": "https://download.jetbrains.com/webstorm/WebStorm-{version}-aarch64.tar.gz", 266 - "version": "2024.3.2", 267 - "sha256": "9914fe6e6b5f0a7e87c9628fdf70b5083b68ec14b8873ad6847e4ea8e8c80a96", 268 - "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2-aarch64.tar.gz", 269 - "build_number": "243.23654.120" 266 + "version": "2024.3.2.1", 267 + "sha256": "82ba3c43848e8a16ce2b9c4df4d8b3e8717e42b46328cebdcf09a51545b6a24e", 268 + "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.1-aarch64.tar.gz", 269 + "build_number": "243.23654.157" 270 270 }, 271 271 "writerside": { 272 272 "update-channel": "Writerside EAP", ··· 281 281 "aqua": { 282 282 "update-channel": "Aqua RELEASE", 283 283 "url-template": "https://download.jetbrains.com/aqua/aqua-{version}.dmg", 284 - "version": "2024.3.1", 285 - "sha256": "2efd04de1b67a394529fb154e63c58e34654af42a5fb12b5989ab8d5a784483b", 286 - "url": "https://download.jetbrains.com/aqua/aqua-2024.3.1.dmg", 287 - "build_number": "243.22562.238" 284 + "version": "2024.3.2", 285 + "sha256": "423d492e9849beb7edbbd1771650a04e8df9f469bf1789b41bc5878c84cee393", 286 + "url": "https://download.jetbrains.com/aqua/aqua-2024.3.2.dmg", 287 + "build_number": "243.23654.154" 288 288 }, 289 289 "clion": { 290 290 "update-channel": "CLion RELEASE", ··· 313 313 "gateway": { 314 314 "update-channel": "Gateway RELEASE", 315 315 "url-template": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-{version}.dmg", 316 - "version": "2024.3.1.1", 317 - "sha256": "f31962a284ec68e175d6f5678c0e4fe33c0948514f92673bb7989b38c3622951", 318 - "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.1.1.dmg", 319 - "build_number": "243.22562.252" 316 + "version": "2024.3.2", 317 + "sha256": "6c3e4d0bb7b93e522be59c00243589e571d7575ae71678fa807645ea00a9dcae", 318 + "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.2.dmg", 319 + "build_number": "243.23654.132" 320 320 }, 321 321 "goland": { 322 322 "update-channel": "GoLand RELEASE", 323 323 "url-template": "https://download.jetbrains.com/go/goland-{version}.dmg", 324 - "version": "2024.3.2", 325 - "sha256": "a8a0567d571f5bb94fe48cba6035db054f07db87c353765c823c90cb2f9783a1", 326 - "url": "https://download.jetbrains.com/go/goland-2024.3.2.dmg", 327 - "build_number": "243.23654.119" 324 + "version": "2024.3.2.1", 325 + "sha256": "694feba07f9ded15403971396d54c94bb7e306f1d6c37a995c83d229c73218dc", 326 + "url": "https://download.jetbrains.com/go/goland-2024.3.2.1.dmg", 327 + "build_number": "243.23654.166" 328 328 }, 329 329 "idea-community": { 330 330 "update-channel": "IntelliJ IDEA RELEASE", 331 331 "url-template": "https://download.jetbrains.com/idea/ideaIC-{version}.dmg", 332 - "version": "2024.3.2", 333 - "sha256": "d60b7148d6d0da8d3bf1d43282d282d41ea8d7b3443d8173d4dd1e692c44ce9a", 334 - "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.dmg", 335 - "build_number": "243.23654.117" 332 + "version": "2024.3.2.2", 333 + "sha256": "7a537dc57f88657bda1efc1d9c0ad86b3defa2c232b0cf678779ac6fcf90efa7", 334 + "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.2.dmg", 335 + "build_number": "243.23654.189" 336 336 }, 337 337 "idea-ultimate": { 338 338 "update-channel": "IntelliJ IDEA RELEASE", 339 339 "url-template": "https://download.jetbrains.com/idea/ideaIU-{version}.dmg", 340 - "version": "2024.3.2", 341 - "sha256": "eaa4fc6f6aecdf023965d76f391fa5d438193d1f2fe42d6a8c2cffab7599c22b", 342 - "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2.dmg", 343 - "build_number": "243.23654.117" 340 + "version": "2024.3.2.2", 341 + "sha256": "acedea9b54e3de575aa7679d478731d681d99b6b448230cf0c99e0b7c0cc8754", 342 + "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2.2.dmg", 343 + "build_number": "243.23654.189" 344 344 }, 345 345 "mps": { 346 346 "update-channel": "MPS RELEASE", 347 347 "url-template": "https://download.jetbrains.com/mps/{versionMajorMinor}/MPS-{version}-macos.dmg", 348 - "version": "2024.1.1", 349 - "sha256": "85f936a8d4a610b0232f5716f364cfae6edac5322fd40714c07e9ffabb11e85a", 350 - "url": "https://download.jetbrains.com/mps/2024.1/MPS-2024.1.1-macos.dmg", 351 - "build_number": "241.19072.1155" 348 + "version": "2024.3", 349 + "sha256": "a5476c8aa604f3c37c192a5301eebf1c33d2ae733be018f485f3bf48d2a52366", 350 + "url": "https://download.jetbrains.com/mps/2024.3/MPS-2024.3-macos.dmg", 351 + "build_number": "243.21565.447" 352 352 }, 353 353 "phpstorm": { 354 354 "update-channel": "PhpStorm RELEASE", 355 355 "url-template": "https://download.jetbrains.com/webide/PhpStorm-{version}.dmg", 356 - "version": "2024.3.2", 357 - "sha256": "df4b63e60d22a63d75f1780dc1354b570982eca6d4462ced232c2492a158d520", 358 - "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2.dmg", 359 - "build_number": "243.23654.115", 356 + "version": "2024.3.2.1", 357 + "sha256": "d0eb3ee21d3c79cc262e0186b70c52a8d887100881b2691537744b97656ed187", 358 + "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2.1.dmg", 359 + "build_number": "243.23654.168", 360 360 "version-major-minor": "2022.3" 361 361 }, 362 362 "pycharm-community": { 363 363 "update-channel": "PyCharm RELEASE", 364 364 "url-template": "https://download.jetbrains.com/python/pycharm-community-{version}.dmg", 365 - "version": "2024.3.1.1", 366 - "sha256": "72cf007a2f5505544b821c97b34f61f6195f32beaf3bfd032370ee7f03cb5046", 367 - "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.1.1.dmg", 368 - "build_number": "243.22562.220" 365 + "version": "2024.3.2", 366 + "sha256": "7244a81461290b1e555e5de9e00ddfad18ece5d31383a6539e0feaa1a734b233", 367 + "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.2.dmg", 368 + "build_number": "243.23654.177" 369 369 }, 370 370 "pycharm-professional": { 371 371 "update-channel": "PyCharm RELEASE", 372 372 "url-template": "https://download.jetbrains.com/python/pycharm-professional-{version}.dmg", 373 - "version": "2024.3.1.1", 374 - "sha256": "d0329b017d21c25426f625c31fb9e193b9dc0be17150675c1010d3bfd27f2ca2", 375 - "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.1.1.dmg", 376 - "build_number": "243.22562.220" 373 + "version": "2024.3.2", 374 + "sha256": "71544961bab32d6dd3af554bc2af0af59e9f748fc0a7a87d6026d5aebf3a6105", 375 + "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.2.dmg", 376 + "build_number": "243.23654.177" 377 377 }, 378 378 "rider": { 379 379 "update-channel": "Rider RELEASE", 380 380 "url-template": "https://download.jetbrains.com/rider/JetBrains.Rider-{version}.dmg", 381 - "version": "2024.3.3", 382 - "sha256": "55e851ef7dcfde75bc8e81a9650577ffa2b3c1fed4f49c529b5bac766e8e734e", 383 - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.3.dmg", 384 - "build_number": "243.22562.250" 381 + "version": "2024.3.4", 382 + "sha256": "7a8be161e0574cbe699b82f5bf0bd74de8d13b9ff8851f620f90c4c301469680", 383 + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.4.dmg", 384 + "build_number": "243.23654.126" 385 385 }, 386 386 "ruby-mine": { 387 387 "update-channel": "RubyMine RELEASE", 388 388 "url-template": "https://download.jetbrains.com/ruby/RubyMine-{version}.dmg", 389 - "version": "2024.3.2", 390 - "sha256": "a70feb35207706d25d5da7357f4e3ac0d8af63c43e6bbe0d350681745586dd2e", 391 - "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2.dmg", 392 - "build_number": "243.23654.112" 389 + "version": "2024.3.2.1", 390 + "sha256": "93b58637964adbb7b8be9f69f64546cdf66420c3f4b9ef8548a0a3cf6c80b9c7", 391 + "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2.1.dmg", 392 + "build_number": "243.23654.167" 393 393 }, 394 394 "rust-rover": { 395 395 "update-channel": "RustRover RELEASE", 396 396 "url-template": "https://download.jetbrains.com/rustrover/RustRover-{version}.dmg", 397 - "version": "2024.3.3", 398 - "sha256": "b33400542422d7b3a0206014347de2e7a299c76b49ebf8aa8c8728f2a995309c", 399 - "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.3.dmg", 400 - "build_number": "243.23654.116" 397 + "version": "2024.3.4", 398 + "sha256": "8a883cc59218904bdc21facf08719e4afb5f8d4c160742bf242d6dba1a35ae57", 399 + "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.4.dmg", 400 + "build_number": "243.23654.180" 401 401 }, 402 402 "webstorm": { 403 403 "update-channel": "WebStorm RELEASE", 404 404 "url-template": "https://download.jetbrains.com/webstorm/WebStorm-{version}.dmg", 405 - "version": "2024.3.2", 406 - "sha256": "c95225ad78b1109feccf539c9005aa3ddf1388459a3af0fa49571f5643591dbd", 407 - "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.dmg", 408 - "build_number": "243.23654.120" 405 + "version": "2024.3.2.1", 406 + "sha256": "89a4fc730cdba15d09146d15e9f7fededef2f9ef10a748a386aaddaeb56cbe27", 407 + "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.1.dmg", 408 + "build_number": "243.23654.157" 409 409 }, 410 410 "writerside": { 411 411 "update-channel": "Writerside EAP", ··· 420 420 "aqua": { 421 421 "update-channel": "Aqua RELEASE", 422 422 "url-template": "https://download.jetbrains.com/aqua/aqua-{version}-aarch64.dmg", 423 - "version": "2024.3.1", 424 - "sha256": "ee6ae8231315aff5908d240449be182c9bab58a09ec03bc3afb302b7d7e597d2", 425 - "url": "https://download.jetbrains.com/aqua/aqua-2024.3.1-aarch64.dmg", 426 - "build_number": "243.22562.238" 423 + "version": "2024.3.2", 424 + "sha256": "43974cdbbb71aaf5bfcfaf2cfd0e69e9920dda3973e64671936c1d52b267494d", 425 + "url": "https://download.jetbrains.com/aqua/aqua-2024.3.2-aarch64.dmg", 426 + "build_number": "243.23654.154" 427 427 }, 428 428 "clion": { 429 429 "update-channel": "CLion RELEASE", ··· 452 452 "gateway": { 453 453 "update-channel": "Gateway RELEASE", 454 454 "url-template": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-{version}-aarch64.dmg", 455 - "version": "2024.3.1.1", 456 - "sha256": "f4ff084d4054f75d3b10110b2abaddecbac30204d80c39dcb7a5925f2278c41a", 457 - "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.1.1-aarch64.dmg", 458 - "build_number": "243.22562.252" 455 + "version": "2024.3.2", 456 + "sha256": "a8a36e25cf011941156344bc6b6f7f6b6de8e6905a2ad0c3d8106dda6b40342f", 457 + "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3.2-aarch64.dmg", 458 + "build_number": "243.23654.132" 459 459 }, 460 460 "goland": { 461 461 "update-channel": "GoLand RELEASE", 462 462 "url-template": "https://download.jetbrains.com/go/goland-{version}-aarch64.dmg", 463 - "version": "2024.3.2", 464 - "sha256": "75579b5b6815d3f365c72b18d0455eb8402ae0a53d714e2776a75716383d402e", 465 - "url": "https://download.jetbrains.com/go/goland-2024.3.2-aarch64.dmg", 466 - "build_number": "243.23654.119" 463 + "version": "2024.3.2.1", 464 + "sha256": "d93f3bd0ca598f37032110275336c98c5aa46ef566e51e2d290b986416e4bd7a", 465 + "url": "https://download.jetbrains.com/go/goland-2024.3.2.1-aarch64.dmg", 466 + "build_number": "243.23654.166" 467 467 }, 468 468 "idea-community": { 469 469 "update-channel": "IntelliJ IDEA RELEASE", 470 470 "url-template": "https://download.jetbrains.com/idea/ideaIC-{version}-aarch64.dmg", 471 - "version": "2024.3.2", 472 - "sha256": "1cc440d163460d345aa31ccb9ca9309218f4f887ceddcd8eddf96d09b0218250", 473 - "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2-aarch64.dmg", 474 - "build_number": "243.23654.117" 471 + "version": "2024.3.2.2", 472 + "sha256": "8a0435dabe4ff169430b46d119afcaa053b8d7d8d5d6a666e56292f6d470a2c7", 473 + "url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.2-aarch64.dmg", 474 + "build_number": "243.23654.189" 475 475 }, 476 476 "idea-ultimate": { 477 477 "update-channel": "IntelliJ IDEA RELEASE", 478 478 "url-template": "https://download.jetbrains.com/idea/ideaIU-{version}-aarch64.dmg", 479 - "version": "2024.3.2", 480 - "sha256": "60c96ca67507f811d66ac1fa42a2a93d3310c4457f32689a6e10d0a04e6bc34a", 481 - "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2-aarch64.dmg", 482 - "build_number": "243.23654.117" 479 + "version": "2024.3.2.2", 480 + "sha256": "da5e9c6ea95d1709e1602efeb5736d8daf2c5d108c9e04e544eb30bd6c2dac11", 481 + "url": "https://download.jetbrains.com/idea/ideaIU-2024.3.2.2-aarch64.dmg", 482 + "build_number": "243.23654.189" 483 483 }, 484 484 "mps": { 485 485 "update-channel": "MPS RELEASE", 486 486 "url-template": "https://download.jetbrains.com/mps/{versionMajorMinor}/MPS-{version}-macos-aarch64.dmg", 487 - "version": "2024.1.1", 488 - "url": "https://download.jetbrains.com/mps/2024.1/MPS-2024.1.1-macos-aarch64.dmg", 489 - "sha256": "381b6c527f444ca2ea652054e172afee2096c29ad445cec7fa7fe6432cb41bea", 490 - "build_number": "241.19072.1155" 487 + "version": "2024.3", 488 + "url": "https://download.jetbrains.com/mps/2024.3/MPS-2024.3-macos-aarch64.dmg", 489 + "sha256": "9c7118db757ba4fa7b6725efa5b006f4e6db47ca2b2948a92e43c435329c9c79", 490 + "build_number": "243.21565.447" 491 491 }, 492 492 "phpstorm": { 493 493 "update-channel": "PhpStorm RELEASE", 494 494 "url-template": "https://download.jetbrains.com/webide/PhpStorm-{version}-aarch64.dmg", 495 - "version": "2024.3.2", 496 - "sha256": "0fcec802f70143b926db9ce7700331dadf85063ea310cbb0360bc7428ec385bf", 497 - "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2-aarch64.dmg", 498 - "build_number": "243.23654.115", 495 + "version": "2024.3.2.1", 496 + "sha256": "42d0243042485928bc2a3c390e78d7de721c8a54b388e5ae8cff0d8982aaa521", 497 + "url": "https://download.jetbrains.com/webide/PhpStorm-2024.3.2.1-aarch64.dmg", 498 + "build_number": "243.23654.168", 499 499 "version-major-minor": "2022.3" 500 500 }, 501 501 "pycharm-community": { 502 502 "update-channel": "PyCharm RELEASE", 503 503 "url-template": "https://download.jetbrains.com/python/pycharm-community-{version}-aarch64.dmg", 504 - "version": "2024.3.1.1", 505 - "sha256": "ad894fdd3f56260afde718bf8f8dd342780e5a5ecfdbf3c66772a4e1562376fe", 506 - "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.1.1-aarch64.dmg", 507 - "build_number": "243.22562.220" 504 + "version": "2024.3.2", 505 + "sha256": "855440e5a38705d8cd1d0d6b5d3fe4817fdfde62fd1bc934c51de16cd6227ba9", 506 + "url": "https://download.jetbrains.com/python/pycharm-community-2024.3.2-aarch64.dmg", 507 + "build_number": "243.23654.177" 508 508 }, 509 509 "pycharm-professional": { 510 510 "update-channel": "PyCharm RELEASE", 511 511 "url-template": "https://download.jetbrains.com/python/pycharm-professional-{version}-aarch64.dmg", 512 - "version": "2024.3.1.1", 513 - "sha256": "b2afcf6bb9a9a2fb6c516815ce08073429ea506f44c7cafa9503c59da310caae", 514 - "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.1.1-aarch64.dmg", 515 - "build_number": "243.22562.220" 512 + "version": "2024.3.2", 513 + "sha256": "793c9c03a6c4d3c6446a0f068a5d8e0fd3611e096aabc04918ae0daf739c134d", 514 + "url": "https://download.jetbrains.com/python/pycharm-professional-2024.3.2-aarch64.dmg", 515 + "build_number": "243.23654.177" 516 516 }, 517 517 "rider": { 518 518 "update-channel": "Rider RELEASE", 519 519 "url-template": "https://download.jetbrains.com/rider/JetBrains.Rider-{version}-aarch64.dmg", 520 - "version": "2024.3.3", 521 - "sha256": "139f8444b48c89745216616bc7a263259a95105892233651fb08b14cc18953a1", 522 - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.3-aarch64.dmg", 523 - "build_number": "243.22562.250" 520 + "version": "2024.3.4", 521 + "sha256": "6d0439fb5ce9364ceab5b839aafd1f904ccda99483b4e8f3d41ffbcb8469afe7", 522 + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.4-aarch64.dmg", 523 + "build_number": "243.23654.126" 524 524 }, 525 525 "ruby-mine": { 526 526 "update-channel": "RubyMine RELEASE", 527 527 "url-template": "https://download.jetbrains.com/ruby/RubyMine-{version}-aarch64.dmg", 528 - "version": "2024.3.2", 529 - "sha256": "c2285b17539f77667897dc2534182f0d9f1e8f8cd48c970f1ea9fa37b38704ce", 530 - "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2-aarch64.dmg", 531 - "build_number": "243.23654.112" 528 + "version": "2024.3.2.1", 529 + "sha256": "68235be97430c0e2e18b7bdc997604b63c092fa9f0e6529f11d488c44167fb51", 530 + "url": "https://download.jetbrains.com/ruby/RubyMine-2024.3.2.1-aarch64.dmg", 531 + "build_number": "243.23654.167" 532 532 }, 533 533 "rust-rover": { 534 534 "update-channel": "RustRover RELEASE", 535 535 "url-template": "https://download.jetbrains.com/rustrover/RustRover-{version}-aarch64.dmg", 536 - "version": "2024.3.3", 537 - "sha256": "0777399d545ff01a4c65fde3eaa7917556b60d1cc474a29dc68bb20fcf717575", 538 - "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.3-aarch64.dmg", 539 - "build_number": "243.23654.116" 536 + "version": "2024.3.4", 537 + "sha256": "32687e28d478ec052444578c4625d441265896e3e297c46b5474d2050663ad37", 538 + "url": "https://download.jetbrains.com/rustrover/RustRover-2024.3.4-aarch64.dmg", 539 + "build_number": "243.23654.180" 540 540 }, 541 541 "webstorm": { 542 542 "update-channel": "WebStorm RELEASE", 543 543 "url-template": "https://download.jetbrains.com/webstorm/WebStorm-{version}-aarch64.dmg", 544 - "version": "2024.3.2", 545 - "sha256": "de4ac18cf6002b7540a9fe3ec5c774cd4cf4021bf57893164e38971ec1efc2b4", 546 - "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2-aarch64.dmg", 547 - "build_number": "243.23654.120" 544 + "version": "2024.3.2.1", 545 + "sha256": "cc69e6ec0ecf8ecfae47afd17240637a89da8a51a3f77698bd08c611b8d1a9e8", 546 + "url": "https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.1-aarch64.dmg", 547 + "build_number": "243.23654.157" 548 548 }, 549 549 "writerside": { 550 550 "update-channel": "Writerside EAP",
+219 -202
pkgs/applications/editors/jetbrains/plugins/plugins.json
··· 17 17 "webstorm" 18 18 ], 19 19 "builds": { 20 - "241.19072.1155": "https://plugins.jetbrains.com/files/164/590339/IdeaVIM-2.16.0.zip", 20 + "243.21565.447": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 21 21 "243.22562.218": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 22 22 "243.22562.220": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 23 - "243.22562.250": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 24 - "243.23654.112": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 25 23 "243.23654.114": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 26 - "243.23654.115": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 27 - "243.23654.116": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 28 - "243.23654.117": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 29 - "243.23654.119": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 30 - "243.23654.120": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 24 + "243.23654.126": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 25 + "243.23654.157": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 26 + "243.23654.166": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 27 + "243.23654.167": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 28 + "243.23654.168": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 29 + "243.23654.177": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 30 + "243.23654.180": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 31 + "243.23654.189": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip", 31 32 "243.23654.19": "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip" 32 33 }, 33 34 "name": "ideavim" ··· 37 38 "idea-ultimate" 38 39 ], 39 40 "builds": { 40 - "243.23654.117": "https://plugins.jetbrains.com/files/631/666772/python-243.23654.117.zip" 41 + "243.23654.189": "https://plugins.jetbrains.com/files/631/673131/python-243.23654.189.zip" 41 42 }, 42 43 "name": "python" 43 44 }, ··· 48 49 ], 49 50 "builds": { 50 51 "243.22562.218": "https://plugins.jetbrains.com/files/1347/667258/scala-intellij-bin-2024.3.35.zip", 51 - "243.23654.117": "https://plugins.jetbrains.com/files/1347/667258/scala-intellij-bin-2024.3.35.zip" 52 + "243.23654.189": "https://plugins.jetbrains.com/files/1347/667258/scala-intellij-bin-2024.3.35.zip" 52 53 }, 53 54 "name": "scala" 54 55 }, ··· 69 70 "webstorm" 70 71 ], 71 72 "builds": { 72 - "241.19072.1155": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 73 + "243.21565.447": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 73 74 "243.22562.218": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 74 75 "243.22562.220": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 75 - "243.22562.250": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 76 - "243.23654.112": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 77 76 "243.23654.114": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 78 - "243.23654.115": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 79 - "243.23654.116": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 80 - "243.23654.117": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 81 - "243.23654.119": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 82 - "243.23654.120": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 77 + "243.23654.126": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 78 + "243.23654.157": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 79 + "243.23654.166": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 80 + "243.23654.167": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 81 + "243.23654.168": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 82 + "243.23654.177": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 83 + "243.23654.180": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 84 + "243.23654.189": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip", 83 85 "243.23654.19": "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip" 84 86 }, 85 87 "name": "string-manipulation" ··· 101 103 "webstorm" 102 104 ], 103 105 "builds": { 104 - "241.19072.1155": null, 106 + "243.21565.447": null, 105 107 "243.22562.218": null, 106 108 "243.22562.220": null, 107 - "243.22562.250": null, 108 - "243.23654.112": null, 109 109 "243.23654.114": null, 110 - "243.23654.115": null, 111 - "243.23654.116": null, 112 - "243.23654.117": null, 113 - "243.23654.119": null, 114 - "243.23654.120": null, 110 + "243.23654.126": null, 111 + "243.23654.157": null, 112 + "243.23654.166": null, 113 + "243.23654.167": null, 114 + "243.23654.168": null, 115 + "243.23654.177": null, 116 + "243.23654.180": null, 117 + "243.23654.189": null, 115 118 "243.23654.19": null 116 119 }, 117 120 "name": "kotlin" ··· 133 136 "webstorm" 134 137 ], 135 138 "builds": { 136 - "241.19072.1155": null, 139 + "243.21565.447": "https://plugins.jetbrains.com/files/6981/633889/ini-243.21565.208.zip", 137 140 "243.22562.218": "https://plugins.jetbrains.com/files/6981/654905/ini-243.22562.236.zip", 138 141 "243.22562.220": "https://plugins.jetbrains.com/files/6981/654905/ini-243.22562.236.zip", 139 - "243.22562.250": "https://plugins.jetbrains.com/files/6981/654905/ini-243.22562.236.zip", 140 - "243.23654.112": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip", 141 - "243.23654.114": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip", 142 - "243.23654.115": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip", 143 - "243.23654.116": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip", 144 - "243.23654.117": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip", 145 - "243.23654.119": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip", 146 - "243.23654.120": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip", 147 - "243.23654.19": "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip" 142 + "243.23654.114": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 143 + "243.23654.126": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 144 + "243.23654.157": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 145 + "243.23654.166": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 146 + "243.23654.167": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 147 + "243.23654.168": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 148 + "243.23654.177": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 149 + "243.23654.180": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 150 + "243.23654.189": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip", 151 + "243.23654.19": "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip" 148 152 }, 149 153 "name": "ini" 150 154 }, ··· 165 169 "webstorm" 166 170 ], 167 171 "builds": { 168 - "241.19072.1155": "https://plugins.jetbrains.com/files/7086/610924/AceJump.zip", 172 + "243.21565.447": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 169 173 "243.22562.218": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 170 174 "243.22562.220": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 171 - "243.22562.250": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 172 - "243.23654.112": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 173 175 "243.23654.114": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 174 - "243.23654.115": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 175 - "243.23654.116": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 176 - "243.23654.117": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 177 - "243.23654.119": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 178 - "243.23654.120": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 176 + "243.23654.126": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 177 + "243.23654.157": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 178 + "243.23654.166": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 179 + "243.23654.167": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 180 + "243.23654.168": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 181 + "243.23654.177": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 182 + "243.23654.180": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 183 + "243.23654.189": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip", 179 184 "243.23654.19": "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip" 180 185 }, 181 186 "name": "acejump" ··· 186 191 "phpstorm" 187 192 ], 188 193 "builds": { 189 - "243.23654.115": "https://plugins.jetbrains.com/files/7219/605730/Symfony_Plugin-2024.1.276.zip", 190 - "243.23654.117": "https://plugins.jetbrains.com/files/7219/605730/Symfony_Plugin-2024.1.276.zip" 194 + "243.23654.168": "https://plugins.jetbrains.com/files/7219/605730/Symfony_Plugin-2024.1.276.zip", 195 + "243.23654.189": "https://plugins.jetbrains.com/files/7219/605730/Symfony_Plugin-2024.1.276.zip" 191 196 }, 192 197 "name": "symfony-support" 193 198 }, ··· 197 202 "phpstorm" 198 203 ], 199 204 "builds": { 200 - "243.23654.115": "https://plugins.jetbrains.com/files/7320/630497/PHP_Annotations-11.1.1.zip", 201 - "243.23654.117": "https://plugins.jetbrains.com/files/7320/630497/PHP_Annotations-11.1.1.zip" 205 + "243.23654.168": "https://plugins.jetbrains.com/files/7320/630497/PHP_Annotations-11.1.1.zip", 206 + "243.23654.189": "https://plugins.jetbrains.com/files/7320/630497/PHP_Annotations-11.1.1.zip" 202 207 }, 203 208 "name": "php-annotations" 204 209 }, ··· 217 222 "builds": { 218 223 "243.22562.218": "https://plugins.jetbrains.com/files/7322/646590/python-ce-243.22562.145.zip", 219 224 "243.22562.220": "https://plugins.jetbrains.com/files/7322/646590/python-ce-243.22562.145.zip", 220 - "243.22562.250": "https://plugins.jetbrains.com/files/7322/646590/python-ce-243.22562.145.zip", 221 - "243.23654.114": "https://plugins.jetbrains.com/files/7322/666773/python-ce-243.23654.117.zip", 222 - "243.23654.116": "https://plugins.jetbrains.com/files/7322/666773/python-ce-243.23654.117.zip", 223 - "243.23654.117": "https://plugins.jetbrains.com/files/7322/666773/python-ce-243.23654.117.zip", 224 - "243.23654.119": "https://plugins.jetbrains.com/files/7322/666773/python-ce-243.23654.117.zip", 225 - "243.23654.120": "https://plugins.jetbrains.com/files/7322/666773/python-ce-243.23654.117.zip", 226 - "243.23654.19": "https://plugins.jetbrains.com/files/7322/666773/python-ce-243.23654.117.zip" 225 + "243.23654.114": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip", 226 + "243.23654.126": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip", 227 + "243.23654.157": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip", 228 + "243.23654.166": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip", 229 + "243.23654.177": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip", 230 + "243.23654.180": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip", 231 + "243.23654.189": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip", 232 + "243.23654.19": "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip" 227 233 }, 228 234 "name": "python-community-edition" 229 235 }, ··· 244 250 "webstorm" 245 251 ], 246 252 "builds": { 247 - "241.19072.1155": "https://plugins.jetbrains.com/files/7391/561441/asciidoctor-intellij-plugin-0.42.2.zip", 253 + "243.21565.447": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 248 254 "243.22562.218": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 249 255 "243.22562.220": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 250 - "243.22562.250": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 251 - "243.23654.112": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 252 256 "243.23654.114": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 253 - "243.23654.115": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 254 - "243.23654.116": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 255 - "243.23654.117": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 256 - "243.23654.119": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 257 - "243.23654.120": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 257 + "243.23654.126": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 258 + "243.23654.157": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 259 + "243.23654.166": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 260 + "243.23654.167": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 261 + "243.23654.168": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 262 + "243.23654.177": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 263 + "243.23654.180": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 264 + "243.23654.189": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip", 258 265 "243.23654.19": "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip" 259 266 }, 260 267 "name": "asciidoc" ··· 275 282 "webstorm" 276 283 ], 277 284 "builds": { 278 - "241.19072.1155": null, 285 + "243.21565.447": null, 279 286 "243.22562.218": null, 280 287 "243.22562.220": null, 281 - "243.22562.250": null, 282 - "243.23654.112": null, 283 288 "243.23654.114": null, 284 - "243.23654.115": null, 285 - "243.23654.117": null, 286 - "243.23654.119": null, 287 - "243.23654.120": null, 289 + "243.23654.126": null, 290 + "243.23654.157": null, 291 + "243.23654.166": null, 292 + "243.23654.167": null, 293 + "243.23654.168": null, 294 + "243.23654.177": null, 295 + "243.23654.189": null, 288 296 "243.23654.19": null 289 297 }, 290 298 "name": "-deprecated-rust" ··· 305 313 "webstorm" 306 314 ], 307 315 "builds": { 308 - "241.19072.1155": null, 316 + "243.21565.447": null, 309 317 "243.22562.218": null, 310 318 "243.22562.220": null, 311 - "243.22562.250": null, 312 - "243.23654.112": null, 313 319 "243.23654.114": null, 314 - "243.23654.115": null, 315 - "243.23654.117": null, 316 - "243.23654.119": null, 317 - "243.23654.120": null, 320 + "243.23654.126": null, 321 + "243.23654.157": null, 322 + "243.23654.166": null, 323 + "243.23654.167": null, 324 + "243.23654.168": null, 325 + "243.23654.177": null, 326 + "243.23654.189": null, 318 327 "243.23654.19": null 319 328 }, 320 329 "name": "-deprecated-rust-beta" ··· 336 345 "webstorm" 337 346 ], 338 347 "builds": { 339 - "241.19072.1155": null, 348 + "243.21565.447": "https://plugins.jetbrains.com/files/8554/633920/featuresTrainer-243.21565.204.zip", 340 349 "243.22562.218": "https://plugins.jetbrains.com/files/8554/654690/featuresTrainer-243.22562.233.zip", 341 350 "243.22562.220": "https://plugins.jetbrains.com/files/8554/654690/featuresTrainer-243.22562.233.zip", 342 - "243.22562.250": "https://plugins.jetbrains.com/files/8554/654690/featuresTrainer-243.22562.233.zip", 343 - "243.23654.112": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip", 344 - "243.23654.114": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip", 345 - "243.23654.115": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip", 346 - "243.23654.116": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip", 347 - "243.23654.117": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip", 348 - "243.23654.119": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip", 349 - "243.23654.120": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip", 350 - "243.23654.19": "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip" 351 + "243.23654.114": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 352 + "243.23654.126": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 353 + "243.23654.157": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 354 + "243.23654.166": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 355 + "243.23654.167": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 356 + "243.23654.168": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 357 + "243.23654.177": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 358 + "243.23654.180": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 359 + "243.23654.189": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip", 360 + "243.23654.19": "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip" 351 361 }, 352 362 "name": "ide-features-trainer" 353 363 }, ··· 368 378 "webstorm" 369 379 ], 370 380 "builds": { 371 - "241.19072.1155": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 381 + "243.21565.447": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 372 382 "243.22562.218": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 373 383 "243.22562.220": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 374 - "243.22562.250": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 375 - "243.23654.112": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 376 384 "243.23654.114": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 377 - "243.23654.115": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 378 - "243.23654.116": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 379 - "243.23654.117": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 380 - "243.23654.119": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 381 - "243.23654.120": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 385 + "243.23654.126": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 386 + "243.23654.157": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 387 + "243.23654.166": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 388 + "243.23654.167": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 389 + "243.23654.168": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 390 + "243.23654.177": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 391 + "243.23654.180": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 392 + "243.23654.189": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip", 382 393 "243.23654.19": "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip" 383 394 }, 384 395 "name": "nixidea" ··· 389 400 "idea-ultimate" 390 401 ], 391 402 "builds": { 392 - "243.23654.117": "https://plugins.jetbrains.com/files/9568/666746/go-plugin-243.23654.117.zip", 393 - "243.23654.119": "https://plugins.jetbrains.com/files/9568/666746/go-plugin-243.23654.117.zip" 403 + "243.23654.166": "https://plugins.jetbrains.com/files/9568/666746/go-plugin-243.23654.117.zip", 404 + "243.23654.189": "https://plugins.jetbrains.com/files/9568/666746/go-plugin-243.23654.117.zip" 394 405 }, 395 406 "name": "go" 396 407 }, ··· 411 422 "webstorm" 412 423 ], 413 424 "builds": { 414 - "241.19072.1155": "https://plugins.jetbrains.com/files/10037/585243/CSVEditor-3.4.0-241.zip", 425 + "243.21565.447": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 415 426 "243.22562.218": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 416 427 "243.22562.220": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 417 - "243.22562.250": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 418 - "243.23654.112": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 419 428 "243.23654.114": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 420 - "243.23654.115": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 421 - "243.23654.116": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 422 - "243.23654.117": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 423 - "243.23654.119": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 424 - "243.23654.120": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 429 + "243.23654.126": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 430 + "243.23654.157": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 431 + "243.23654.166": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 432 + "243.23654.167": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 433 + "243.23654.168": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 434 + "243.23654.177": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 435 + "243.23654.180": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 436 + "243.23654.189": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip", 425 437 "243.23654.19": "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip" 426 438 }, 427 439 "name": "csv-editor" ··· 443 455 "webstorm" 444 456 ], 445 457 "builds": { 446 - "241.19072.1155": "https://plugins.jetbrains.com/files/11349/666864/aws-toolkit-jetbrains-standalone-3.48-241.zip", 447 - "243.22562.218": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 448 - "243.22562.220": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 449 - "243.22562.250": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 450 - "243.23654.112": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 451 - "243.23654.114": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 452 - "243.23654.115": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 453 - "243.23654.116": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 454 - "243.23654.117": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 455 - "243.23654.119": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 456 - "243.23654.120": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip", 457 - "243.23654.19": "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip" 458 + "243.21565.447": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 459 + "243.22562.218": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 460 + "243.22562.220": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 461 + "243.23654.114": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 462 + "243.23654.126": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 463 + "243.23654.157": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 464 + "243.23654.166": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 465 + "243.23654.167": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 466 + "243.23654.168": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 467 + "243.23654.177": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 468 + "243.23654.180": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 469 + "243.23654.189": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip", 470 + "243.23654.19": "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip" 458 471 }, 459 472 "name": "aws-toolkit" 460 473 }, ··· 475 488 "webstorm" 476 489 ], 477 490 "builds": { 478 - "241.19072.1155": null, 491 + "243.21565.447": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 479 492 "243.22562.218": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 480 493 "243.22562.220": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 481 - "243.22562.250": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 482 - "243.23654.112": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 483 494 "243.23654.114": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 484 - "243.23654.115": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 485 - "243.23654.116": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 486 - "243.23654.117": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 487 - "243.23654.119": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 488 - "243.23654.120": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 495 + "243.23654.126": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 496 + "243.23654.157": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 497 + "243.23654.166": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 498 + "243.23654.167": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 499 + "243.23654.168": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 500 + "243.23654.177": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 501 + "243.23654.180": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 502 + "243.23654.189": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip", 489 503 "243.23654.19": "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip" 490 504 }, 491 505 "name": "vscode-keymap" ··· 507 521 "webstorm" 508 522 ], 509 523 "builds": { 510 - "241.19072.1155": null, 524 + "243.21565.447": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 511 525 "243.22562.218": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 512 526 "243.22562.220": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 513 - "243.22562.250": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 514 - "243.23654.112": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 515 527 "243.23654.114": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 516 - "243.23654.115": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 517 - "243.23654.116": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 518 - "243.23654.117": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 519 - "243.23654.119": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 520 - "243.23654.120": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 528 + "243.23654.126": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 529 + "243.23654.157": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 530 + "243.23654.166": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 531 + "243.23654.167": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 532 + "243.23654.168": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 533 + "243.23654.177": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 534 + "243.23654.180": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 535 + "243.23654.189": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip", 521 536 "243.23654.19": "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip" 522 537 }, 523 538 "name": "eclipse-keymap" ··· 539 554 "webstorm" 540 555 ], 541 556 "builds": { 542 - "241.19072.1155": null, 557 + "243.21565.447": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 543 558 "243.22562.218": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 544 559 "243.22562.220": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 545 - "243.22562.250": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 546 - "243.23654.112": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 547 560 "243.23654.114": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 548 - "243.23654.115": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 549 - "243.23654.116": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 550 - "243.23654.117": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 551 - "243.23654.119": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 552 - "243.23654.120": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 561 + "243.23654.126": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 562 + "243.23654.157": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 563 + "243.23654.166": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 564 + "243.23654.167": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 565 + "243.23654.168": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 566 + "243.23654.177": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 567 + "243.23654.180": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 568 + "243.23654.189": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip", 553 569 "243.23654.19": "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip" 554 570 }, 555 571 "name": "visual-studio-keymap" ··· 571 587 "webstorm" 572 588 ], 573 589 "builds": { 574 - "241.19072.1155": null, 590 + "243.21565.447": "https://plugins.jetbrains.com/files/14004/629971/protoeditor-243.21565.122.zip", 575 591 "243.22562.218": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 576 592 "243.22562.220": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 577 - "243.22562.250": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 578 - "243.23654.112": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 579 593 "243.23654.114": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 580 - "243.23654.115": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 581 - "243.23654.116": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 582 - "243.23654.117": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 583 - "243.23654.119": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 584 - "243.23654.120": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 594 + "243.23654.126": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 595 + "243.23654.157": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 596 + "243.23654.166": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 597 + "243.23654.167": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 598 + "243.23654.168": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 599 + "243.23654.177": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 600 + "243.23654.180": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 601 + "243.23654.189": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip", 585 602 "243.23654.19": "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip" 586 603 }, 587 604 "name": "protocol-buffers" ··· 603 620 "webstorm" 604 621 ], 605 622 "builds": { 606 - "241.19072.1155": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 623 + "243.21565.447": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 607 624 "243.22562.218": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 608 625 "243.22562.220": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 609 - "243.22562.250": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 610 - "243.23654.112": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 611 626 "243.23654.114": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 612 - "243.23654.115": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 613 - "243.23654.116": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 614 - "243.23654.117": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 615 - "243.23654.119": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 616 - "243.23654.120": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 627 + "243.23654.126": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 628 + "243.23654.157": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 629 + "243.23654.166": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 630 + "243.23654.167": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 631 + "243.23654.168": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 632 + "243.23654.177": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 633 + "243.23654.180": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 634 + "243.23654.189": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 617 635 "243.23654.19": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar" 618 636 }, 619 637 "name": "darcula-pitch-black" ··· 635 653 "webstorm" 636 654 ], 637 655 "builds": { 638 - "241.19072.1155": "https://plugins.jetbrains.com/files/17718/654596/github-copilot-intellij-1.5.30-231.zip", 639 - "243.22562.218": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 640 - "243.22562.220": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 641 - "243.22562.250": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 642 - "243.23654.112": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 643 - "243.23654.114": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 644 - "243.23654.115": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 645 - "243.23654.116": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 646 - "243.23654.117": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 647 - "243.23654.119": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 648 - "243.23654.120": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip", 649 - "243.23654.19": "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip" 656 + "243.21565.447": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 657 + "243.22562.218": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 658 + "243.22562.220": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 659 + "243.23654.114": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 660 + "243.23654.126": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 661 + "243.23654.157": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 662 + "243.23654.166": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 663 + "243.23654.167": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 664 + "243.23654.168": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 665 + "243.23654.177": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 666 + "243.23654.180": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 667 + "243.23654.189": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip", 668 + "243.23654.19": "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip" 650 669 }, 651 670 "name": "github-copilot" 652 671 }, ··· 667 686 "webstorm" 668 687 ], 669 688 "builds": { 670 - "241.19072.1155": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 689 + "243.21565.447": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 671 690 "243.22562.218": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 672 691 "243.22562.220": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 673 - "243.22562.250": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 674 - "243.23654.112": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 675 692 "243.23654.114": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 676 - "243.23654.115": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 677 - "243.23654.116": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 678 - "243.23654.117": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 679 - "243.23654.119": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 680 - "243.23654.120": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 693 + "243.23654.126": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 694 + "243.23654.157": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 695 + "243.23654.166": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 696 + "243.23654.167": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 697 + "243.23654.168": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 698 + "243.23654.177": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 699 + "243.23654.180": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 700 + "243.23654.189": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 681 701 "243.23654.19": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip" 682 702 }, 683 703 "name": "netbeans-6-5-keymap" ··· 699 719 "webstorm" 700 720 ], 701 721 "builds": { 702 - "241.19072.1155": "https://plugins.jetbrains.com/files/20146/537545/Mermaid-0.0.22_IJ.232.zip", 722 + "243.21565.447": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 703 723 "243.22562.218": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 704 724 "243.22562.220": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 705 - "243.22562.250": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 706 - "243.23654.112": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 707 725 "243.23654.114": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 708 - "243.23654.115": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 709 - "243.23654.116": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 710 - "243.23654.117": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 711 - "243.23654.119": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 712 - "243.23654.120": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 726 + "243.23654.126": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 727 + "243.23654.157": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 728 + "243.23654.166": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 729 + "243.23654.167": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 730 + "243.23654.168": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 731 + "243.23654.177": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 732 + "243.23654.180": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 733 + "243.23654.189": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip", 713 734 "243.23654.19": "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip" 714 735 }, 715 736 "name": "mermaid" ··· 721 742 "rust-rover" 722 743 ], 723 744 "builds": { 724 - "243.23654.114": "https://plugins.jetbrains.com/files/22407/666537/intellij-rust-243.23654.116.zip", 725 - "243.23654.116": "https://plugins.jetbrains.com/files/22407/666537/intellij-rust-243.23654.116.zip", 726 - "243.23654.117": "https://plugins.jetbrains.com/files/22407/666537/intellij-rust-243.23654.116.zip" 745 + "243.23654.114": "https://plugins.jetbrains.com/files/22407/672481/intellij-rust-243.23654.180.zip", 746 + "243.23654.180": "https://plugins.jetbrains.com/files/22407/672481/intellij-rust-243.23654.180.zip", 747 + "243.23654.189": "https://plugins.jetbrains.com/files/22407/672481/intellij-rust-243.23654.180.zip" 727 748 }, 728 749 "name": "rust" 729 750 } 730 751 }, 731 752 "files": { 732 - "https://plugins.jetbrains.com/files/10037/585243/CSVEditor-3.4.0-241.zip": "sha256-QwguD4ENrL7GxmX+CGEyCPowbAPNpYgntVGAbHxOlyQ=", 733 753 "https://plugins.jetbrains.com/files/10037/658496/intellij-csv-validator-4.0.2.zip": "sha256-frvQ+Dm1ueID6+vNlja0HtecGyn+ppq9GTgmU3kQ+58=", 734 - "https://plugins.jetbrains.com/files/11349/666864/aws-toolkit-jetbrains-standalone-3.48-241.zip": "sha256-2bz6CZQr+pQ5Sl+zhBnfKBQMyTF5wBk+Xk3Y+wh5c48=", 735 - "https://plugins.jetbrains.com/files/11349/666866/aws-toolkit-jetbrains-standalone-3.48-243.zip": "sha256-jKcanbs0qobJebe4onrSY43xp6V7ViAOVZNEMyaSvkY=", 754 + "https://plugins.jetbrains.com/files/11349/670543/aws-toolkit-jetbrains-standalone-3.50-243.zip": "sha256-Jr+Oe7LbC5QW/sxevoq/uasKGT7rwgI+uiVHYdoBkQM=", 736 755 "https://plugins.jetbrains.com/files/12062/630060/keymap-vscode-243.21565.122.zip": "sha256-phv8MTGKNGzRviKzX+nIVTbkX4WkU82QVO5zXUQLtAo=", 737 756 "https://plugins.jetbrains.com/files/12559/629985/keymap-eclipse-243.21565.122.zip": "sha256-/g1ucT18ywVJnCePH7WyMWKgM9umowBz5wFObmO7cws=", 738 757 "https://plugins.jetbrains.com/files/13017/630016/keymap-visualStudio-243.21565.122.zip": "sha256-VQqK0Cm9ddXN63KYIqimuGOh7EB9VvdlErp/VrWx8SA=", 739 758 "https://plugins.jetbrains.com/files/1347/667258/scala-intellij-bin-2024.3.35.zip": "sha256-4I75KqXyFl73S63O+00usrg8QBcuBRBgfjRmCQMpNks=", 759 + "https://plugins.jetbrains.com/files/14004/629971/protoeditor-243.21565.122.zip": "sha256-cv6JTujoD5g90ngXTtnj5x31wjbIZlKZ6Zn0H+vHCTk=", 740 760 "https://plugins.jetbrains.com/files/14004/636643/protoeditor-243.22562.13.zip": "sha256-Tgu8CfDhO6KugfuLNhmxe89dMm+Qo3fmAg/8hwjUaoc=", 741 761 "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar": "sha256-eXInfAqY3yEZRXCAuv3KGldM1pNKEioNwPB0rIGgJFw=", 742 - "https://plugins.jetbrains.com/files/164/590339/IdeaVIM-2.16.0.zip": "sha256-uMIrYoZE16X/K96HuDJx8QMh6wUbi4+qSw+HJAq7ukI=", 743 762 "https://plugins.jetbrains.com/files/164/666347/IdeaVIM-2.18.1.zip": "sha256-wkh88imoNLt9Q7M6chu28+e0EhudpVGN4ZhvfSdj/l4=", 744 - "https://plugins.jetbrains.com/files/17718/654596/github-copilot-intellij-1.5.30-231.zip": "sha256-xrZJBCGPT1s5+fyWsMSEC69vILM+BkKef2wKxzbTCM4=", 745 - "https://plugins.jetbrains.com/files/17718/654597/github-copilot-intellij-1.5.30-242.zip": "sha256-bWrtG3cE6qAqXiQ4mtgRLutt8XaTqts+kyClDWVcMO4=", 763 + "https://plugins.jetbrains.com/files/17718/671850/github-copilot-intellij-1.5.32-242.zip": "sha256-WJxjcazelBgNBusqiv9ws9XhtszKpdk+8iNV+jP+ros=", 746 764 "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip": "sha256-KrzZTKZMQqoEMw+vDUv2jjs0EX0leaPBkU8H/ecq/oI=", 747 - "https://plugins.jetbrains.com/files/20146/537545/Mermaid-0.0.22_IJ.232.zip": "sha256-DUiIQYIzYoXmgtBakSLtMB+xxJMaR70Jgg9erySa3wQ=", 748 765 "https://plugins.jetbrains.com/files/20146/633971/Mermaid-0.0.24_IJ.243.zip": "sha256-jGWRU0g120qYvvFiUFI10zvprTsemuIq3XmIjYxZGts=", 749 766 "https://plugins.jetbrains.com/files/2162/640476/StringManipulation-9.15.0.zip": "sha256-TZPup3EJ0cBv4i2eVAQwVmmzy0rmt4KptEsk3C7baEM=", 750 - "https://plugins.jetbrains.com/files/22407/666537/intellij-rust-243.23654.116.zip": "sha256-abOkEYViOYFht9hk4KhqANfk63q4rp3ywenXeKj2ovQ=", 751 - "https://plugins.jetbrains.com/files/631/666772/python-243.23654.117.zip": "sha256-UGGhKZGlnq+MrTWfpb3eiIGkLkJE77V4sLKZi16oATU=", 767 + "https://plugins.jetbrains.com/files/22407/672481/intellij-rust-243.23654.180.zip": "sha256-9MB+kR8GZePzVU6i9sr+vFyeGqGnXwGRThTv6lKouVU=", 768 + "https://plugins.jetbrains.com/files/631/673131/python-243.23654.189.zip": "sha256-4uuHNZhmSh+vqARBZ+ilRmkYnr0otZdgeZUPziv+lQc=", 769 + "https://plugins.jetbrains.com/files/6981/633889/ini-243.21565.208.zip": "sha256-CJjUYj3GR9MrNhrejrxJ4reZX/80XQ+gkZffFKd0nhc=", 752 770 "https://plugins.jetbrains.com/files/6981/654905/ini-243.22562.236.zip": "sha256-kL/A2R8j2JKMU61T/xJahPwKPYmwFCFy55NPSoBh/Xc=", 753 - "https://plugins.jetbrains.com/files/6981/667161/ini-243.23654.119.zip": "sha256-MhN7iARzX/xB3H1sC5T2A3psMNDmws0QGhQOUqhGlIc=", 771 + "https://plugins.jetbrains.com/files/6981/672286/ini-243.23654.177.zip": "sha256-5IgVW7Aa+eVh5hUF7/Qa1g7nQtkAQkFKyGY5ROr/5fM=", 754 772 "https://plugins.jetbrains.com/files/7086/518678/AceJump.zip": "sha256-kVUEgfEKUupV/qlB4Dpzi5pFHjhVvX74XIPetKtjysM=", 755 - "https://plugins.jetbrains.com/files/7086/610924/AceJump.zip": "sha256-Qp24juITBXEF5izdzayWq28Ioy4/kgT0qz6snZ0dND0=", 756 773 "https://plugins.jetbrains.com/files/7219/605730/Symfony_Plugin-2024.1.276.zip": "sha256-drNmhJMe+kuY2fcHjY+SQmkACvFk0rVI4vAhyZ/bgLc=", 757 774 "https://plugins.jetbrains.com/files/7320/630497/PHP_Annotations-11.1.1.zip": "sha256-05aBYbqNIuwe/JTwntFdIqML8NHbTOwVusl1P9FzuYY=", 758 775 "https://plugins.jetbrains.com/files/7322/646590/python-ce-243.22562.145.zip": "sha256-45UtQRZMtKF6addrrB3A+goeyICMfcZ2FKcJvJSqgg4=", 759 - "https://plugins.jetbrains.com/files/7322/666773/python-ce-243.23654.117.zip": "sha256-l6ePJtwdj6+k7Qvpus9zGqIs141eT0/qTeZL0Ud4rM0=", 760 - "https://plugins.jetbrains.com/files/7391/561441/asciidoctor-intellij-plugin-0.42.2.zip": "sha256-oKczkLHAk2bJRNRgToVe0ySEJGF8+P4oWqQ33olwzWw=", 776 + "https://plugins.jetbrains.com/files/7322/673130/python-ce-243.23654.189.zip": "sha256-7P9JsxCDWUf0HPHZNPjoF8Ivh3Ks7AO5s2kWm+Cq9j4=", 761 777 "https://plugins.jetbrains.com/files/7391/658997/asciidoctor-intellij-plugin-0.43.6.zip": "sha256-3RJ7YVFtynyqeLIzdrirCMbWNZmUkJ+DT/9my71H0Dk=", 778 + "https://plugins.jetbrains.com/files/8554/633920/featuresTrainer-243.21565.204.zip": "sha256-3MCG1SNEy2Mf9r+nTLcRwJ+rIJRvtO0kYKFNjIan86E=", 762 779 "https://plugins.jetbrains.com/files/8554/654690/featuresTrainer-243.22562.233.zip": "sha256-JugbJM8Lr2kbhP9hdLE3kUStl2vOMUB5wGTwNLxAZd0=", 763 - "https://plugins.jetbrains.com/files/8554/666817/featuresTrainer-243.23654.115.zip": "sha256-3HiNFTBJ1b/6IvMMkMCmNVo/4VMtTTKeiC6XqR6LIUs=", 780 + "https://plugins.jetbrains.com/files/8554/672476/featuresTrainer-243.23654.180.zip": "sha256-YRf5sj+quf/dQv6eFU6f190vWW+RHtyGS+S2a6DhUoM=", 764 781 "https://plugins.jetbrains.com/files/8607/606922/NixIDEA-0.4.0.16.zip": "sha256-9GMqs/hSavcw1E4ZJTLDH1lx3HEeQ5NR8BT+Q9pN3io=", 765 782 "https://plugins.jetbrains.com/files/9568/666746/go-plugin-243.23654.117.zip": "sha256-8Y7JyjX8ytias4ix1azWkhPEVYXDomWRiMQlrKco9zM=" 766 783 }
+3 -2
pkgs/applications/graphics/epick/default.nix
··· 19 19 src = fetchFromGitHub { 20 20 owner = "vv9k"; 21 21 repo = pname; 22 - rev = version; 23 - sha256 = "sha256-k0WQu1n1sAHVor58jr060vD5/2rDrt1k5zzJlrK9WrU="; 22 + # Upstream has rewritten tags on multiple occasions. 23 + rev = "14ee92e049780406fffdc1e4a83bf1433775663f"; 24 + sha256 = "sha256-gjqAQrGJ9KFdzn2a3fOgu0VJ9zrX5stsbzriOGJaD/4="; 24 25 }; 25 26 26 27 cargoHash = "sha256-OQZPOiMTpoWabxHa3TJG8L3zq8WxMeFttw8xggSXsMA=";
+2 -8
pkgs/applications/misc/pagefind/default.nix
··· 12 12 npmHooks, 13 13 python3, 14 14 rustc, 15 - wasm-bindgen-cli, 15 + wasm-bindgen-cli_0_2_92, 16 16 wasm-pack, 17 17 }: 18 18 19 19 # TODO: package python bindings 20 20 21 21 let 22 - 23 - wasm-bindgen-92 = wasm-bindgen-cli.override { 24 - version = "0.2.92"; 25 - hash = "sha256-1VwY8vQy7soKEgbki4LD+v259751kKxSxmo/gqE6yV0="; 26 - cargoHash = "sha256-aACJ+lYNEU8FFBs158G1/JG8sc6Rq080PeKCMnwdpH0="; 27 - }; 28 22 29 23 # the lindera-unidic v0.32.2 crate uses [1] an outdated unidic-mecab fork [2] and builds it in pure rust 30 24 # [1] https://github.com/lindera/lindera/blob/v0.32.2/lindera-unidic/build.rs#L5-L11 ··· 121 115 nodejs 122 116 rustc 123 117 rustc.llvmPackages.lld 124 - wasm-bindgen-92 118 + wasm-bindgen-cli_0_2_92 125 119 wasm-pack 126 120 httplz 127 121 ]
+7 -7
pkgs/applications/networking/browsers/chromium/info.json
··· 766 766 } 767 767 }, 768 768 "ungoogled-chromium": { 769 - "version": "132.0.6834.110", 769 + "version": "132.0.6834.159", 770 770 "deps": { 771 771 "depot_tools": { 772 772 "rev": "41d43a2a2290450aeab946883542f8049b155c87", ··· 777 777 "hash": "sha256-zZoD5Bx7wIEP2KJkHef6wHrxU3px+8Vseq29QcK32bg=" 778 778 }, 779 779 "ungoogled-patches": { 780 - "rev": "132.0.6834.110-1", 781 - "hash": "sha256-pFuRsGnOXAECat5B0fUi9aw8Wdqbu1EBwyHNCBMoOpw=" 780 + "rev": "132.0.6834.159-1", 781 + "hash": "sha256-sot7YixPnt8ALPR2IIPgR1NtN/Oc14qlzyB3Vny+DAM=" 782 782 }, 783 783 "npmHash": "sha256-H1/h3x+Cgp1x94Ze3UPPHxRVpylZDvpMXMOuS+jk2dw=" 784 784 }, 785 785 "DEPS": { 786 786 "src": { 787 787 "url": "https://chromium.googlesource.com/chromium/src.git", 788 - "rev": "df453a35f099772fdb954e33551388add2ca3cde", 789 - "hash": "sha256-deLCukHvNv6mUp33hHHFgeKD45SQs517xoRfCfReLAA=", 788 + "rev": "2d77d3fc4452661469b78f115e0aed4d71269739", 789 + "hash": "sha256-LbLIxN13fx6zzU5xzGvkTpw7tKRQBel2PYhflHLbWE8=", 790 790 "recompress": true 791 791 }, 792 792 "src/third_party/clang-format/script": { ··· 1526 1526 }, 1527 1527 "src/v8": { 1528 1528 "url": "https://chromium.googlesource.com/v8/v8.git", 1529 - "rev": "625e932f21c984db3f9fba8b56b9afa4e977994c", 1530 - "hash": "sha256-19uEppABiuh+zHjgwAj/BPee/ClB/FKfzHxLKrdNhOE=" 1529 + "rev": "210ec27ca748c70580fe374f9811761667312b41", 1530 + "hash": "sha256-pfkztEU22T15H2amf+b5bpALQ6Er1YAxZoxbbfb2YU8=" 1531 1531 } 1532 1532 } 1533 1533 }
+15 -4
pkgs/applications/networking/mullvad/mullvad.nix
··· 16 16 , shadowsocks-rust 17 17 , installShellFiles 18 18 , writeShellScriptBin 19 + , versionCheckHook, 19 20 }: 20 21 let 21 22 # NOTE(cole-h): This is necessary because wireguard-go-rs executes go in its build.rs (whose goal ··· 33 34 src = fetchFromGitHub { 34 35 owner = "mullvad"; 35 36 repo = "mullvadvpn-app"; 36 - rev = version; 37 + tag = version; 37 38 fetchSubmodules = true; 38 39 hash = "sha256-5GcYiyvulsOFepguBcBec98juw22YTbT7yvZJUOJUwc="; 39 40 }; ··· 101 102 --set-default MULLVAD_RESOURCE_DIR "$out/share/mullvad" 102 103 ''; 103 104 105 + __darwinAllowLocalNetworking = true; 106 + 107 + nativeInstallCheckInputs = [ 108 + versionCheckHook 109 + ]; 110 + versionCheckProgramArg = [ "--version" ]; 111 + doInstallCheck = true; 112 + 104 113 passthru = { 105 114 inherit libwg; 106 115 inherit openvpn-mullvad; 107 116 }; 108 117 109 - meta = with lib; { 118 + meta = { 110 119 description = "Mullvad VPN command-line client tools"; 111 120 homepage = "https://github.com/mullvad/mullvadvpn-app"; 112 - license = licenses.gpl3Only; 113 - maintainers = with maintainers; [ cole-h ]; 121 + changelog = "https://github.com/mullvad/mullvadvpn-app/blob/2025.2/CHANGELOG.md"; 122 + license = lib.licenses.gpl3Only; 123 + maintainers = with lib.maintainers; [ cole-h ]; 124 + mainProgram = "mullvad"; 114 125 }; 115 126 }
+2 -10
pkgs/applications/networking/mumble/default.nix
··· 108 108 } source; 109 109 110 110 source = rec { 111 - version = "1.5.634"; 111 + version = "1.5.735"; 112 112 113 113 # Needs submodules 114 114 src = fetchFromGitHub { 115 115 owner = "mumble-voip"; 116 116 repo = "mumble"; 117 117 rev = "v${version}"; 118 - hash = "sha256-d9XmXHq264rTT80zphYcKLxS+AyUhjb19D3DuBJvMI4="; 118 + hash = "sha256-JRnGgxkf5ct6P71bYgLbCEUmotDLS2Evy6t8R7ac7D4="; 119 119 fetchSubmodules = true; 120 120 }; 121 - 122 - patches = [ 123 - (fetchpatch { 124 - name = "GCC14.patch"; 125 - url = "https://github.com/mumble-voip/mumble/commit/56945a9dfb62d29dccfe561572ebf64500deaed1.patch"; 126 - hash = "sha256-Frct9XJ/ZuHPglx+GB9h3vVycR8YY039dStIbfkPPDk="; 127 - }) 128 - ]; 129 121 }; 130 122 in { 131 123 mumble = lib.recursiveUpdate (client source) {meta.mainProgram = "mumble";};
+2 -2
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix
··· 9 9 }: 10 10 mkHyprlandPlugin hyprland rec { 11 11 pluginName = "hyprsplit"; 12 - version = "0.46.2"; 12 + version = "0.47.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "shezdy"; 16 16 repo = "hyprsplit"; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-G+fgzjGNkYl5y6XL9K67ixCPEhb02J45cS9uicdC110="; 18 + hash = "sha256-IKcUv2ayfiEoF9mOkt/+ACTSVI0RW/tCA9BS64/qePE="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+2
pkgs/build-support/rust/fetchcrate.nix
··· 21 21 { 22 22 name = "${crateName}-${version}.tar.gz"; 23 23 url = "${registryDl}/${crateName}/${version}/download"; 24 + 25 + passthru = { inherit pname version; }; 24 26 } 25 27 // lib.optionalAttrs unpack { 26 28 extension = "tar.gz";
+2 -2
pkgs/by-name/aq/aquamarine/package.nix
··· 23 23 }: 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "aquamarine"; 26 - version = "0.7.1"; 26 + version = "0.7.2"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "hyprwm"; 30 30 repo = "aquamarine"; 31 31 rev = "v${finalAttrs.version}"; 32 - hash = "sha256-NbJiiPFnmciji3JHpqF/L0SdMQXKXn+q3Q/D8RjF/ak="; 32 + hash = "sha256-ldWD4ci3LcBIfUN41qlBO/oR5chcsRLejMbSW8eH628="; 33 33 }; 34 34 35 35 nativeBuildInputs = [
+104
pkgs/by-name/ba/basicswap/package.nix
··· 1 + { 2 + lib, 3 + python3Packages, 4 + fetchFromGitHub, 5 + linkFarm, 6 + secp256k1, 7 + particl-core, 8 + bitcoind, 9 + namecoind, 10 + monero-cli, 11 + wownero, 12 + }: 13 + 14 + let 15 + secp256k1_anonswap = secp256k1.overrideAttrs (old: { 16 + src = fetchFromGitHub { 17 + owner = "tecnovert"; 18 + repo = "secp256k1"; 19 + rev = "fd8b63ccf8bcb48358a42c456f34e2488a55a688"; 20 + hash = "sha256-/bmKZRBBjirI4YqRKfzoxdAt6UVoWHmrNQQHX7l+eH8="; 21 + }; 22 + configureFlags = old.configureFlags ++ [ 23 + "--enable-experimental" 24 + "--enable-module-ed25519" 25 + "--enable-module-generator" 26 + "--enable-module-dleag" 27 + "--enable-module-ecdsaotves" 28 + ]; 29 + }); 30 + coincurve-anonswap = 31 + (python3Packages.coincurve.override { 32 + secp256k1 = secp256k1_anonswap; 33 + }).overrideAttrs 34 + (old: { 35 + src = fetchFromGitHub { 36 + owner = "tecnovert"; 37 + repo = "coincurve"; 38 + rev = "932366c9d4d8e487162b5c1b2a2d9693e24e0483"; 39 + hash = "sha256-zOekPmP1zR/S+zxq/7OrEz24k8SInlsB+wJ8kPlmqe4="; 40 + }; 41 + }); 42 + bindir = linkFarm "bindir" ( 43 + lib.mapAttrs (_: p: "${lib.getBin p}/bin") { 44 + particl = particl-core; 45 + bitcoin = bitcoind; 46 + namecoin = namecoind; 47 + monero = monero-cli; 48 + wownero = wownero; 49 + #TODO: add pivx after it's not broken 50 + } 51 + ); 52 + in 53 + python3Packages.buildPythonApplication rec { 54 + pname = "basicswap"; 55 + version = "0.14.3"; 56 + pyproject = true; 57 + 58 + src = fetchFromGitHub { 59 + owner = "basicswap"; 60 + repo = "basicswap"; 61 + tag = "v${version}"; 62 + hash = "sha256-Ay7MQJdbPDjbtfaIWsegu01KIjlKQqdqH3MomYW7KGc="; 63 + }; 64 + 65 + postPatch = '' 66 + substituteInPlace basicswap/config.py --replace-fail 'os.path.join("~", ".basicswap", "bin")' '"${bindir}"' 67 + substituteInPlace basicswap/bin/prepare.py \ 68 + --replace-fail "bin_dir = None" "bin_dir = '${bindir}'" \ 69 + --replace-fail "no_cores = False" "no_cores = True" 70 + ''; 71 + 72 + build-system = with python3Packages; [ 73 + hatchling 74 + ]; 75 + 76 + dependencies = with python3Packages; [ 77 + coincurve-anonswap 78 + wheel 79 + pyzmq 80 + protobuf 81 + sqlalchemy_1_4 82 + python-gnupg 83 + jinja2 84 + pycryptodome 85 + pysocks 86 + mnemonic 87 + ]; 88 + 89 + postInstall = '' 90 + install -Dm755 scripts/createoffers.py $out/bin/basicswap-createoffers 91 + ''; 92 + 93 + doCheck = false; 94 + 95 + passthru.bindir = bindir; 96 + 97 + meta = with lib; { 98 + description = "Basic Atomic Swap Proof of Concept"; 99 + homepage = "https://basicswapdex.com"; 100 + license = licenses.mit; 101 + maintainers = with maintainers; [ linsui ]; 102 + mainProgram = "basicswap-run"; 103 + }; 104 + }
+9 -5
pkgs/by-name/br/brlaser/package.nix
··· 18 18 sha256 = "sha256-1fvO9F7ifbYQHAy54mOx052XutfKXSK6iT/zj4Mhbww="; 19 19 }; 20 20 21 - nativeBuildInputs = [ cmake ]; 21 + nativeBuildInputs = [ 22 + cmake 23 + cups 24 + ]; 25 + 22 26 buildInputs = [ 23 27 zlib 24 28 cups ··· 29 33 "-DCUPS_DATA_DIR=share/cups" 30 34 ]; 31 35 32 - meta = with lib; { 36 + meta = { 33 37 description = "CUPS driver for Brother laser printers"; 34 38 longDescription = '' 35 39 Although most Brother printers support a standard printer language such as PCL or PostScript, not all do. If you have a monochrome Brother laser printer (or multi-function device) and the other open source drivers don't work, this one might help. ··· 68 72 Lenovo M7605D 69 73 ''; 70 74 homepage = "https://github.com/pdewacht/brlaser"; 71 - license = licenses.gpl2Plus; 72 - platforms = platforms.linux; 73 - maintainers = with maintainers; [ StijnDW ]; 75 + license = lib.licenses.gpl2Plus; 76 + platforms = lib.platforms.linux; 77 + maintainers = with lib.maintainers; [ StijnDW ]; 74 78 }; 75 79 }
+29
pkgs/by-name/co/conjure-tor/package.nix
··· 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitLab, 5 + nix-update-script, 6 + }: 7 + buildGoModule { 8 + pname = "conjure-tor"; 9 + version = "0-unstable-2024-11-11"; 10 + 11 + src = fetchFromGitLab { 12 + domain = "gitlab.torproject.org"; 13 + owner = "tpo"; 14 + repo = "anti-censorship/pluggable-transports/conjure"; 15 + rev = "a773daab19928f37caf2ec4181f0da2e0d20d35a"; 16 + hash = "sha256-WC9QEgwhu7ynf2p8SXzMf8JNp6ZzF4S9Lk2SjUWj2lU="; 17 + }; 18 + 19 + vendorHash = "sha256-vdcpNYa2gjacK0DMQ6VP9kX6f10JOHn8+Wr1Ql+lI7o="; 20 + 21 + passthru.updateScript = nix-update-script { }; 22 + 23 + meta = { 24 + homepage = "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/conjure"; 25 + description = "Refraction networking system that routes traffic to endpoints in an ISP's unused IP address space"; 26 + license = lib.licenses.bsd3; 27 + maintainers = with lib.maintainers; [ mksafavi ]; 28 + }; 29 + }
+2 -2
pkgs/by-name/co/containerlab/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "containerlab"; 10 - version = "0.62.0"; 10 + version = "0.62.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "srl-labs"; 14 14 repo = "containerlab"; 15 15 rev = "v${version}"; 16 - hash = "sha256-6WDmjVRLvh8FBydaN41Vj4B5BIkIF9VnvhRcJR3k9Ec="; 16 + hash = "sha256-RUe/IHHhZKbxtNVxiS29/OPvpCCOzaz2d5Qh3vVll3U="; 17 17 }; 18 18 19 19 vendorHash = "sha256-G9W4iC04R5Rvl3hAJtMlUKJKo7AAIE33Y2c+0HedXU8=";
+2 -2
pkgs/by-name/cr/crowdin-cli/package.nix
··· 14 14 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "crowdin-cli"; 17 - version = "4.5.1"; 17 + version = "4.5.2"; 18 18 19 19 src = fetchurl { 20 20 url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip"; 21 - hash = "sha256-wmW6RBVMdpcawCEgLaZwOLStdUIWumsgc39Y0Kv8uEE="; 21 + hash = "sha256-gg9cBN0N4KGHW6i56uO5+UE1YJFMa2aQ8nJV8JPSvmU="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+37
pkgs/by-name/di/dinish/package.nix
··· 1 + { 2 + lib, 3 + stdenvNoCC, 4 + fetchzip, 5 + nix-update-script, 6 + }: 7 + 8 + stdenvNoCC.mkDerivation rec { 9 + pname = "dinish"; 10 + version = "4.005"; 11 + 12 + src = fetchzip { 13 + url = "https://github.com/playbeing/dinish/releases/download/v${version}/dinish-ttf.zip"; 14 + stripRoot = false; 15 + hash = "sha256-K4JzqzlxOpy4rIF9kdrQlCIyrykDhnF1p1Q8CDMWBqg="; 16 + }; 17 + 18 + installPhase = '' 19 + runHook preInstall 20 + 21 + install -Dm644 *.ttf -t $out/share/fonts/truetype 22 + 23 + runHook postInstall 24 + ''; 25 + 26 + passthru.updateScript = nix-update-script { }; 27 + 28 + meta = with lib; { 29 + homepage = "https://github.com/playbeing/dinish"; 30 + changelog = "https://github.com/playbeing/dinish/blob/v${version}/FONTLOG.txt"; 31 + description = "Modern computer font inspired by DIN 1451"; 32 + longDescription = "DINish is one of many modern computer fonts that were inspired by the lettering of the German Autobahn road signs. It is professionally designed, and usable for body text and captions, even spreadsheets. Its unadorned style is easy to read, and although it is close to a century old maintains a fresh look."; 33 + license = licenses.ofl; 34 + platforms = platforms.all; 35 + maintainers = with maintainers; [ vji ]; 36 + }; 37 + }
+3 -3
pkgs/by-name/ep/epson-escpr2/package.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "epson-inkjet-printer-escpr2"; 13 - version = "1.2.25"; 13 + version = "1.2.26"; 14 14 15 15 src = fetchurl { 16 16 # To find the most recent version go to 17 17 # https://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr2.php 18 18 # and retreive the download link for source package for x86 CPU 19 - url = "https://download3.ebz.epson.net/dsc/f/03/00/16/60/34/8e2b40dc2a02ae67c82b2c55786159f07edf3f5a/epson-inkjet-printer-escpr2-1.2.25-1.src.rpm"; 20 - sha256 = "sha256-rhNv6Ak83KG5SmdVUyu/2UXTB0BTj4yDyKRO++9q8WY="; 19 + url = "https://download3.ebz.epson.net/dsc/f/03/00/16/65/06/8fdecc271f6473178d08ffd6b6f6ca2abc92e32f/epson-inkjet-printer-escpr2-1.2.26-1.src.rpm"; 20 + sha256 = "sha256-Js2iZCS9ZzJVRF8PbDA/U1muOne+upq4sA0u+NVIk/0="; 21 21 }; 22 22 23 23 unpackPhase = ''
+3 -3
pkgs/by-name/ez/eza/package.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "eza"; 18 - version = "0.20.18"; 18 + version = "0.20.19"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "eza-community"; 22 22 repo = "eza"; 23 23 rev = "v${version}"; 24 - hash = "sha256-XJ8RYfBduTK5CkvFjVRF6yGkgBdojuewFUrEvRcTJsA="; 24 + hash = "sha256-Fgb2+tKDTL7KxJhRavNc5K8AG98eZFOmDOc+sVY7rdk="; 25 25 }; 26 26 27 27 useFetchCargoVendor = true; 28 - cargoHash = "sha256-38RQsr7bYIf/6edIcDwjHtDEI2lnB3Mp+qaOu7Dh41A="; 28 + cargoHash = "sha256-XF77+dC4AB79wniSybLz5E/XznzAiOrteHPyCD9laIQ="; 29 29 30 30 nativeBuildInputs = [ 31 31 cmake
+6 -6
pkgs/by-name/fe/feishin/package.nix
··· 3 3 stdenv, 4 4 buildNpmPackage, 5 5 fetchFromGitHub, 6 - electron_31, 6 + electron_33, 7 7 darwin, 8 8 copyDesktopItems, 9 9 makeDesktopItem, ··· 11 11 }: 12 12 let 13 13 pname = "feishin"; 14 - version = "0.12.1"; 14 + version = "0.12.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "jeffvli"; 18 18 repo = "feishin"; 19 19 rev = "v${version}"; 20 - hash = "sha256-UpNtRZhAqRq/sRVkgg/RbLUWNXvHkAyGhu29zWE6Lk0="; 20 + hash = "sha256-2kWeUlOTAd1Usw/cLOARyLqxEzZRk27RuHjLwupnq80="; 21 21 }; 22 22 23 - electron = electron_31; 23 + electron = electron_33; 24 24 in 25 25 buildNpmPackage { 26 26 inherit pname version; 27 27 28 28 inherit src; 29 - npmDepsHash = "sha256-0YfydhQZgxjMvZYosuS+rGA+9qzSYTLilQqMqlnR1oQ="; 29 + npmDepsHash = "sha256-KZsxKDAQ7UTnEemr6S9rqKtqPeTvqrhfxURSGTKkMMM="; 30 30 31 31 npmFlags = [ "--legacy-peer-deps" ]; 32 32 makeCacheWritable = true; ··· 60 60 inherit version; 61 61 62 62 src = "${src}/release/app"; 63 - npmDepsHash = "sha256-KZ4TDf9Nz1/dPWAN/gI3tq0gvzI4BvSR3fawte2n9u0="; 63 + npmDepsHash = "sha256-98P2dNmWcp8Hc8Xe43LM3dtxye7myhp1bHucKoKEcjI="; 64 64 65 65 npmFlags = [ "--ignore-scripts" ]; 66 66 dontNpmBuild = true;
+3 -3
pkgs/by-name/gr/grimblast/package.nix
··· 18 18 19 19 stdenvNoCC.mkDerivation (finalAttrs: { 20 20 pname = "grimblast"; 21 - version = "0.1-unstable-2024-12-01"; 21 + version = "0.1-unstable-2025-01-29"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "hyprwm"; 25 25 repo = "contrib"; 26 - rev = "d7c55140f1785b8d9fef351f1cd2a4c9e1eaa466"; 27 - hash = "sha256-sp14z0mrqrtmouz1+bU4Jh8/0xi+xwQHF2l7mhGSSVU="; 26 + rev = "d449f6e1fc31084437ebc0c45057ee656f593efd"; 27 + hash = "sha256-8ytokHHcKusbspRaiGP38s7fHU105JRvO9GRTzcRklg="; 28 28 }; 29 29 30 30 strictDeps = true;
+5 -5
pkgs/by-name/hy/hyprland/info.json
··· 1 1 { 2 - "branch": "main", 3 - "commit_hash": "04ac46c54357278fc68f0a95d26347ea0db99496", 4 - "commit_message": "version: bump to 0.47.0", 5 - "date": "2025-01-27", 6 - "tag": "v0.47.0" 2 + "branch": "v0.47.1-b", 3 + "commit_hash": "75dff7205f6d2bd437abfb4196f700abee92581a", 4 + "commit_message": "version: bump to 0.47.1", 5 + "date": "2025-01-29", 6 + "tag": "v0.47.1" 7 7 }
+2 -2
pkgs/by-name/hy/hyprland/package.nix
··· 86 86 87 87 customStdenv.mkDerivation (finalAttrs: { 88 88 pname = "hyprland" + optionalString debug "-debug"; 89 - version = "0.47.0"; 89 + version = "0.47.1"; 90 90 91 91 src = fetchFromGitHub { 92 92 owner = "hyprwm"; 93 93 repo = "hyprland"; 94 94 fetchSubmodules = true; 95 95 tag = "v${finalAttrs.version}"; 96 - hash = "sha256-rxvLiGNRUSVYPFsKIsqEbhxpR0sbWmHoo3azZKQ9fTY="; 96 + hash = "sha256-374Ul6LCnuDdZ7o1xl2lDxTfmwt46K6csf6eniqFRYA="; 97 97 }; 98 98 99 99 postPatch = ''
-27
pkgs/by-name/i3/i3nator/package.nix
··· 1 - { 2 - lib, 3 - fetchFromGitHub, 4 - rustPlatform, 5 - }: 6 - 7 - rustPlatform.buildRustPackage rec { 8 - pname = "i3nator"; 9 - version = "1.2.0"; 10 - 11 - src = fetchFromGitHub { 12 - owner = "pitkley"; 13 - repo = pname; 14 - rev = version; 15 - sha256 = "10rxvxq48dhzlw5p9fsj6x0ci4pap85s9b192zakgvk4h97ifp2p"; 16 - }; 17 - 18 - cargoHash = "sha256-74woBoLXuxE4v3iMvc+QWz5n5F5/peaFBgZu+3ULXRM="; 19 - 20 - meta = with lib; { 21 - description = "Tmuxinator for the i3 window manager"; 22 - homepage = "https://github.com/pitkley/i3nator"; 23 - license = with licenses; [ asl20 ]; 24 - maintainers = with maintainers; [ mpoquet ]; 25 - mainProgram = "i3nator"; 26 - }; 27 - }
+12 -6
pkgs/by-name/ie/ieda/rustpkgs.nix
··· 8 8 version = "0.1.3"; 9 9 src = rootSrc; 10 10 sourceRoot = "${src.name}/src/operation/iIR/source/iir-rust/iir"; 11 - cargoHash = "sha256-ka91IsmBGBYts4U9X4uZDUMeS9adPn3MKl2BY4ZKDCY="; 11 + useFetchCargoVendor = true; 12 + cargoHash = "sha256-xyNaUTPvU21yOdkQq8vdnHCyLzcpDAFAje0R/gDqliU="; 12 13 13 14 doCheck = false; 14 15 ··· 19 20 version = "0.1.0"; 20 21 src = rootSrc; 21 22 sourceRoot = "${src.name}/src/database/manager/parser/liberty/lib-rust/liberty-parser"; 22 - cargoHash = "sha256-7yUD8M3efisuVoH3/R+Pk2CP4mizSinrqeuy3uqkq2c="; 23 + useFetchCargoVendor = true; 24 + cargoHash = "sha256-nRIOuSz5ImENvKeMAnthmBo+2/Jy5xbM66xkcfVCTMI="; 23 25 24 26 doCheck = false; 25 27 ··· 30 32 version = "0.1.0"; 31 33 src = rootSrc; 32 34 sourceRoot = "${src.name}/src/database/manager/parser/sdf/sdf_parse"; 33 - cargoHash = "sha256-6uzufy3S21vHJYgx9sItxQyccG0g/Zz1r2xHsYoQPRM="; 35 + useFetchCargoVendor = true; 36 + cargoHash = "sha256-PORA/9DDIax4lOn/pzmi7Y8mCCBUphMTzbBsb64sDl0="; 34 37 35 38 nativeBuildInputs = [ rustPlatform.bindgenHook ]; 36 39 }; ··· 39 42 version = "0.2.4"; 40 43 src = rootSrc; 41 44 sourceRoot = "${src.name}/src/database/manager/parser/spef/spef-parser"; 42 - cargoHash = "sha256-KTd3HVKV8hRCXf56FPksYGVJNDdlmMMIcSEk1MMGLsw="; 45 + useFetchCargoVendor = true; 46 + cargoHash = "sha256-Qr/oXTqn2gaxyAyLsRjaXNniNzIYVzPGefXTdkULmYk="; 43 47 44 48 nativeBuildInputs = [ rustPlatform.bindgenHook ]; 45 49 }; ··· 48 52 version = "0.1.0"; 49 53 src = rootSrc; 50 54 sourceRoot = "${src.name}/src/database/manager/parser/vcd/vcd_parser"; 51 - cargoHash = "sha256-1y1nPNfx23MyIJUV+E6mMuDOhdob0BDGuQwOl0Le/lE="; 55 + useFetchCargoVendor = true; 56 + cargoHash = "sha256-xcfVzDrnW4w3fU7qo6xzSQeIH8sEbEyzPF92F5tDcAk="; 52 57 53 58 doCheck = false; 54 59 ··· 59 64 version = "0.1.0"; 60 65 src = rootSrc; 61 66 sourceRoot = "${src.name}/src/database/manager/parser/verilog/verilog-rust/verilog-parser"; 62 - cargoHash = "sha256-Z/LXQzQ0m1lQdIPaWQ5rs2EAu/mbyi2JvrjGYVmKONs="; 67 + useFetchCargoVendor = true; 68 + cargoHash = "sha256-ooxY8Q8bfD+klBGfpTDD3YyWptEOGGHDoyamhjlSNTM="; 63 69 64 70 doCheck = false; 65 71
+74
pkgs/by-name/ip/ipbus-uhal/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + bash, 5 + cacert, 6 + boost186, 7 + pugixml, 8 + python3, 9 + python3Packages, 10 + fetchFromGitHub, 11 + }: 12 + 13 + stdenv.mkDerivation (finalAttrs: { 14 + pname = "ipbus-uhal"; 15 + version = "2.8.16"; 16 + src = fetchFromGitHub { 17 + owner = "ipbus"; 18 + repo = "ipbus-software"; 19 + rev = "v${finalAttrs.version}"; 20 + hash = "sha256-R+a9VmONyWh3BEYoMjRcXKv+3HaNcKbJDnYH1hXHdPg="; 21 + }; 22 + 23 + nativeBuildInputs = [ 24 + cacert 25 + (python3.withPackages (ps: [ 26 + ps.distutils 27 + ps.pybind11 28 + ])) 29 + ]; 30 + buildInputs = [ 31 + boost186 32 + pugixml 33 + python3.pkgs.distutils 34 + python3.pkgs.pybind11 35 + ]; 36 + postPatch = '' 37 + substituteInPlace config/Makefile.macros --replace-fail \ 38 + 'SHELL := /bin/bash' "" 39 + patchShebangs --build uhal/config/install.sh 40 + patchShebangs --build uhal/tests/setup.sh 41 + patchShebangs --build scripts/doxygen/api_uhal.sh 42 + patchShebangs --build config/progress.sh 43 + patchShebangs --build config/Makefile.macros 44 + ''; 45 + 46 + enableParallelBuilding = true; 47 + 48 + makeFlags = [ 49 + "Set=uhal" 50 + "CXX=${stdenv.cc.targetPrefix}c++" 51 + ]; 52 + 53 + installPhase = '' 54 + runHook preInstall 55 + mkdir -p $out/{bin,include} 56 + make Set=uhal install prefix=$out/bin includedir=$out/include 57 + runHook postInstall 58 + ''; 59 + 60 + meta = { 61 + description = "Software which pairs with ipbus-firmware"; 62 + longDescription = '' 63 + Software that provide a reliable high-performance 64 + control link for particle-physics or other electronics, 65 + by implementing a simple A32/D32 control protocol 66 + for reading and modifying memory-mapped resources 67 + within FPGA-based hardware devices. 68 + ''; 69 + platforms = lib.platforms.linux; 70 + homepage = "https://ipbus.web.cern.ch/"; 71 + maintainers = [ lib.maintainers.bashsu ]; 72 + mainProgram = "ipbus-uhal"; 73 + }; 74 + })
+13 -13
pkgs/by-name/je/jellyseerr/package.nix
··· 4 4 fetchFromGitHub, 5 5 stdenv, 6 6 makeWrapper, 7 - nodejs_20, 7 + nodejs_22, 8 8 python3, 9 9 sqlite, 10 10 nix-update-script, 11 11 }: 12 12 13 13 let 14 - nodejs = nodejs_20; 14 + nodejs = nodejs_22; 15 15 pnpm = pnpm_9.override { inherit nodejs; }; 16 16 in 17 - stdenv.mkDerivation rec { 17 + stdenv.mkDerivation (finalAttrs: { 18 18 pname = "jellyseerr"; 19 - version = "2.2.3"; 19 + version = "2.3.0"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "Fallenbagel"; 23 23 repo = "jellyseerr"; 24 - rev = "v${version}"; 25 - hash = "sha256-JkbmCyunaMngAKUNLQHxfa1pktXxTjeL6ngvIgiAsGo="; 24 + tag = "v${finalAttrs.version}"; 25 + hash = "sha256-vAMuiHcf13CDyOB0k36DXUk+i6K6h/R7dmBLJsMkzNA="; 26 26 }; 27 27 28 28 pnpmDeps = pnpm.fetchDeps { 29 - inherit pname version src; 30 - hash = "sha256-1r2+aeRb6zdpqqimufibVRjeAdvwHL0GiQSu5pHBh+U="; 29 + inherit (finalAttrs) pname version src; 30 + hash = "sha256-iSzs+lMQzcFjUz4K3rYP0I6g/wVz6u49FSQuPHXbVRM="; 31 31 }; 32 32 33 33 buildInputs = [ sqlite ]; ··· 71 71 72 72 passthru.updateScript = nix-update-script { }; 73 73 74 - meta = with lib; { 74 + meta = { 75 75 description = "Fork of overseerr for jellyfin support"; 76 76 homepage = "https://github.com/Fallenbagel/jellyseerr"; 77 77 longDescription = '' ··· 79 79 requests for your media library. It is a a fork of Overseerr built to 80 80 bring support for Jellyfin & Emby media servers! 81 81 ''; 82 - license = licenses.mit; 83 - maintainers = with maintainers; [ camillemndn ]; 84 - platforms = platforms.linux; 82 + license = lib.licenses.mit; 83 + maintainers = [ lib.maintainers.camillemndn ]; 84 + platforms = lib.platforms.linux; 85 85 mainProgram = "jellyseerr"; 86 86 }; 87 - } 87 + })
+2 -1
pkgs/by-name/ka/kapacitor/package.nix
··· 43 43 }) 44 44 ]; 45 45 sourceRoot = "${src.name}/libflux"; 46 - cargoHash = "sha256-yIYeJvLe+L72ZyuQ2AK6l4HGSF/tgCyGQsXEOWUXDn0="; 46 + useFetchCargoVendor = true; 47 + cargoHash = "sha256-kbI1uUDE8JyFFtwV5k0EeeNGCZFQLXLobW/MilHX2Sg="; 47 48 nativeBuildInputs = [ rustPlatform.bindgenHook ]; 48 49 buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv; 49 50 pkgcfg = ''
+38
pkgs/by-name/ke/keylight-cli/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + babashka, 6 + }: 7 + 8 + stdenv.mkDerivation rec { 9 + pname = "keylight-cli"; 10 + version = "1.0.0"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "versality"; 14 + repo = "keylight-cli"; 15 + tag = "v${version}"; 16 + sha256 = "sha256-gzTvMBa7JVckxLnltlR5XOj6BBbfPXZei7Wj3f1n4Kw="; 17 + }; 18 + 19 + buildInputs = [ babashka ]; 20 + 21 + installPhase = '' 22 + runHook preInstall 23 + 24 + mkdir -p $out/bin 25 + install -Dm755 keylight.bb $out/bin/keylight 26 + 27 + runHook postInstall 28 + ''; 29 + 30 + meta = with lib; { 31 + description = "CLI tool to control Elgato Key Light devices"; 32 + homepage = "https://github.com/versality/keylight-cli"; 33 + license = licenses.gpl2Only; 34 + maintainers = with maintainers; [ versality ]; 35 + mainProgram = "keylight"; 36 + platforms = platforms.all; 37 + }; 38 + }
+2 -8
pkgs/by-name/ll/lldap/package.nix
··· 5 5 , nixosTests 6 6 , rustPlatform 7 7 , rustc 8 - , wasm-bindgen-cli 8 + , wasm-bindgen-cli_0_2_95 9 9 , wasm-pack 10 10 , which 11 11 }: 12 12 13 13 let 14 - 15 - wasm-bindgen-95 = wasm-bindgen-cli.override { 16 - version = "0.2.95"; 17 - hash = "sha256-prMIreQeAcbJ8/g3+pMp1Wp9H5u+xLqxRxL+34hICss="; 18 - cargoHash = "sha256-6iMebkD7FQvixlmghGGIvpdGwFNLfnUcFke/Rg8nPK4="; 19 - }; 20 14 21 15 commonDerivationAttrs = rec { 22 16 pname = "lldap"; ··· 44 38 pname = commonDerivationAttrs.pname + "-frontend"; 45 39 46 40 nativeBuildInputs = [ 47 - wasm-pack wasm-bindgen-95 binaryen which rustc rustc.llvmPackages.lld 41 + wasm-pack wasm-bindgen-cli_0_2_95 binaryen which rustc rustc.llvmPackages.lld 48 42 ]; 49 43 50 44 buildPhase = ''
+24
pkgs/by-name/ls/lsh/package.nix
··· 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub, 5 + }: 6 + buildGoModule rec { 7 + pname = "lsh"; 8 + version = "1.3.3"; 9 + src = fetchFromGitHub { 10 + owner = "latitudesh"; 11 + repo = "lsh"; 12 + rev = "v${version}"; 13 + sha256 = "0YpjG4u+wb4LRWzfTddKFwut0MBzEch+HZijmZiVXpE="; 14 + }; 15 + vendorHash = "sha256-ogdyzfayleka4Y8x74ZtttD7MaeCl1qP/rQi9x0tMto="; 16 + subPackages = [ "." ]; 17 + meta = with lib; { 18 + changelog = "https://github.com/latitudesh/lsh/releases/tag/v${version}"; 19 + description = "Command-Line Interface for Latitude.sh"; 20 + homepage = "https://github.com/latitudesh/lsh"; 21 + license = licenses.mit; 22 + maintainers = [ lib.maintainers.dzmitry-lahoda ]; 23 + }; 24 + }
+2 -2
pkgs/by-name/my/mysql84/package.nix
··· 27 27 28 28 stdenv.mkDerivation (finalAttrs: { 29 29 pname = "mysql"; 30 - version = "8.4.3"; 30 + version = "8.4.4"; 31 31 32 32 src = fetchurl { 33 33 url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz"; 34 - hash = "sha256-eslWTEeAIvcwBf+Ju7QPZ7OB/AbVUYQWvf/sdeYluBg="; 34 + hash = "sha256-+ykO90iJRDQIUknDG8pSrHGFMSREarIYuzvFAr8AgqU="; 35 35 }; 36 36 37 37 nativeBuildInputs = [
+235 -235
pkgs/by-name/ne/nezha-theme-admin/package-lock.json
··· 124 124 } 125 125 }, 126 126 "node_modules/@babel/core": { 127 - "version": "7.26.0", 128 - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", 129 - "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", 127 + "version": "7.26.7", 128 + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz", 129 + "integrity": "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==", 130 130 "dev": true, 131 131 "license": "MIT", 132 132 "dependencies": { 133 133 "@ampproject/remapping": "^2.2.0", 134 - "@babel/code-frame": "^7.26.0", 135 - "@babel/generator": "^7.26.0", 136 - "@babel/helper-compilation-targets": "^7.25.9", 134 + "@babel/code-frame": "^7.26.2", 135 + "@babel/generator": "^7.26.5", 136 + "@babel/helper-compilation-targets": "^7.26.5", 137 137 "@babel/helper-module-transforms": "^7.26.0", 138 - "@babel/helpers": "^7.26.0", 139 - "@babel/parser": "^7.26.0", 138 + "@babel/helpers": "^7.26.7", 139 + "@babel/parser": "^7.26.7", 140 140 "@babel/template": "^7.25.9", 141 - "@babel/traverse": "^7.25.9", 142 - "@babel/types": "^7.26.0", 141 + "@babel/traverse": "^7.26.7", 142 + "@babel/types": "^7.26.7", 143 143 "convert-source-map": "^2.0.0", 144 144 "debug": "^4.1.0", 145 145 "gensync": "^1.0.0-beta.2", ··· 258 258 } 259 259 }, 260 260 "node_modules/@babel/helpers": { 261 - "version": "7.26.0", 262 - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", 263 - "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", 261 + "version": "7.26.7", 262 + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz", 263 + "integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==", 264 264 "dev": true, 265 265 "license": "MIT", 266 266 "dependencies": { 267 267 "@babel/template": "^7.25.9", 268 - "@babel/types": "^7.26.0" 268 + "@babel/types": "^7.26.7" 269 269 }, 270 270 "engines": { 271 271 "node": ">=6.9.0" 272 272 } 273 273 }, 274 274 "node_modules/@babel/parser": { 275 - "version": "7.26.5", 276 - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz", 277 - "integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==", 275 + "version": "7.26.7", 276 + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz", 277 + "integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==", 278 278 "license": "MIT", 279 279 "dependencies": { 280 - "@babel/types": "^7.26.5" 280 + "@babel/types": "^7.26.7" 281 281 }, 282 282 "bin": { 283 283 "parser": "bin/babel-parser.js" ··· 319 319 } 320 320 }, 321 321 "node_modules/@babel/runtime": { 322 - "version": "7.26.0", 323 - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", 324 - "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", 322 + "version": "7.26.7", 323 + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz", 324 + "integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==", 325 325 "license": "MIT", 326 326 "dependencies": { 327 327 "regenerator-runtime": "^0.14.0" ··· 345 345 } 346 346 }, 347 347 "node_modules/@babel/traverse": { 348 - "version": "7.26.5", 349 - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz", 350 - "integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==", 348 + "version": "7.26.7", 349 + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz", 350 + "integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==", 351 351 "license": "MIT", 352 352 "dependencies": { 353 353 "@babel/code-frame": "^7.26.2", 354 354 "@babel/generator": "^7.26.5", 355 - "@babel/parser": "^7.26.5", 355 + "@babel/parser": "^7.26.7", 356 356 "@babel/template": "^7.25.9", 357 - "@babel/types": "^7.26.5", 357 + "@babel/types": "^7.26.7", 358 358 "debug": "^4.3.1", 359 359 "globals": "^11.1.0" 360 360 }, ··· 372 372 } 373 373 }, 374 374 "node_modules/@babel/types": { 375 - "version": "7.26.5", 376 - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz", 377 - "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==", 375 + "version": "7.26.7", 376 + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz", 377 + "integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==", 378 378 "license": "MIT", 379 379 "dependencies": { 380 380 "@babel/helper-string-parser": "^7.25.9", ··· 883 883 } 884 884 }, 885 885 "node_modules/@eslint/js": { 886 - "version": "9.18.0", 887 - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz", 888 - "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==", 886 + "version": "9.19.0", 887 + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz", 888 + "integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==", 889 889 "dev": true, 890 890 "license": "MIT", 891 891 "engines": { ··· 1159 1159 "license": "MIT" 1160 1160 }, 1161 1161 "node_modules/@radix-ui/react-alert-dialog": { 1162 - "version": "1.1.4", 1163 - "resolved": "https://registry.npmjs.org/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.4.tgz", 1164 - "integrity": "sha512-A6Kh23qZDLy3PSU4bh2UJZznOrUdHImIXqF8YtUa6CN73f8EOO9XlXSCd9IHyPvIquTaa/kwaSWzZTtUvgXVGw==", 1162 + "version": "1.1.5", 1163 + "resolved": "https://registry.npmjs.org/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.5.tgz", 1164 + "integrity": "sha512-1Y2sI17QzSZP58RjGtrklfSGIf3AF7U/HkD3aAcAnhOUJrm7+7GG1wRDFaUlSe0nW5B/t4mYd/+7RNbP2Wexug==", 1165 1165 "license": "MIT", 1166 1166 "dependencies": { 1167 1167 "@radix-ui/primitive": "1.1.1", 1168 1168 "@radix-ui/react-compose-refs": "1.1.1", 1169 1169 "@radix-ui/react-context": "1.1.1", 1170 - "@radix-ui/react-dialog": "1.1.4", 1170 + "@radix-ui/react-dialog": "1.1.5", 1171 1171 "@radix-ui/react-primitive": "2.0.1", 1172 1172 "@radix-ui/react-slot": "1.1.1" 1173 1173 }, ··· 1322 1322 } 1323 1323 }, 1324 1324 "node_modules/@radix-ui/react-dialog": { 1325 - "version": "1.1.4", 1326 - "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.4.tgz", 1327 - "integrity": "sha512-Ur7EV1IwQGCyaAuyDRiOLA5JIUZxELJljF+MbM/2NC0BYwfuRrbpS30BiQBJrVruscgUkieKkqXYDOoByaxIoA==", 1325 + "version": "1.1.5", 1326 + "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.5.tgz", 1327 + "integrity": "sha512-LaO3e5h/NOEL4OfXjxD43k9Dx+vn+8n+PCFt6uhX/BADFflllyv3WJG6rgvvSVBxpTch938Qq/LGc2MMxipXPw==", 1328 1328 "license": "MIT", 1329 1329 "dependencies": { 1330 1330 "@radix-ui/primitive": "1.1.1", 1331 1331 "@radix-ui/react-compose-refs": "1.1.1", 1332 1332 "@radix-ui/react-context": "1.1.1", 1333 - "@radix-ui/react-dismissable-layer": "1.1.3", 1333 + "@radix-ui/react-dismissable-layer": "1.1.4", 1334 1334 "@radix-ui/react-focus-guards": "1.1.1", 1335 1335 "@radix-ui/react-focus-scope": "1.1.1", 1336 1336 "@radix-ui/react-id": "1.1.0", ··· 1339 1339 "@radix-ui/react-primitive": "2.0.1", 1340 1340 "@radix-ui/react-slot": "1.1.1", 1341 1341 "@radix-ui/react-use-controllable-state": "1.1.0", 1342 - "aria-hidden": "^1.1.1", 1343 - "react-remove-scroll": "^2.6.1" 1342 + "aria-hidden": "^1.2.4", 1343 + "react-remove-scroll": "^2.6.2" 1344 1344 }, 1345 1345 "peerDependencies": { 1346 1346 "@types/react": "*", ··· 1373 1373 } 1374 1374 }, 1375 1375 "node_modules/@radix-ui/react-dismissable-layer": { 1376 - "version": "1.1.3", 1377 - "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.3.tgz", 1378 - "integrity": "sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==", 1376 + "version": "1.1.4", 1377 + "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.4.tgz", 1378 + "integrity": "sha512-XDUI0IVYVSwjMXxM6P4Dfti7AH+Y4oS/TB+sglZ/EXc7cqLwGAmp1NlMrcUjj7ks6R5WTZuWKv44FBbLpwU3sA==", 1379 1379 "license": "MIT", 1380 1380 "dependencies": { 1381 1381 "@radix-ui/primitive": "1.1.1", ··· 1400 1400 } 1401 1401 }, 1402 1402 "node_modules/@radix-ui/react-dropdown-menu": { 1403 - "version": "2.1.4", 1404 - "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.4.tgz", 1405 - "integrity": "sha512-iXU1Ab5ecM+yEepGAWK8ZhMyKX4ubFdCNtol4sT9D0OVErG9PNElfx3TQhjw7n7BC5nFVz68/5//clWy+8TXzA==", 1403 + "version": "2.1.5", 1404 + "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.5.tgz", 1405 + "integrity": "sha512-50ZmEFL1kOuLalPKHrLWvPFMons2fGx9TqQCWlPwDVpbAnaUJ1g4XNcKqFNMQymYU0kKWR4MDDi+9vUQBGFgcQ==", 1406 1406 "license": "MIT", 1407 1407 "dependencies": { 1408 1408 "@radix-ui/primitive": "1.1.1", 1409 1409 "@radix-ui/react-compose-refs": "1.1.1", 1410 1410 "@radix-ui/react-context": "1.1.1", 1411 1411 "@radix-ui/react-id": "1.1.0", 1412 - "@radix-ui/react-menu": "2.1.4", 1412 + "@radix-ui/react-menu": "2.1.5", 1413 1413 "@radix-ui/react-primitive": "2.0.1", 1414 1414 "@radix-ui/react-use-controllable-state": "1.1.0" 1415 1415 }, ··· 1510 1510 } 1511 1511 }, 1512 1512 "node_modules/@radix-ui/react-menu": { 1513 - "version": "2.1.4", 1514 - "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.4.tgz", 1515 - "integrity": "sha512-BnOgVoL6YYdHAG6DtXONaR29Eq4nvbi8rutrV/xlr3RQCMMb3yqP85Qiw/3NReozrSW+4dfLkK+rc1hb4wPU/A==", 1513 + "version": "2.1.5", 1514 + "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.5.tgz", 1515 + "integrity": "sha512-uH+3w5heoMJtqVCgYOtYVMECk1TOrkUn0OG0p5MqXC0W2ppcuVeESbou8PTHoqAjbdTEK19AGXBWcEtR5WpEQg==", 1516 1516 "license": "MIT", 1517 1517 "dependencies": { 1518 1518 "@radix-ui/primitive": "1.1.1", ··· 1520 1520 "@radix-ui/react-compose-refs": "1.1.1", 1521 1521 "@radix-ui/react-context": "1.1.1", 1522 1522 "@radix-ui/react-direction": "1.1.0", 1523 - "@radix-ui/react-dismissable-layer": "1.1.3", 1523 + "@radix-ui/react-dismissable-layer": "1.1.4", 1524 1524 "@radix-ui/react-focus-guards": "1.1.1", 1525 1525 "@radix-ui/react-focus-scope": "1.1.1", 1526 1526 "@radix-ui/react-id": "1.1.0", ··· 1531 1531 "@radix-ui/react-roving-focus": "1.1.1", 1532 1532 "@radix-ui/react-slot": "1.1.1", 1533 1533 "@radix-ui/react-use-callback-ref": "1.1.0", 1534 - "aria-hidden": "^1.1.1", 1535 - "react-remove-scroll": "^2.6.1" 1534 + "aria-hidden": "^1.2.4", 1535 + "react-remove-scroll": "^2.6.2" 1536 1536 }, 1537 1537 "peerDependencies": { 1538 1538 "@types/react": "*", ··· 1550 1550 } 1551 1551 }, 1552 1552 "node_modules/@radix-ui/react-navigation-menu": { 1553 - "version": "1.2.3", 1554 - "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.3.tgz", 1555 - "integrity": "sha512-IQWAsQ7dsLIYDrn0WqPU+cdM7MONTv9nqrLVYoie3BPiabSfUVDe6Fr+oEt0Cofsr9ONDcDe9xhmJbL1Uq1yKg==", 1553 + "version": "1.2.4", 1554 + "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.4.tgz", 1555 + "integrity": "sha512-wUi01RrTDTOoGtjEPHsxlzPtVzVc3R/AZ5wfh0dyqMAqolhHAHvG5iQjBCTi2AjQqa77FWWbA3kE3RkD+bDMgQ==", 1556 1556 "license": "MIT", 1557 1557 "dependencies": { 1558 1558 "@radix-ui/primitive": "1.1.1", ··· 1560 1560 "@radix-ui/react-compose-refs": "1.1.1", 1561 1561 "@radix-ui/react-context": "1.1.1", 1562 1562 "@radix-ui/react-direction": "1.1.0", 1563 - "@radix-ui/react-dismissable-layer": "1.1.3", 1563 + "@radix-ui/react-dismissable-layer": "1.1.4", 1564 1564 "@radix-ui/react-id": "1.1.0", 1565 1565 "@radix-ui/react-presence": "1.1.2", 1566 1566 "@radix-ui/react-primitive": "2.0.1", ··· 1586 1586 } 1587 1587 }, 1588 1588 "node_modules/@radix-ui/react-popover": { 1589 - "version": "1.1.4", 1590 - "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.4.tgz", 1591 - "integrity": "sha512-aUACAkXx8LaFymDma+HQVji7WhvEhpFJ7+qPz17Nf4lLZqtreGOFRiNQWQmhzp7kEWg9cOyyQJpdIMUMPc/CPw==", 1589 + "version": "1.1.5", 1590 + "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.5.tgz", 1591 + "integrity": "sha512-YXkTAftOIW2Bt3qKH8vYr6n9gCkVrvyvfiTObVjoHVTHnNj26rmvO87IKa3VgtgCjb8FAQ6qOjNViwl+9iIzlg==", 1592 1592 "license": "MIT", 1593 1593 "dependencies": { 1594 1594 "@radix-ui/primitive": "1.1.1", 1595 1595 "@radix-ui/react-compose-refs": "1.1.1", 1596 1596 "@radix-ui/react-context": "1.1.1", 1597 - "@radix-ui/react-dismissable-layer": "1.1.3", 1597 + "@radix-ui/react-dismissable-layer": "1.1.4", 1598 1598 "@radix-ui/react-focus-guards": "1.1.1", 1599 1599 "@radix-ui/react-focus-scope": "1.1.1", 1600 1600 "@radix-ui/react-id": "1.1.0", ··· 1604 1604 "@radix-ui/react-primitive": "2.0.1", 1605 1605 "@radix-ui/react-slot": "1.1.1", 1606 1606 "@radix-ui/react-use-controllable-state": "1.1.0", 1607 - "aria-hidden": "^1.1.1", 1608 - "react-remove-scroll": "^2.6.1" 1607 + "aria-hidden": "^1.2.4", 1608 + "react-remove-scroll": "^2.6.2" 1609 1609 }, 1610 1610 "peerDependencies": { 1611 1611 "@types/react": "*", ··· 1788 1788 } 1789 1789 }, 1790 1790 "node_modules/@radix-ui/react-select": { 1791 - "version": "2.1.4", 1792 - "resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.1.4.tgz", 1793 - "integrity": "sha512-pOkb2u8KgO47j/h7AylCj7dJsm69BXcjkrvTqMptFqsE2i0p8lHkfgneXKjAgPzBMivnoMyt8o4KiV4wYzDdyQ==", 1791 + "version": "2.1.5", 1792 + "resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.1.5.tgz", 1793 + "integrity": "sha512-eVV7N8jBXAXnyrc+PsOF89O9AfVgGnbLxUtBb0clJ8y8ENMWLARGMI/1/SBRLz7u4HqxLgN71BJ17eono3wcjA==", 1794 1794 "license": "MIT", 1795 1795 "dependencies": { 1796 1796 "@radix-ui/number": "1.1.0", ··· 1799 1799 "@radix-ui/react-compose-refs": "1.1.1", 1800 1800 "@radix-ui/react-context": "1.1.1", 1801 1801 "@radix-ui/react-direction": "1.1.0", 1802 - "@radix-ui/react-dismissable-layer": "1.1.3", 1802 + "@radix-ui/react-dismissable-layer": "1.1.4", 1803 1803 "@radix-ui/react-focus-guards": "1.1.1", 1804 1804 "@radix-ui/react-focus-scope": "1.1.1", 1805 1805 "@radix-ui/react-id": "1.1.0", ··· 1812 1812 "@radix-ui/react-use-layout-effect": "1.1.0", 1813 1813 "@radix-ui/react-use-previous": "1.1.0", 1814 1814 "@radix-ui/react-visually-hidden": "1.1.1", 1815 - "aria-hidden": "^1.1.1", 1816 - "react-remove-scroll": "^2.6.1" 1815 + "aria-hidden": "^1.2.4", 1816 + "react-remove-scroll": "^2.6.2" 1817 1817 }, 1818 1818 "peerDependencies": { 1819 1819 "@types/react": "*", ··· 2057 2057 } 2058 2058 }, 2059 2059 "node_modules/@rollup/rollup-android-arm-eabi": { 2060 - "version": "4.31.0", 2061 - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.31.0.tgz", 2062 - "integrity": "sha512-9NrR4033uCbUBRgvLcBrJofa2KY9DzxL2UKZ1/4xA/mnTNyhZCWBuD8X3tPm1n4KxcgaraOYgrFKSgwjASfmlA==", 2060 + "version": "4.32.1", 2061 + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.32.1.tgz", 2062 + "integrity": "sha512-/pqA4DmqyCm8u5YIDzIdlLcEmuvxb0v8fZdFhVMszSpDTgbQKdw3/mB3eMUHIbubtJ6F9j+LtmyCnHTEqIHyzA==", 2063 2063 "cpu": [ 2064 2064 "arm" 2065 2065 ], ··· 2071 2071 ] 2072 2072 }, 2073 2073 "node_modules/@rollup/rollup-android-arm64": { 2074 - "version": "4.31.0", 2075 - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.31.0.tgz", 2076 - "integrity": "sha512-iBbODqT86YBFHajxxF8ebj2hwKm1k8PTBQSojSt3d1FFt1gN+xf4CowE47iN0vOSdnd+5ierMHBbu/rHc7nq5g==", 2074 + "version": "4.32.1", 2075 + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.32.1.tgz", 2076 + "integrity": "sha512-If3PDskT77q7zgqVqYuj7WG3WC08G1kwXGVFi9Jr8nY6eHucREHkfpX79c0ACAjLj3QIWKPJR7w4i+f5EdLH5Q==", 2077 2077 "cpu": [ 2078 2078 "arm64" 2079 2079 ], ··· 2085 2085 ] 2086 2086 }, 2087 2087 "node_modules/@rollup/rollup-darwin-arm64": { 2088 - "version": "4.31.0", 2089 - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.31.0.tgz", 2090 - "integrity": "sha512-WHIZfXgVBX30SWuTMhlHPXTyN20AXrLH4TEeH/D0Bolvx9PjgZnn4H677PlSGvU6MKNsjCQJYczkpvBbrBnG6g==", 2088 + "version": "4.32.1", 2089 + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.32.1.tgz", 2090 + "integrity": "sha512-zCpKHioQ9KgZToFp5Wvz6zaWbMzYQ2LJHQ+QixDKq52KKrF65ueu6Af4hLlLWHjX1Wf/0G5kSJM9PySW9IrvHA==", 2091 2091 "cpu": [ 2092 2092 "arm64" 2093 2093 ], ··· 2099 2099 ] 2100 2100 }, 2101 2101 "node_modules/@rollup/rollup-darwin-x64": { 2102 - "version": "4.31.0", 2103 - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.31.0.tgz", 2104 - "integrity": "sha512-hrWL7uQacTEF8gdrQAqcDy9xllQ0w0zuL1wk1HV8wKGSGbKPVjVUv/DEwT2+Asabf8Dh/As+IvfdU+H8hhzrQQ==", 2102 + "version": "4.32.1", 2103 + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.32.1.tgz", 2104 + "integrity": "sha512-sFvF+t2+TyUo/ZQqUcifrJIgznx58oFZbdHS9TvHq3xhPVL9nOp+yZ6LKrO9GWTP+6DbFtoyLDbjTpR62Mbr3Q==", 2105 2105 "cpu": [ 2106 2106 "x64" 2107 2107 ], ··· 2113 2113 ] 2114 2114 }, 2115 2115 "node_modules/@rollup/rollup-freebsd-arm64": { 2116 - "version": "4.31.0", 2117 - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.31.0.tgz", 2118 - "integrity": "sha512-S2oCsZ4hJviG1QjPY1h6sVJLBI6ekBeAEssYKad1soRFv3SocsQCzX6cwnk6fID6UQQACTjeIMB+hyYrFacRew==", 2116 + "version": "4.32.1", 2117 + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.32.1.tgz", 2118 + "integrity": "sha512-NbOa+7InvMWRcY9RG+B6kKIMD/FsnQPH0MWUvDlQB1iXnF/UcKSudCXZtv4lW+C276g3w5AxPbfry5rSYvyeYA==", 2119 2119 "cpu": [ 2120 2120 "arm64" 2121 2121 ], ··· 2127 2127 ] 2128 2128 }, 2129 2129 "node_modules/@rollup/rollup-freebsd-x64": { 2130 - "version": "4.31.0", 2131 - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.31.0.tgz", 2132 - "integrity": "sha512-pCANqpynRS4Jirn4IKZH4tnm2+2CqCNLKD7gAdEjzdLGbH1iO0zouHz4mxqg0uEMpO030ejJ0aA6e1PJo2xrPA==", 2130 + "version": "4.32.1", 2131 + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.32.1.tgz", 2132 + "integrity": "sha512-JRBRmwvHPXR881j2xjry8HZ86wIPK2CcDw0EXchE1UgU0ubWp9nvlT7cZYKc6bkypBt745b4bglf3+xJ7hXWWw==", 2133 2133 "cpu": [ 2134 2134 "x64" 2135 2135 ], ··· 2141 2141 ] 2142 2142 }, 2143 2143 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 2144 - "version": "4.31.0", 2145 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.31.0.tgz", 2146 - "integrity": "sha512-0O8ViX+QcBd3ZmGlcFTnYXZKGbFu09EhgD27tgTdGnkcYXLat4KIsBBQeKLR2xZDCXdIBAlWLkiXE1+rJpCxFw==", 2144 + "version": "4.32.1", 2145 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.32.1.tgz", 2146 + "integrity": "sha512-PKvszb+9o/vVdUzCCjL0sKHukEQV39tD3fepXxYrHE3sTKrRdCydI7uldRLbjLmDA3TFDmh418XH19NOsDRH8g==", 2147 2147 "cpu": [ 2148 2148 "arm" 2149 2149 ], ··· 2155 2155 ] 2156 2156 }, 2157 2157 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 2158 - "version": "4.31.0", 2159 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.31.0.tgz", 2160 - "integrity": "sha512-w5IzG0wTVv7B0/SwDnMYmbr2uERQp999q8FMkKG1I+j8hpPX2BYFjWe69xbhbP6J9h2gId/7ogesl9hwblFwwg==", 2158 + "version": "4.32.1", 2159 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.32.1.tgz", 2160 + "integrity": "sha512-9WHEMV6Y89eL606ReYowXuGF1Yb2vwfKWKdD1A5h+OYnPZSJvxbEjxTRKPgi7tkP2DSnW0YLab1ooy+i/FQp/Q==", 2161 2161 "cpu": [ 2162 2162 "arm" 2163 2163 ], ··· 2169 2169 ] 2170 2170 }, 2171 2171 "node_modules/@rollup/rollup-linux-arm64-gnu": { 2172 - "version": "4.31.0", 2173 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.31.0.tgz", 2174 - "integrity": "sha512-JyFFshbN5xwy6fulZ8B/8qOqENRmDdEkcIMF0Zz+RsfamEW+Zabl5jAb0IozP/8UKnJ7g2FtZZPEUIAlUSX8cA==", 2172 + "version": "4.32.1", 2173 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.32.1.tgz", 2174 + "integrity": "sha512-tZWc9iEt5fGJ1CL2LRPw8OttkCBDs+D8D3oEM8mH8S1ICZCtFJhD7DZ3XMGM8kpqHvhGUTvNUYVDnmkj4BDXnw==", 2175 2175 "cpu": [ 2176 2176 "arm64" 2177 2177 ], ··· 2183 2183 ] 2184 2184 }, 2185 2185 "node_modules/@rollup/rollup-linux-arm64-musl": { 2186 - "version": "4.31.0", 2187 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.31.0.tgz", 2188 - "integrity": "sha512-kpQXQ0UPFeMPmPYksiBL9WS/BDiQEjRGMfklVIsA0Sng347H8W2iexch+IEwaR7OVSKtr2ZFxggt11zVIlZ25g==", 2186 + "version": "4.32.1", 2187 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.32.1.tgz", 2188 + "integrity": "sha512-FTYc2YoTWUsBz5GTTgGkRYYJ5NGJIi/rCY4oK/I8aKowx1ToXeoVVbIE4LGAjsauvlhjfl0MYacxClLld1VrOw==", 2189 2189 "cpu": [ 2190 2190 "arm64" 2191 2191 ], ··· 2197 2197 ] 2198 2198 }, 2199 2199 "node_modules/@rollup/rollup-linux-loongarch64-gnu": { 2200 - "version": "4.31.0", 2201 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.31.0.tgz", 2202 - "integrity": "sha512-pMlxLjt60iQTzt9iBb3jZphFIl55a70wexvo8p+vVFK+7ifTRookdoXX3bOsRdmfD+OKnMozKO6XM4zR0sHRrQ==", 2200 + "version": "4.32.1", 2201 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.32.1.tgz", 2202 + "integrity": "sha512-F51qLdOtpS6P1zJVRzYM0v6MrBNypyPEN1GfMiz0gPu9jN8ScGaEFIZQwteSsGKg799oR5EaP7+B2jHgL+d+Kw==", 2203 2203 "cpu": [ 2204 2204 "loong64" 2205 2205 ], ··· 2211 2211 ] 2212 2212 }, 2213 2213 "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { 2214 - "version": "4.31.0", 2215 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.31.0.tgz", 2216 - "integrity": "sha512-D7TXT7I/uKEuWiRkEFbed1UUYZwcJDU4vZQdPTcepK7ecPhzKOYk4Er2YR4uHKme4qDeIh6N3XrLfpuM7vzRWQ==", 2214 + "version": "4.32.1", 2215 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.32.1.tgz", 2216 + "integrity": "sha512-wO0WkfSppfX4YFm5KhdCCpnpGbtgQNj/tgvYzrVYFKDpven8w2N6Gg5nB6w+wAMO3AIfSTWeTjfVe+uZ23zAlg==", 2217 2217 "cpu": [ 2218 2218 "ppc64" 2219 2219 ], ··· 2225 2225 ] 2226 2226 }, 2227 2227 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 2228 - "version": "4.31.0", 2229 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.31.0.tgz", 2230 - "integrity": "sha512-wal2Tc8O5lMBtoePLBYRKj2CImUCJ4UNGJlLwspx7QApYny7K1cUYlzQ/4IGQBLmm+y0RS7dwc3TDO/pmcneTw==", 2228 + "version": "4.32.1", 2229 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.32.1.tgz", 2230 + "integrity": "sha512-iWswS9cIXfJO1MFYtI/4jjlrGb/V58oMu4dYJIKnR5UIwbkzR0PJ09O0PDZT0oJ3LYWXBSWahNf/Mjo6i1E5/g==", 2231 2231 "cpu": [ 2232 2232 "riscv64" 2233 2233 ], ··· 2239 2239 ] 2240 2240 }, 2241 2241 "node_modules/@rollup/rollup-linux-s390x-gnu": { 2242 - "version": "4.31.0", 2243 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.31.0.tgz", 2244 - "integrity": "sha512-O1o5EUI0+RRMkK9wiTVpk2tyzXdXefHtRTIjBbmFREmNMy7pFeYXCFGbhKFwISA3UOExlo5GGUuuj3oMKdK6JQ==", 2242 + "version": "4.32.1", 2243 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.32.1.tgz", 2244 + "integrity": "sha512-RKt8NI9tebzmEthMnfVgG3i/XeECkMPS+ibVZjZ6mNekpbbUmkNWuIN2yHsb/mBPyZke4nlI4YqIdFPgKuoyQQ==", 2245 2245 "cpu": [ 2246 2246 "s390x" 2247 2247 ], ··· 2253 2253 ] 2254 2254 }, 2255 2255 "node_modules/@rollup/rollup-linux-x64-gnu": { 2256 - "version": "4.31.0", 2257 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.31.0.tgz", 2258 - "integrity": "sha512-zSoHl356vKnNxwOWnLd60ixHNPRBglxpv2g7q0Cd3Pmr561gf0HiAcUBRL3S1vPqRC17Zo2CX/9cPkqTIiai1g==", 2256 + "version": "4.32.1", 2257 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.32.1.tgz", 2258 + "integrity": "sha512-WQFLZ9c42ECqEjwg/GHHsouij3pzLXkFdz0UxHa/0OM12LzvX7DzedlY0SIEly2v18YZLRhCRoHZDxbBSWoGYg==", 2259 2259 "cpu": [ 2260 2260 "x64" 2261 2261 ], ··· 2267 2267 ] 2268 2268 }, 2269 2269 "node_modules/@rollup/rollup-linux-x64-musl": { 2270 - "version": "4.31.0", 2271 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.31.0.tgz", 2272 - "integrity": "sha512-ypB/HMtcSGhKUQNiFwqgdclWNRrAYDH8iMYH4etw/ZlGwiTVxBz2tDrGRrPlfZu6QjXwtd+C3Zib5pFqID97ZA==", 2270 + "version": "4.32.1", 2271 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.32.1.tgz", 2272 + "integrity": "sha512-BLoiyHDOWoS3uccNSADMza6V6vCNiphi94tQlVIL5de+r6r/CCQuNnerf+1g2mnk2b6edp5dk0nhdZ7aEjOBsA==", 2273 2273 "cpu": [ 2274 2274 "x64" 2275 2275 ], ··· 2281 2281 ] 2282 2282 }, 2283 2283 "node_modules/@rollup/rollup-win32-arm64-msvc": { 2284 - "version": "4.31.0", 2285 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.31.0.tgz", 2286 - "integrity": "sha512-JuhN2xdI/m8Hr+aVO3vspO7OQfUFO6bKLIRTAy0U15vmWjnZDLrEgCZ2s6+scAYaQVpYSh9tZtRijApw9IXyMw==", 2284 + "version": "4.32.1", 2285 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.32.1.tgz", 2286 + "integrity": "sha512-w2l3UnlgYTNNU+Z6wOR8YdaioqfEnwPjIsJ66KxKAf0p+AuL2FHeTX6qvM+p/Ue3XPBVNyVSfCrfZiQh7vZHLQ==", 2287 2287 "cpu": [ 2288 2288 "arm64" 2289 2289 ], ··· 2295 2295 ] 2296 2296 }, 2297 2297 "node_modules/@rollup/rollup-win32-ia32-msvc": { 2298 - "version": "4.31.0", 2299 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.31.0.tgz", 2300 - "integrity": "sha512-U1xZZXYkvdf5MIWmftU8wrM5PPXzyaY1nGCI4KI4BFfoZxHamsIe+BtnPLIvvPykvQWlVbqUXdLa4aJUuilwLQ==", 2298 + "version": "4.32.1", 2299 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.32.1.tgz", 2300 + "integrity": "sha512-Am9H+TGLomPGkBnaPWie4F3x+yQ2rr4Bk2jpwy+iV+Gel9jLAu/KqT8k3X4jxFPW6Zf8OMnehyutsd+eHoq1WQ==", 2301 2301 "cpu": [ 2302 2302 "ia32" 2303 2303 ], ··· 2309 2309 ] 2310 2310 }, 2311 2311 "node_modules/@rollup/rollup-win32-x64-msvc": { 2312 - "version": "4.31.0", 2313 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.31.0.tgz", 2314 - "integrity": "sha512-ul8rnCsUumNln5YWwz0ted2ZHFhzhRRnkpBZ+YRuHoRAlUji9KChpOUOndY7uykrPEPXVbHLlsdo6v5yXo/TXw==", 2312 + "version": "4.32.1", 2313 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.32.1.tgz", 2314 + "integrity": "sha512-ar80GhdZb4DgmW3myIS9nRFYcpJRSME8iqWgzH2i44u+IdrzmiXVxeFnExQ5v4JYUSpg94bWjevMG8JHf1Da5Q==", 2315 2315 "cpu": [ 2316 2316 "x64" 2317 2317 ], ··· 2356 2356 } 2357 2357 }, 2358 2358 "node_modules/@trivago/prettier-plugin-sort-imports": { 2359 - "version": "5.2.1", 2360 - "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-5.2.1.tgz", 2361 - "integrity": "sha512-NDZndt0fmVThIx/8cExuJHLZagUVzfGCoVrwH9x6aZvwfBdkrDFTYujecek6X2WpG4uUFsVaPg5+aNQPSyjcmw==", 2359 + "version": "5.2.2", 2360 + "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-5.2.2.tgz", 2361 + "integrity": "sha512-fYDQA9e6yTNmA13TLVSA+WMQRc5Bn/c0EUBditUHNfMMxN7M82c38b1kEggVE3pLpZ0FwkwJkUEKMiOi52JXFA==", 2362 2362 "license": "Apache-2.0", 2363 2363 "dependencies": { 2364 - "@babel/generator": "^7.26.2", 2365 - "@babel/parser": "^7.26.2", 2366 - "@babel/traverse": "^7.25.9", 2367 - "@babel/types": "^7.26.0", 2364 + "@babel/generator": "^7.26.5", 2365 + "@babel/parser": "^7.26.7", 2366 + "@babel/traverse": "^7.26.7", 2367 + "@babel/types": "^7.26.7", 2368 2368 "javascript-natural-sort": "^0.7.1", 2369 2369 "lodash": "^4.17.21" 2370 2370 }, ··· 2455 2455 "license": "MIT" 2456 2456 }, 2457 2457 "node_modules/@types/node": { 2458 - "version": "22.10.7", 2459 - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", 2460 - "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", 2458 + "version": "22.12.0", 2459 + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.12.0.tgz", 2460 + "integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==", 2461 2461 "dev": true, 2462 2462 "license": "MIT", 2463 2463 "dependencies": { ··· 2500 2500 "license": "MIT" 2501 2501 }, 2502 2502 "node_modules/@typescript-eslint/eslint-plugin": { 2503 - "version": "8.21.0", 2504 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz", 2505 - "integrity": "sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==", 2503 + "version": "8.22.0", 2504 + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz", 2505 + "integrity": "sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==", 2506 2506 "dev": true, 2507 2507 "license": "MIT", 2508 2508 "dependencies": { 2509 2509 "@eslint-community/regexpp": "^4.10.0", 2510 - "@typescript-eslint/scope-manager": "8.21.0", 2511 - "@typescript-eslint/type-utils": "8.21.0", 2512 - "@typescript-eslint/utils": "8.21.0", 2513 - "@typescript-eslint/visitor-keys": "8.21.0", 2510 + "@typescript-eslint/scope-manager": "8.22.0", 2511 + "@typescript-eslint/type-utils": "8.22.0", 2512 + "@typescript-eslint/utils": "8.22.0", 2513 + "@typescript-eslint/visitor-keys": "8.22.0", 2514 2514 "graphemer": "^1.4.0", 2515 2515 "ignore": "^5.3.1", 2516 2516 "natural-compare": "^1.4.0", ··· 2530 2530 } 2531 2531 }, 2532 2532 "node_modules/@typescript-eslint/parser": { 2533 - "version": "8.21.0", 2534 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.21.0.tgz", 2535 - "integrity": "sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==", 2533 + "version": "8.22.0", 2534 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.22.0.tgz", 2535 + "integrity": "sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==", 2536 2536 "dev": true, 2537 2537 "license": "MIT", 2538 2538 "dependencies": { 2539 - "@typescript-eslint/scope-manager": "8.21.0", 2540 - "@typescript-eslint/types": "8.21.0", 2541 - "@typescript-eslint/typescript-estree": "8.21.0", 2542 - "@typescript-eslint/visitor-keys": "8.21.0", 2539 + "@typescript-eslint/scope-manager": "8.22.0", 2540 + "@typescript-eslint/types": "8.22.0", 2541 + "@typescript-eslint/typescript-estree": "8.22.0", 2542 + "@typescript-eslint/visitor-keys": "8.22.0", 2543 2543 "debug": "^4.3.4" 2544 2544 }, 2545 2545 "engines": { ··· 2555 2555 } 2556 2556 }, 2557 2557 "node_modules/@typescript-eslint/scope-manager": { 2558 - "version": "8.21.0", 2559 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz", 2560 - "integrity": "sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==", 2558 + "version": "8.22.0", 2559 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz", 2560 + "integrity": "sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==", 2561 2561 "dev": true, 2562 2562 "license": "MIT", 2563 2563 "dependencies": { 2564 - "@typescript-eslint/types": "8.21.0", 2565 - "@typescript-eslint/visitor-keys": "8.21.0" 2564 + "@typescript-eslint/types": "8.22.0", 2565 + "@typescript-eslint/visitor-keys": "8.22.0" 2566 2566 }, 2567 2567 "engines": { 2568 2568 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 2573 2573 } 2574 2574 }, 2575 2575 "node_modules/@typescript-eslint/type-utils": { 2576 - "version": "8.21.0", 2577 - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz", 2578 - "integrity": "sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==", 2576 + "version": "8.22.0", 2577 + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz", 2578 + "integrity": "sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==", 2579 2579 "dev": true, 2580 2580 "license": "MIT", 2581 2581 "dependencies": { 2582 - "@typescript-eslint/typescript-estree": "8.21.0", 2583 - "@typescript-eslint/utils": "8.21.0", 2582 + "@typescript-eslint/typescript-estree": "8.22.0", 2583 + "@typescript-eslint/utils": "8.22.0", 2584 2584 "debug": "^4.3.4", 2585 2585 "ts-api-utils": "^2.0.0" 2586 2586 }, ··· 2597 2597 } 2598 2598 }, 2599 2599 "node_modules/@typescript-eslint/types": { 2600 - "version": "8.21.0", 2601 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.21.0.tgz", 2602 - "integrity": "sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==", 2600 + "version": "8.22.0", 2601 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.22.0.tgz", 2602 + "integrity": "sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==", 2603 2603 "dev": true, 2604 2604 "license": "MIT", 2605 2605 "engines": { ··· 2611 2611 } 2612 2612 }, 2613 2613 "node_modules/@typescript-eslint/typescript-estree": { 2614 - "version": "8.21.0", 2615 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz", 2616 - "integrity": "sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==", 2614 + "version": "8.22.0", 2615 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz", 2616 + "integrity": "sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==", 2617 2617 "dev": true, 2618 2618 "license": "MIT", 2619 2619 "dependencies": { 2620 - "@typescript-eslint/types": "8.21.0", 2621 - "@typescript-eslint/visitor-keys": "8.21.0", 2620 + "@typescript-eslint/types": "8.22.0", 2621 + "@typescript-eslint/visitor-keys": "8.22.0", 2622 2622 "debug": "^4.3.4", 2623 2623 "fast-glob": "^3.3.2", 2624 2624 "is-glob": "^4.0.3", ··· 2664 2664 } 2665 2665 }, 2666 2666 "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { 2667 - "version": "7.6.3", 2668 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", 2669 - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", 2667 + "version": "7.7.0", 2668 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz", 2669 + "integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==", 2670 2670 "dev": true, 2671 2671 "license": "ISC", 2672 2672 "bin": { ··· 2677 2677 } 2678 2678 }, 2679 2679 "node_modules/@typescript-eslint/utils": { 2680 - "version": "8.21.0", 2681 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.21.0.tgz", 2682 - "integrity": "sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==", 2680 + "version": "8.22.0", 2681 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.22.0.tgz", 2682 + "integrity": "sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==", 2683 2683 "dev": true, 2684 2684 "license": "MIT", 2685 2685 "dependencies": { 2686 2686 "@eslint-community/eslint-utils": "^4.4.0", 2687 - "@typescript-eslint/scope-manager": "8.21.0", 2688 - "@typescript-eslint/types": "8.21.0", 2689 - "@typescript-eslint/typescript-estree": "8.21.0" 2687 + "@typescript-eslint/scope-manager": "8.22.0", 2688 + "@typescript-eslint/types": "8.22.0", 2689 + "@typescript-eslint/typescript-estree": "8.22.0" 2690 2690 }, 2691 2691 "engines": { 2692 2692 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 2701 2701 } 2702 2702 }, 2703 2703 "node_modules/@typescript-eslint/visitor-keys": { 2704 - "version": "8.21.0", 2705 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz", 2706 - "integrity": "sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==", 2704 + "version": "8.22.0", 2705 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz", 2706 + "integrity": "sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==", 2707 2707 "dev": true, 2708 2708 "license": "MIT", 2709 2709 "dependencies": { 2710 - "@typescript-eslint/types": "8.21.0", 2710 + "@typescript-eslint/types": "8.22.0", 2711 2711 "eslint-visitor-keys": "^4.2.0" 2712 2712 }, 2713 2713 "engines": { ··· 3012 3012 } 3013 3013 }, 3014 3014 "node_modules/caniuse-lite": { 3015 - "version": "1.0.30001695", 3016 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz", 3017 - "integrity": "sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==", 3015 + "version": "1.0.30001696", 3016 + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001696.tgz", 3017 + "integrity": "sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==", 3018 3018 "dev": true, 3019 3019 "funding": [ 3020 3020 { ··· 3378 3378 "license": "MIT" 3379 3379 }, 3380 3380 "node_modules/electron-to-chromium": { 3381 - "version": "1.5.84", 3382 - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.84.tgz", 3383 - "integrity": "sha512-I+DQ8xgafao9Ha6y0qjHHvpZ9OfyA1qKlkHkjywxzniORU2awxyz7f/iVJcULmrF2yrM3nHQf+iDjJtbbexd/g==", 3381 + "version": "1.5.90", 3382 + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.90.tgz", 3383 + "integrity": "sha512-C3PN4aydfW91Natdyd449Kw+BzhLmof6tzy5W1pFC5SpQxVXT+oyiyOG9AgYYSN9OdA/ik3YkCrpwqI8ug5Tug==", 3384 3384 "dev": true, 3385 3385 "license": "ISC" 3386 3386 }, ··· 3480 3480 } 3481 3481 }, 3482 3482 "node_modules/eslint": { 3483 - "version": "9.18.0", 3484 - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz", 3485 - "integrity": "sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==", 3483 + "version": "9.19.0", 3484 + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz", 3485 + "integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==", 3486 3486 "dev": true, 3487 3487 "license": "MIT", 3488 3488 "dependencies": { ··· 3491 3491 "@eslint/config-array": "^0.19.0", 3492 3492 "@eslint/core": "^0.10.0", 3493 3493 "@eslint/eslintrc": "^3.2.0", 3494 - "@eslint/js": "9.18.0", 3494 + "@eslint/js": "9.19.0", 3495 3495 "@eslint/plugin-kit": "^0.2.5", 3496 3496 "@humanfs/node": "^0.16.6", 3497 3497 "@humanwhocodes/module-importer": "^1.0.1", ··· 4021 4021 "license": "MIT" 4022 4022 }, 4023 4023 "node_modules/i18next": { 4024 - "version": "24.2.1", 4025 - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", 4026 - "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", 4024 + "version": "24.2.2", 4025 + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.2.tgz", 4026 + "integrity": "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==", 4027 4027 "funding": [ 4028 4028 { 4029 4029 "type": "individual", ··· 5047 5047 } 5048 5048 }, 5049 5049 "node_modules/prettier-plugin-tailwindcss": { 5050 - "version": "0.6.10", 5051 - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.10.tgz", 5052 - "integrity": "sha512-ndj2WLDaMzACnr1gAYZiZZLs5ZdOeBYgOsbBmHj3nvW/6q8h8PymsXiEnKvj/9qgCCAoHyvLOisoQdIcsDvIgw==", 5050 + "version": "0.6.11", 5051 + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.11.tgz", 5052 + "integrity": "sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==", 5053 5053 "license": "MIT", 5054 5054 "engines": { 5055 5055 "node": ">=14.21.3" ··· 5228 5228 } 5229 5229 }, 5230 5230 "node_modules/react-remove-scroll": { 5231 - "version": "2.6.2", 5232 - "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.6.2.tgz", 5233 - "integrity": "sha512-KmONPx5fnlXYJQqC62Q+lwIeAk64ws/cUw6omIumRzMRPqgnYqhSSti99nbj0Ry13bv7dF+BKn7NB+OqkdZGTw==", 5231 + "version": "2.6.3", 5232 + "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.6.3.tgz", 5233 + "integrity": "sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==", 5234 5234 "license": "MIT", 5235 5235 "dependencies": { 5236 5236 "react-remove-scroll-bar": "^2.3.7", 5237 - "react-style-singleton": "^2.2.1", 5237 + "react-style-singleton": "^2.2.3", 5238 5238 "tslib": "^2.1.0", 5239 5239 "use-callback-ref": "^1.3.3", 5240 - "use-sidecar": "^1.1.2" 5240 + "use-sidecar": "^1.1.3" 5241 5241 }, 5242 5242 "engines": { 5243 5243 "node": ">=10" ··· 5429 5429 } 5430 5430 }, 5431 5431 "node_modules/rollup": { 5432 - "version": "4.31.0", 5433 - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.31.0.tgz", 5434 - "integrity": "sha512-9cCE8P4rZLx9+PjoyqHLs31V9a9Vpvfo4qNcs6JCiGWYhw2gijSetFbH6SSy1whnkgcefnUwr8sad7tgqsGvnw==", 5432 + "version": "4.32.1", 5433 + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.32.1.tgz", 5434 + "integrity": "sha512-z+aeEsOeEa3mEbS1Tjl6sAZ8NE3+AalQz1RJGj81M+fizusbdDMoEJwdJNHfaB40Scr4qNu+welOfes7maKonA==", 5435 5435 "dev": true, 5436 5436 "license": "MIT", 5437 5437 "dependencies": { ··· 5445 5445 "npm": ">=8.0.0" 5446 5446 }, 5447 5447 "optionalDependencies": { 5448 - "@rollup/rollup-android-arm-eabi": "4.31.0", 5449 - "@rollup/rollup-android-arm64": "4.31.0", 5450 - "@rollup/rollup-darwin-arm64": "4.31.0", 5451 - "@rollup/rollup-darwin-x64": "4.31.0", 5452 - "@rollup/rollup-freebsd-arm64": "4.31.0", 5453 - "@rollup/rollup-freebsd-x64": "4.31.0", 5454 - "@rollup/rollup-linux-arm-gnueabihf": "4.31.0", 5455 - "@rollup/rollup-linux-arm-musleabihf": "4.31.0", 5456 - "@rollup/rollup-linux-arm64-gnu": "4.31.0", 5457 - "@rollup/rollup-linux-arm64-musl": "4.31.0", 5458 - "@rollup/rollup-linux-loongarch64-gnu": "4.31.0", 5459 - "@rollup/rollup-linux-powerpc64le-gnu": "4.31.0", 5460 - "@rollup/rollup-linux-riscv64-gnu": "4.31.0", 5461 - "@rollup/rollup-linux-s390x-gnu": "4.31.0", 5462 - "@rollup/rollup-linux-x64-gnu": "4.31.0", 5463 - "@rollup/rollup-linux-x64-musl": "4.31.0", 5464 - "@rollup/rollup-win32-arm64-msvc": "4.31.0", 5465 - "@rollup/rollup-win32-ia32-msvc": "4.31.0", 5466 - "@rollup/rollup-win32-x64-msvc": "4.31.0", 5448 + "@rollup/rollup-android-arm-eabi": "4.32.1", 5449 + "@rollup/rollup-android-arm64": "4.32.1", 5450 + "@rollup/rollup-darwin-arm64": "4.32.1", 5451 + "@rollup/rollup-darwin-x64": "4.32.1", 5452 + "@rollup/rollup-freebsd-arm64": "4.32.1", 5453 + "@rollup/rollup-freebsd-x64": "4.32.1", 5454 + "@rollup/rollup-linux-arm-gnueabihf": "4.32.1", 5455 + "@rollup/rollup-linux-arm-musleabihf": "4.32.1", 5456 + "@rollup/rollup-linux-arm64-gnu": "4.32.1", 5457 + "@rollup/rollup-linux-arm64-musl": "4.32.1", 5458 + "@rollup/rollup-linux-loongarch64-gnu": "4.32.1", 5459 + "@rollup/rollup-linux-powerpc64le-gnu": "4.32.1", 5460 + "@rollup/rollup-linux-riscv64-gnu": "4.32.1", 5461 + "@rollup/rollup-linux-s390x-gnu": "4.32.1", 5462 + "@rollup/rollup-linux-x64-gnu": "4.32.1", 5463 + "@rollup/rollup-linux-x64-musl": "4.32.1", 5464 + "@rollup/rollup-win32-arm64-msvc": "4.32.1", 5465 + "@rollup/rollup-win32-ia32-msvc": "4.32.1", 5466 + "@rollup/rollup-win32-x64-msvc": "4.32.1", 5467 5467 "fsevents": "~2.3.2" 5468 5468 } 5469 5469 }, ··· 5603 5603 } 5604 5604 }, 5605 5605 "node_modules/sonner": { 5606 - "version": "1.7.2", 5607 - "resolved": "https://registry.npmjs.org/sonner/-/sonner-1.7.2.tgz", 5608 - "integrity": "sha512-zMbseqjrOzQD1a93lxahm+qMGxWovdMxBlkTbbnZdNqVLt4j+amF9PQxUCL32WfztOFt9t9ADYkejAL3jF9iNA==", 5606 + "version": "1.7.3", 5607 + "resolved": "https://registry.npmjs.org/sonner/-/sonner-1.7.3.tgz", 5608 + "integrity": "sha512-KXLWQfyR6AHpYZuQk8eO8fCbZSJY3JOpgsu/tbGc++jgPjj8JsR1ZpO8vFhqR/OxvWMQCSAmnSShY0gr4FPqHg==", 5609 5609 "license": "MIT", 5610 5610 "peerDependencies": { 5611 5611 "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc", ··· 6038 6038 } 6039 6039 }, 6040 6040 "node_modules/typescript-eslint": { 6041 - "version": "8.21.0", 6042 - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.21.0.tgz", 6043 - "integrity": "sha512-txEKYY4XMKwPXxNkN8+AxAdX6iIJAPiJbHE/FpQccs/sxw8Lf26kqwC3cn0xkHlW8kEbLhkhCsjWuMveaY9Rxw==", 6041 + "version": "8.22.0", 6042 + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.22.0.tgz", 6043 + "integrity": "sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==", 6044 6044 "dev": true, 6045 6045 "license": "MIT", 6046 6046 "dependencies": { 6047 - "@typescript-eslint/eslint-plugin": "8.21.0", 6048 - "@typescript-eslint/parser": "8.21.0", 6049 - "@typescript-eslint/utils": "8.21.0" 6047 + "@typescript-eslint/eslint-plugin": "8.22.0", 6048 + "@typescript-eslint/parser": "8.22.0", 6049 + "@typescript-eslint/utils": "8.22.0" 6050 6050 }, 6051 6051 "engines": { 6052 6052 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+3 -3
pkgs/by-name/ne/nezha-theme-admin/package.nix
··· 7 7 8 8 buildNpmPackage rec { 9 9 pname = "nezha-theme-admin"; 10 - version = "1.6.2"; 10 + version = "1.6.4"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "nezhahq"; 14 14 repo = "admin-frontend"; 15 15 tag = "v${version}"; 16 - hash = "sha256-AM3ZHI6oGsvkGg7YmlzLlNlOAAAZYztsRZ9qT/wR2KY="; 16 + hash = "sha256-6dWf2vC7zCVx77OdCUd9iYAACZcvkhfQdVSKQp3DGnE="; 17 17 }; 18 18 19 19 # TODO: Switch to the bun build function once available in nixpkgs ··· 21 21 cp ${./package-lock.json} package-lock.json 22 22 ''; 23 23 24 - npmDepsHash = "sha256-qegPPUDlcStdGWMggn9oHSTieWLoNoIJVK0sCx9zMNA="; 24 + npmDepsHash = "sha256-8SvD6dycFWk4+PYNNnsbUb3e3H+CTRMwMeWLfx7xppc="; 25 25 26 26 npmPackFlags = [ "--ignore-scripts" ]; 27 27
+51
pkgs/by-name/pa/parseable/package.nix
··· 1 + { 2 + lib, 3 + rdkafka, 4 + pkg-config, 5 + fetchFromGitHub, 6 + rustPlatform, 7 + fetchzip, 8 + versionCheckHook, 9 + nix-update-script, 10 + }: 11 + 12 + rustPlatform.buildRustPackage rec { 13 + pname = "parseable"; 14 + version = "1.7.1"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "parseablehq"; 18 + repo = "parseable"; 19 + tag = "v${version}"; 20 + hash = "sha256-Uoejniv6hUpxTZ6gosP+LHTo4FD+o1AlUEWopdpz5M0="; 21 + }; 22 + 23 + LOCAL_ASSETS_PATH = fetchzip { 24 + url = "https://github.com/parseablehq/console/releases/download/v0.9.15/build.zip"; 25 + hash = "sha256-T37pI7adfKPDkCETcGcZVzcYVcxROSZLDrFhV4XO4tc="; 26 + }; 27 + 28 + useFetchCargoVendor = true; 29 + cargoHash = "sha256-rT/ORTOPsOgYlS8VCMBXo/cjfSJYcCtJofcPEIlc/cI="; 30 + 31 + nativeBuildInputs = [ pkg-config ]; 32 + 33 + buildInputs = [ rdkafka ]; 34 + 35 + buildFeatures = [ "rdkafka/dynamic-linking" ]; 36 + 37 + nativeInstallCheckInputs = [ versionCheckHook ]; 38 + versionCheckProgramArg = "--version"; 39 + doInstallCheck = true; 40 + 41 + passthru.updateScript = nix-update-script { }; 42 + 43 + meta = { 44 + description = "Disk less, cloud native database for logs, observability, security, and compliance"; 45 + homepage = "https://www.parseable.com"; 46 + changelog = "https://github.com/parseablehq/parseable/releases/tag/v${version}"; 47 + license = lib.licenses.agpl3Only; 48 + maintainers = with lib.maintainers; [ ilyakooo0 ]; 49 + mainProgram = "parseable"; 50 + }; 51 + }
+902
pkgs/by-name/qb/qbittorrent-cli/deps.json
··· 1 + [ 2 + { 3 + "pname": "Alba.CsConsoleFormat", 4 + "version": "1.0.0", 5 + "hash": "sha256-JNCW7F/dqCQ0bS1Z+MBnd2xMfOifJXIcRIeJerQm9WM=" 6 + }, 7 + { 8 + "pname": "BencodeNET", 9 + "version": "2.3.0", 10 + "hash": "sha256-U4HxqQhAQ02iRR0GGZQ7gSGFLAsFWwvJg8LqblRvlf4=" 11 + }, 12 + { 13 + "pname": "CsvHelper", 14 + "version": "12.1.2", 15 + "hash": "sha256-1J43XjB2CAA2zQRyOry56ukKZaAmH68edyezmAVGXEk=" 16 + }, 17 + { 18 + "pname": "IPNetwork2", 19 + "version": "2.5.235", 20 + "hash": "sha256-lY/bBqC4OSS3zKrc6ZN19DOu5JKi5s2ARcvAS3WyLa0=" 21 + }, 22 + { 23 + "pname": "McMaster.Extensions.CommandLineUtils", 24 + "version": "2.4.4", 25 + "hash": "sha256-Pzo/Lf1ci+7HviQv1g4dM0Td/v99d2XpNKCwTT2nR6w=" 26 + }, 27 + { 28 + "pname": "Microsoft.AspNetCore.App.Ref", 29 + "version": "3.1.10", 30 + "hash": "sha256-51D1XkqFMPHJzOmt1HQ0Bf1n9K0auwEyxTJuqA/8xHY=" 31 + }, 32 + { 33 + "pname": "Microsoft.AspNetCore.App.Ref", 34 + "version": "6.0.36", 35 + "hash": "sha256-9jDkWbjw/nd8yqdzVTagCuqr6owJ/DUMi4BlUZT4hWU=" 36 + }, 37 + { 38 + "pname": "Microsoft.AspNetCore.App.Runtime.linux-arm64", 39 + "version": "3.1.32", 40 + "hash": "sha256-vZkj1OFhojFyl//ZqrbZG3j8rGk/6rwqMhvvR6gWCgI=" 41 + }, 42 + { 43 + "pname": "Microsoft.AspNetCore.App.Runtime.linux-arm64", 44 + "version": "6.0.36", 45 + "hash": "sha256-JQULJyF0ivLoUU1JaFfK/HHg+/qzpN7V2RR2Cc+WlQ4=" 46 + }, 47 + { 48 + "pname": "Microsoft.AspNetCore.App.Runtime.linux-x64", 49 + "version": "3.1.32", 50 + "hash": "sha256-OV3Ie8JGTEwNI4Y6DJFh+ZUrBTwrSdFjEbfljfAwn3s=" 51 + }, 52 + { 53 + "pname": "Microsoft.AspNetCore.App.Runtime.linux-x64", 54 + "version": "6.0.36", 55 + "hash": "sha256-zUsVIpV481vMLAXaLEEUpEMA9/f1HGOnvaQnaWdzlyY=" 56 + }, 57 + { 58 + "pname": "Microsoft.AspNetCore.App.Runtime.osx-arm64", 59 + "version": "6.0.36", 60 + "hash": "sha256-2seqZcz0JeUjkzh3QcGa9TcJ4LUafpFjTRk+Nm8T6T0=" 61 + }, 62 + { 63 + "pname": "Microsoft.AspNetCore.App.Runtime.osx-x64", 64 + "version": "3.1.32", 65 + "hash": "sha256-LD7skhj3ZqIJlgL2VG/1PqPJT7yGQPuSNkduHhQpM7M=" 66 + }, 67 + { 68 + "pname": "Microsoft.AspNetCore.App.Runtime.osx-x64", 69 + "version": "6.0.36", 70 + "hash": "sha256-yxLafxiBKkvfkDggPk0P9YZIHBkDJOsFTO7/V9mEHuU=" 71 + }, 72 + { 73 + "pname": "Microsoft.CSharp", 74 + "version": "4.3.0", 75 + "hash": "sha256-a3dAiPaVuky0wpcHmpTVtAQJNGZ2v91/oArA+dpJgj8=" 76 + }, 77 + { 78 + "pname": "Microsoft.CSharp", 79 + "version": "4.4.0", 80 + "hash": "sha256-EMIApW3Zj0V85leF7DLgFFvfqPdsIdvvJ3BD7zD+Pto=" 81 + }, 82 + { 83 + "pname": "Microsoft.NETCore.App", 84 + "version": "2.1.30", 85 + "hash": "sha256-DucpZ4+YQ0g7GMOcEjsNJj2Ol1jynqEyUZwpzY7keYE=" 86 + }, 87 + { 88 + "pname": "Microsoft.NETCore.App.Host.linux-arm64", 89 + "version": "3.1.32", 90 + "hash": "sha256-V5yVTC2je2wsv/gqLaVmnzcnDfNGETz0e7/M3MG5z/8=" 91 + }, 92 + { 93 + "pname": "Microsoft.NETCore.App.Host.linux-arm64", 94 + "version": "6.0.36", 95 + "hash": "sha256-9lC/LYnthYhjkWWz2kkFCvlA5LJOv11jdt59SDnpdy0=" 96 + }, 97 + { 98 + "pname": "Microsoft.NETCore.App.Host.linux-x64", 99 + "version": "3.1.32", 100 + "hash": "sha256-ajR6pZv0zuzWDyxEnWtAuhasV5biV5lvweEbefTISiM=" 101 + }, 102 + { 103 + "pname": "Microsoft.NETCore.App.Host.linux-x64", 104 + "version": "6.0.36", 105 + "hash": "sha256-VFRDzx7LJuvI5yzKdGmw/31NYVbwHWPKQvueQt5xc10=" 106 + }, 107 + { 108 + "pname": "Microsoft.NETCore.App.Host.osx-arm64", 109 + "version": "6.0.36", 110 + "hash": "sha256-DaSWwYACJGolEBuMhzDVCj/rQTdDt061xCVi+gyQnuo=" 111 + }, 112 + { 113 + "pname": "Microsoft.NETCore.App.Host.osx-x64", 114 + "version": "3.1.32", 115 + "hash": "sha256-AOr3qBlvr+WGF79tTq/yvKWJLXqEO4Sv+eTCpZGVz6A=" 116 + }, 117 + { 118 + "pname": "Microsoft.NETCore.App.Host.osx-x64", 119 + "version": "6.0.36", 120 + "hash": "sha256-FrRny9EI6HKCKQbu6mcLj5w4ooSRrODD4Vj2ZMGnMd4=" 121 + }, 122 + { 123 + "pname": "Microsoft.NETCore.App.Ref", 124 + "version": "3.1.0", 125 + "hash": "sha256-nuAvHwmJ2s3Ob1qNDH1+uV3awOZaWlaV3FenTmPUWyM=" 126 + }, 127 + { 128 + "pname": "Microsoft.NETCore.App.Ref", 129 + "version": "6.0.36", 130 + "hash": "sha256-9LZgVoIFF8qNyUu8kdJrYGLutMF/cL2K82HN2ywwlx8=" 131 + }, 132 + { 133 + "pname": "Microsoft.NETCore.App.Runtime.linux-arm64", 134 + "version": "3.1.32", 135 + "hash": "sha256-eL+GH7cDWSzXPPN9yxQvQ6IQ3AFUfnH0OJ/r8Mmx7I4=" 136 + }, 137 + { 138 + "pname": "Microsoft.NETCore.App.Runtime.linux-arm64", 139 + "version": "6.0.36", 140 + "hash": "sha256-k3rxvUhCEU0pVH8KgEMtkPiSOibn+nBh+0zT2xIfId8=" 141 + }, 142 + { 143 + "pname": "Microsoft.NETCore.App.Runtime.linux-x64", 144 + "version": "3.1.32", 145 + "hash": "sha256-h4HjfRnvH81dW84S3TCPcCfxeQLiLN7b1ZleRNsprFY=" 146 + }, 147 + { 148 + "pname": "Microsoft.NETCore.App.Runtime.linux-x64", 149 + "version": "6.0.36", 150 + "hash": "sha256-U8wJ2snSDFqeAgDVLXjnniidC7Cr5aJ1/h/BMSlyu0c=" 151 + }, 152 + { 153 + "pname": "Microsoft.NETCore.App.Runtime.osx-arm64", 154 + "version": "6.0.36", 155 + "hash": "sha256-UfLcrL2Gj/OLz0s92Oo+OCJeDpZFAcQLPLiSNND8D5Y=" 156 + }, 157 + { 158 + "pname": "Microsoft.NETCore.App.Runtime.osx-x64", 159 + "version": "3.1.32", 160 + "hash": "sha256-IcJ45kU65HpYu1EjMB1sf87PTSvPdS2h5uyIzX4acxk=" 161 + }, 162 + { 163 + "pname": "Microsoft.NETCore.App.Runtime.osx-x64", 164 + "version": "6.0.36", 165 + "hash": "sha256-0xIJYFzxdMcnCj3wzkFRQZSnQcPHzPHMzePRIOA3oJs=" 166 + }, 167 + { 168 + "pname": "Microsoft.NETCore.DotNetAppHost", 169 + "version": "2.1.30", 170 + "hash": "sha256-S32dRd5Qw5P/Srjaz849B0P8hcG02ZzmJcDY0GLdS2U=" 171 + }, 172 + { 173 + "pname": "Microsoft.NETCore.DotNetHostPolicy", 174 + "version": "2.1.30", 175 + "hash": "sha256-/G5C9pmkaM1ReoMTD7QNUsm+oHkjZrK9qHdrTZVUZv4=" 176 + }, 177 + { 178 + "pname": "Microsoft.NETCore.DotNetHostResolver", 179 + "version": "2.1.30", 180 + "hash": "sha256-5gx6yqwbWsWWKOmldsLnN5o8fXQf2rbSUknSEhs1c0w=" 181 + }, 182 + { 183 + "pname": "Microsoft.NETCore.Platforms", 184 + "version": "1.1.0", 185 + "hash": "sha256-FeM40ktcObQJk4nMYShB61H/E8B7tIKfl9ObJ0IOcCM=" 186 + }, 187 + { 188 + "pname": "Microsoft.NETCore.Platforms", 189 + "version": "2.1.14", 190 + "hash": "sha256-eDbkdKujlhWqhcbembwpyM4DKrROdhJVB74YP/VjdVU=" 191 + }, 192 + { 193 + "pname": "Microsoft.NETCore.Targets", 194 + "version": "1.1.0", 195 + "hash": "sha256-0AqQ2gMS8iNlYkrD+BxtIg7cXMnr9xZHtKAuN4bjfaQ=" 196 + }, 197 + { 198 + "pname": "Microsoft.NETCore.Targets", 199 + "version": "2.0.0", 200 + "hash": "sha256-Qk2PbbhZpPzb88JiQQcXlNK6RDBfP1of6g337RTMWVs=" 201 + }, 202 + { 203 + "pname": "Microsoft.NETFramework.ReferenceAssemblies", 204 + "version": "1.0.3", 205 + "hash": "sha256-FBoJP5DHZF0QHM0xLm9yd4HJZVQOuSpSKA+VQRpphEE=" 206 + }, 207 + { 208 + "pname": "Microsoft.NETFramework.ReferenceAssemblies.net46", 209 + "version": "1.0.3", 210 + "hash": "sha256-3Lt5uzho2/u2TGQxFvqmPYiO6ezLoMTpZemZLtfE410=" 211 + }, 212 + { 213 + "pname": "Microsoft.Win32.Primitives", 214 + "version": "4.3.0", 215 + "hash": "sha256-mBNDmPXNTW54XLnPAUwBRvkIORFM7/j0D0I2SyQPDEg=" 216 + }, 217 + { 218 + "pname": "Mono.Posix", 219 + "version": "5.4.0.201", 220 + "hash": "sha256-5UyoA2LFenAuqzHwf7Kc4I/OXEeYsvVdMx1wFEfGLas=" 221 + }, 222 + { 223 + "pname": "Mono.Posix.NETStandard", 224 + "version": "1.0.0", 225 + "hash": "sha256-/F61k7MY/fu2FcfW7CkyjuUroKwlYAXPQFVeDs1QknY=" 226 + }, 227 + { 228 + "pname": "NETStandard.Library", 229 + "version": "1.6.1", 230 + "hash": "sha256-iNan1ix7RtncGWC9AjAZ2sk70DoxOsmEOgQ10fXm4Pw=" 231 + }, 232 + { 233 + "pname": "NETStandard.Library", 234 + "version": "2.0.3", 235 + "hash": "sha256-Prh2RPebz/s8AzHb2sPHg3Jl8s31inv9k+Qxd293ybo=" 236 + }, 237 + { 238 + "pname": "Newtonsoft.Json", 239 + "version": "13.0.3", 240 + "hash": "sha256-hy/BieY4qxBWVVsDqqOPaLy1QobiIapkbrESm6v2PHc=" 241 + }, 242 + { 243 + "pname": "NJsonSchema", 244 + "version": "9.14.1", 245 + "hash": "sha256-dL+eEevnkY9zP3gDb+XGTISbXPkSn1QCz3TlZS+n2WQ=" 246 + }, 247 + { 248 + "pname": "Portable.BouncyCastle", 249 + "version": "1.8.8", 250 + "hash": "sha256-Ikeur99EVv8T3UrPTmSX59ScPCoYYo5e/tjteEAB7qk=" 251 + }, 252 + { 253 + "pname": "Portable.Xaml", 254 + "version": "0.18.0", 255 + "hash": "sha256-1Yl7X9RgmuO/roFvjhocCZxVxIdtvjzLuPKodNiSl3s=" 256 + }, 257 + { 258 + "pname": "QBittorrent.Client", 259 + "version": "1.9.24285.1", 260 + "hash": "sha256-Jt8jHPU/0AoE7sugvNTHfQUVEtPwv1jQgckDmD2Tv7E=" 261 + }, 262 + { 263 + "pname": "runtime.any.System.Collections", 264 + "version": "4.3.0", 265 + "hash": "sha256-4PGZqyWhZ6/HCTF2KddDsbmTTjxs2oW79YfkberDZS8=" 266 + }, 267 + { 268 + "pname": "runtime.any.System.Diagnostics.Tools", 269 + "version": "4.3.0", 270 + "hash": "sha256-8yLKFt2wQxkEf7fNfzB+cPUCjYn2qbqNgQ1+EeY2h/I=" 271 + }, 272 + { 273 + "pname": "runtime.any.System.Diagnostics.Tracing", 274 + "version": "4.3.0", 275 + "hash": "sha256-dsmTLGvt8HqRkDWP8iKVXJCS+akAzENGXKPV18W2RgI=" 276 + }, 277 + { 278 + "pname": "runtime.any.System.Globalization", 279 + "version": "4.3.0", 280 + "hash": "sha256-PaiITTFI2FfPylTEk7DwzfKeiA/g/aooSU1pDcdwWLU=" 281 + }, 282 + { 283 + "pname": "runtime.any.System.Globalization.Calendars", 284 + "version": "4.3.0", 285 + "hash": "sha256-AYh39tgXJVFu8aLi9Y/4rK8yWMaza4S4eaxjfcuEEL4=" 286 + }, 287 + { 288 + "pname": "runtime.any.System.IO", 289 + "version": "4.3.0", 290 + "hash": "sha256-vej7ySRhyvM3pYh/ITMdC25ivSd0WLZAaIQbYj/6HVE=" 291 + }, 292 + { 293 + "pname": "runtime.any.System.Reflection", 294 + "version": "4.3.0", 295 + "hash": "sha256-ns6f++lSA+bi1xXgmW1JkWFb2NaMD+w+YNTfMvyAiQk=" 296 + }, 297 + { 298 + "pname": "runtime.any.System.Reflection.Extensions", 299 + "version": "4.3.0", 300 + "hash": "sha256-Y2AnhOcJwJVYv7Rp6Jz6ma0fpITFqJW+8rsw106K2X8=" 301 + }, 302 + { 303 + "pname": "runtime.any.System.Reflection.Primitives", 304 + "version": "4.3.0", 305 + "hash": "sha256-LkPXtiDQM3BcdYkAm5uSNOiz3uF4J45qpxn5aBiqNXQ=" 306 + }, 307 + { 308 + "pname": "runtime.any.System.Resources.ResourceManager", 309 + "version": "4.3.0", 310 + "hash": "sha256-9EvnmZslLgLLhJ00o5MWaPuJQlbUFcUF8itGQNVkcQ4=" 311 + }, 312 + { 313 + "pname": "runtime.any.System.Runtime", 314 + "version": "4.3.0", 315 + "hash": "sha256-qwhNXBaJ1DtDkuRacgHwnZmOZ1u9q7N8j0cWOLYOELM=" 316 + }, 317 + { 318 + "pname": "runtime.any.System.Runtime.Handles", 319 + "version": "4.3.0", 320 + "hash": "sha256-PQRACwnSUuxgVySO1840KvqCC9F8iI9iTzxNW0RcBS4=" 321 + }, 322 + { 323 + "pname": "runtime.any.System.Runtime.InteropServices", 324 + "version": "4.3.0", 325 + "hash": "sha256-Kaw5PnLYIiqWbsoF3VKJhy7pkpoGsUwn4ZDCKscbbzA=" 326 + }, 327 + { 328 + "pname": "runtime.any.System.Text.Encoding", 329 + "version": "4.3.0", 330 + "hash": "sha256-Q18B9q26MkWZx68exUfQT30+0PGmpFlDgaF0TnaIGCs=" 331 + }, 332 + { 333 + "pname": "runtime.any.System.Text.Encoding.Extensions", 334 + "version": "4.3.0", 335 + "hash": "sha256-6MYj0RmLh4EVqMtO/MRqBi0HOn5iG4x9JimgCCJ+EFM=" 336 + }, 337 + { 338 + "pname": "runtime.any.System.Threading.Tasks", 339 + "version": "4.3.0", 340 + "hash": "sha256-agdOM0NXupfHbKAQzQT8XgbI9B8hVEh+a/2vqeHctg4=" 341 + }, 342 + { 343 + "pname": "runtime.any.System.Threading.Timer", 344 + "version": "4.3.0", 345 + "hash": "sha256-BgHxXCIbicVZtpgMimSXixhFC3V+p5ODqeljDjO8hCs=" 346 + }, 347 + { 348 + "pname": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", 349 + "version": "4.3.0", 350 + "hash": "sha256-LXUPLX3DJxsU1Pd3UwjO1PO9NM2elNEDXeu2Mu/vNps=" 351 + }, 352 + { 353 + "pname": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", 354 + "version": "4.3.0", 355 + "hash": "sha256-qeSqaUI80+lqw5MK4vMpmO0CZaqrmYktwp6L+vQAb0I=" 356 + }, 357 + { 358 + "pname": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", 359 + "version": "4.3.0", 360 + "hash": "sha256-SrHqT9wrCBsxILWtaJgGKd6Odmxm8/Mh7Kh0CUkZVzA=" 361 + }, 362 + { 363 + "pname": "runtime.linux-arm64.Microsoft.NETCore.App", 364 + "version": "2.1.30", 365 + "hash": "sha256-0kRKwOZr5ZAoYRlSSntAZkvbG9jjIosteg79KggjOQ0=" 366 + }, 367 + { 368 + "pname": "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost", 369 + "version": "2.1.30", 370 + "hash": "sha256-gdd3w8hQ4gg+wHx0p5dc9LS+Vw1GhNa0JKfsLQ8a9QI=" 371 + }, 372 + { 373 + "pname": "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy", 374 + "version": "2.1.30", 375 + "hash": "sha256-3FHYUUXakKScAxdfO9U4SQPAdslGewAeRaSntzvRUr4=" 376 + }, 377 + { 378 + "pname": "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver", 379 + "version": "2.1.30", 380 + "hash": "sha256-a8bVHitAuYoDFlBZQ5oaQR9xTTiubQTko/TplHni30s=" 381 + }, 382 + { 383 + "pname": "runtime.linux-x64.Microsoft.NETCore.App", 384 + "version": "2.1.30", 385 + "hash": "sha256-C68Sv04pdUcOcZunGCv9BD6sC+80U3Iv3FsZyZ+ayfM=" 386 + }, 387 + { 388 + "pname": "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost", 389 + "version": "2.1.30", 390 + "hash": "sha256-/VWZBxBvHI8n5so2GU6Eo3Jzj4lVk+ouIH0sbyrcNFc=" 391 + }, 392 + { 393 + "pname": "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy", 394 + "version": "2.1.30", 395 + "hash": "sha256-gaUvRbpiC8ApcwC4FA0F4G8fmvp4xDL6FrnpizmKaf8=" 396 + }, 397 + { 398 + "pname": "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver", 399 + "version": "2.1.30", 400 + "hash": "sha256-Je0Ov7Mhqe6zH7+WTkbRkIbXbp/NefQ30xeYd6Ho3+g=" 401 + }, 402 + { 403 + "pname": "runtime.native.System", 404 + "version": "4.3.0", 405 + "hash": "sha256-ZBZaodnjvLXATWpXXakFgcy6P+gjhshFXmglrL5xD5Y=" 406 + }, 407 + { 408 + "pname": "runtime.native.System.IO.Compression", 409 + "version": "4.3.0", 410 + "hash": "sha256-DWnXs4vlKoU6WxxvCArTJupV6sX3iBbZh8SbqfHace8=" 411 + }, 412 + { 413 + "pname": "runtime.native.System.Net.Http", 414 + "version": "4.3.0", 415 + "hash": "sha256-c556PyheRwpYhweBjSfIwEyZHnAUB8jWioyKEcp/2dg=" 416 + }, 417 + { 418 + "pname": "runtime.native.System.Security.Cryptography.Apple", 419 + "version": "4.3.0", 420 + "hash": "sha256-2IhBv0i6pTcOyr8FFIyfPEaaCHUmJZ8DYwLUwJ+5waw=" 421 + }, 422 + { 423 + "pname": "runtime.native.System.Security.Cryptography.OpenSsl", 424 + "version": "4.3.0", 425 + "hash": "sha256-Jy01KhtcCl2wjMpZWH+X3fhHcVn+SyllWFY8zWlz/6I=" 426 + }, 427 + { 428 + "pname": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", 429 + "version": "4.3.0", 430 + "hash": "sha256-wyv00gdlqf8ckxEdV7E+Ql9hJIoPcmYEuyeWb5Oz3mM=" 431 + }, 432 + { 433 + "pname": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", 434 + "version": "4.3.0", 435 + "hash": "sha256-zi+b4sCFrA9QBiSGDD7xPV27r3iHGlV99gpyVUjRmc4=" 436 + }, 437 + { 438 + "pname": "runtime.osx-x64.Microsoft.NETCore.App", 439 + "version": "2.1.30", 440 + "hash": "sha256-1LfaR0V2Jl7S150BVSimd4vOkDdfecyRET3Bazq3/eI=" 441 + }, 442 + { 443 + "pname": "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost", 444 + "version": "2.1.30", 445 + "hash": "sha256-t6npxXEpJFBAwHjbSrkG9uEMg5O0nsjaMaMzVpHLYvc=" 446 + }, 447 + { 448 + "pname": "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy", 449 + "version": "2.1.30", 450 + "hash": "sha256-dJMmh92qa+ZlUCunxjlIT5uMYfE9PiegBvXHHQllVCM=" 451 + }, 452 + { 453 + "pname": "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver", 454 + "version": "2.1.30", 455 + "hash": "sha256-YZ0ZPZgLmqIN/UbIrDjyFwMiuTwg/4CeZaoiOwFUxJc=" 456 + }, 457 + { 458 + "pname": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", 459 + "version": "4.3.0", 460 + "hash": "sha256-serkd4A7F6eciPiPJtUyJyxzdAtupEcWIZQ9nptEzIM=" 461 + }, 462 + { 463 + "pname": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", 464 + "version": "4.3.0", 465 + "hash": "sha256-gybQU6mPgaWV3rBG2dbH6tT3tBq8mgze3PROdsuWnX0=" 466 + }, 467 + { 468 + "pname": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", 469 + "version": "4.3.0", 470 + "hash": "sha256-VsP72GVveWnGUvS/vjOQLv1U80H2K8nZ4fDAmI61Hm4=" 471 + }, 472 + { 473 + "pname": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", 474 + "version": "4.3.0", 475 + "hash": "sha256-4yKGa/IrNCKuQ3zaDzILdNPD32bNdy6xr5gdJigyF5g=" 476 + }, 477 + { 478 + "pname": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", 479 + "version": "4.3.0", 480 + "hash": "sha256-HmdJhhRsiVoOOCcUvAwdjpMRiyuSwdcgEv2j9hxi+Zc=" 481 + }, 482 + { 483 + "pname": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", 484 + "version": "4.3.0", 485 + "hash": "sha256-pVFUKuPPIx0edQKjzRon3zKq8zhzHEzko/lc01V/jdw=" 486 + }, 487 + { 488 + "pname": "runtime.unix.Microsoft.Win32.Primitives", 489 + "version": "4.3.0", 490 + "hash": "sha256-LZb23lRXzr26tRS5aA0xyB08JxiblPDoA7HBvn6awXg=" 491 + }, 492 + { 493 + "pname": "runtime.unix.System.Console", 494 + "version": "4.3.0", 495 + "hash": "sha256-AHkdKShTRHttqfMjmi+lPpTuCrM5vd/WRy6Kbtie190=" 496 + }, 497 + { 498 + "pname": "runtime.unix.System.Diagnostics.Debug", 499 + "version": "4.3.0", 500 + "hash": "sha256-ReoazscfbGH+R6s6jkg5sIEHWNEvjEoHtIsMbpc7+tI=" 501 + }, 502 + { 503 + "pname": "runtime.unix.System.IO.FileSystem", 504 + "version": "4.3.0", 505 + "hash": "sha256-Pf4mRl6YDK2x2KMh0WdyNgv0VUNdSKVDLlHqozecy5I=" 506 + }, 507 + { 508 + "pname": "runtime.unix.System.Net.Primitives", 509 + "version": "4.3.0", 510 + "hash": "sha256-pHJ+I6i16MV6m77uhTC6GPY6jWGReE3SSP3fVB59ti0=" 511 + }, 512 + { 513 + "pname": "runtime.unix.System.Net.Sockets", 514 + "version": "4.3.0", 515 + "hash": "sha256-IvgOeA2JuBjKl5yAVGjPYMPDzs9phb3KANs95H9v1w4=" 516 + }, 517 + { 518 + "pname": "runtime.unix.System.Private.Uri", 519 + "version": "4.3.0", 520 + "hash": "sha256-c5tXWhE/fYbJVl9rXs0uHh3pTsg44YD1dJvyOA0WoMs=" 521 + }, 522 + { 523 + "pname": "runtime.unix.System.Runtime.Extensions", 524 + "version": "4.3.0", 525 + "hash": "sha256-l8S9gt6dk3qYG6HYonHtdlYtBKyPb29uQ6NDjmrt3V4=" 526 + }, 527 + { 528 + "pname": "System.AppContext", 529 + "version": "4.3.0", 530 + "hash": "sha256-yg95LNQOwFlA1tWxXdQkVyJqT4AnoDc+ACmrNvzGiZg=" 531 + }, 532 + { 533 + "pname": "System.Buffers", 534 + "version": "4.3.0", 535 + "hash": "sha256-XqZWb4Kd04960h4U9seivjKseGA/YEIpdplfHYHQ9jk=" 536 + }, 537 + { 538 + "pname": "System.Buffers", 539 + "version": "4.5.1", 540 + "hash": "sha256-wws90sfi9M7kuCPWkv1CEYMJtCqx9QB/kj0ymlsNaxI=" 541 + }, 542 + { 543 + "pname": "System.Collections", 544 + "version": "4.3.0", 545 + "hash": "sha256-afY7VUtD6w/5mYqrce8kQrvDIfS2GXDINDh73IjxJKc=" 546 + }, 547 + { 548 + "pname": "System.Collections.Concurrent", 549 + "version": "4.3.0", 550 + "hash": "sha256-KMY5DfJnDeIsa13DpqvyN8NkReZEMAFnlmNglVoFIXI=" 551 + }, 552 + { 553 + "pname": "System.Collections.NonGeneric", 554 + "version": "4.3.0", 555 + "hash": "sha256-8/yZmD4jjvq7m68SPkJZLBQ79jOTOyT5lyzX4SCYAx8=" 556 + }, 557 + { 558 + "pname": "System.Collections.Specialized", 559 + "version": "4.3.0", 560 + "hash": "sha256-QNg0JJNx+zXMQ26MJRPzH7THdtqjrNtGLUgaR1SdvOk=" 561 + }, 562 + { 563 + "pname": "System.ComponentModel", 564 + "version": "4.3.0", 565 + "hash": "sha256-i00uujMO4JEDIEPKLmdLY3QJ6vdSpw6Gh9oOzkFYBiU=" 566 + }, 567 + { 568 + "pname": "System.ComponentModel.Annotations", 569 + "version": "4.4.1", 570 + "hash": "sha256-8NZ0tWPqRYf3ovkn4OQapGsHeseEYKg91nqZAU33hrQ=" 571 + }, 572 + { 573 + "pname": "System.ComponentModel.Primitives", 574 + "version": "4.3.0", 575 + "hash": "sha256-IOMJleuIBppmP4ECB3uftbdcgL7CCd56+oAD/Sqrbus=" 576 + }, 577 + { 578 + "pname": "System.ComponentModel.TypeConverter", 579 + "version": "4.3.0", 580 + "hash": "sha256-PSDiPYt8PgTdTUBz+GH6lHCaM1YgfObneHnZsc8Fz54=" 581 + }, 582 + { 583 + "pname": "System.Console", 584 + "version": "4.3.0", 585 + "hash": "sha256-Xh3PPBZr0pDbDaK8AEHbdGz7ePK6Yi1ZyRWI1JM6mbo=" 586 + }, 587 + { 588 + "pname": "System.Diagnostics.Debug", 589 + "version": "4.3.0", 590 + "hash": "sha256-fkA79SjPbSeiEcrbbUsb70u9B7wqbsdM9s1LnoKj0gM=" 591 + }, 592 + { 593 + "pname": "System.Diagnostics.DiagnosticSource", 594 + "version": "4.3.0", 595 + "hash": "sha256-OFJRb0ygep0Z3yDBLwAgM/Tkfs4JCDtsNhwDH9cd1Xw=" 596 + }, 597 + { 598 + "pname": "System.Diagnostics.Tools", 599 + "version": "4.3.0", 600 + "hash": "sha256-gVOv1SK6Ape0FQhCVlNOd9cvQKBvMxRX9K0JPVi8w0Y=" 601 + }, 602 + { 603 + "pname": "System.Diagnostics.Tracing", 604 + "version": "4.3.0", 605 + "hash": "sha256-hCETZpHHGVhPYvb4C0fh4zs+8zv4GPoixagkLZjpa9Q=" 606 + }, 607 + { 608 + "pname": "System.Dynamic.Runtime", 609 + "version": "4.3.0", 610 + "hash": "sha256-k75gjOYimIQtLBD5NDzwwi3ZMUBPRW3jmc3evDMMJbU=" 611 + }, 612 + { 613 + "pname": "System.Globalization", 614 + "version": "4.3.0", 615 + "hash": "sha256-caL0pRmFSEsaoeZeWN5BTQtGrAtaQPwFi8YOZPZG5rI=" 616 + }, 617 + { 618 + "pname": "System.Globalization.Calendars", 619 + "version": "4.3.0", 620 + "hash": "sha256-uNOD0EOVFgnS2fMKvMiEtI9aOw00+Pfy/H+qucAQlPc=" 621 + }, 622 + { 623 + "pname": "System.Globalization.Extensions", 624 + "version": "4.3.0", 625 + "hash": "sha256-mmJWA27T0GRVuFP9/sj+4TrR4GJWrzNIk2PDrbr7RQk=" 626 + }, 627 + { 628 + "pname": "System.IO", 629 + "version": "4.3.0", 630 + "hash": "sha256-ruynQHekFP5wPrDiVyhNiRIXeZ/I9NpjK5pU+HPDiRY=" 631 + }, 632 + { 633 + "pname": "System.IO.Compression", 634 + "version": "4.3.0", 635 + "hash": "sha256-f5PrQlQgj5Xj2ZnHxXW8XiOivaBvfqDao9Sb6AVinyA=" 636 + }, 637 + { 638 + "pname": "System.IO.Compression.ZipFile", 639 + "version": "4.3.0", 640 + "hash": "sha256-WQl+JgWs+GaRMeiahTFUbrhlXIHapzcpTFXbRvAtvvs=" 641 + }, 642 + { 643 + "pname": "System.IO.FileSystem", 644 + "version": "4.3.0", 645 + "hash": "sha256-vNIYnvlayuVj0WfRfYKpDrhDptlhp1pN8CYmlVd2TXw=" 646 + }, 647 + { 648 + "pname": "System.IO.FileSystem.Primitives", 649 + "version": "4.3.0", 650 + "hash": "sha256-LMnfg8Vwavs9cMnq9nNH8IWtAtSfk0/Fy4s4Rt9r1kg=" 651 + }, 652 + { 653 + "pname": "System.Linq", 654 + "version": "4.3.0", 655 + "hash": "sha256-R5uiSL3l6a3XrXSSL6jz+q/PcyVQzEAByiuXZNSqD/A=" 656 + }, 657 + { 658 + "pname": "System.Linq.Expressions", 659 + "version": "4.3.0", 660 + "hash": "sha256-+3pvhZY7rip8HCbfdULzjlC9FPZFpYoQxhkcuFm2wk8=" 661 + }, 662 + { 663 + "pname": "System.Memory", 664 + "version": "4.5.5", 665 + "hash": "sha256-EPQ9o1Kin7KzGI5O3U3PUQAZTItSbk9h/i4rViN3WiI=" 666 + }, 667 + { 668 + "pname": "System.Net.Http", 669 + "version": "4.3.0", 670 + "hash": "sha256-UoBB7WPDp2Bne/fwxKF0nE8grJ6FzTMXdT/jfsphj8Q=" 671 + }, 672 + { 673 + "pname": "System.Net.NameResolution", 674 + "version": "4.3.0", 675 + "hash": "sha256-eGZwCBExWsnirWBHyp2sSSSXp6g7I6v53qNmwPgtJ5c=" 676 + }, 677 + { 678 + "pname": "System.Net.Primitives", 679 + "version": "4.3.0", 680 + "hash": "sha256-MY7Z6vOtFMbEKaLW9nOSZeAjcWpwCtdO7/W1mkGZBzE=" 681 + }, 682 + { 683 + "pname": "System.Net.Sockets", 684 + "version": "4.3.0", 685 + "hash": "sha256-il7dr5VT/QWDg/0cuh+4Es2u8LY//+qqiY9BZmYxSus=" 686 + }, 687 + { 688 + "pname": "System.ObjectModel", 689 + "version": "4.3.0", 690 + "hash": "sha256-gtmRkWP2Kwr3nHtDh0yYtce38z1wrGzb6fjm4v8wN6Q=" 691 + }, 692 + { 693 + "pname": "System.Private.Uri", 694 + "version": "4.3.0", 695 + "hash": "sha256-fVfgcoP4AVN1E5wHZbKBIOPYZ/xBeSIdsNF+bdukIRM=" 696 + }, 697 + { 698 + "pname": "System.Reflection", 699 + "version": "4.3.0", 700 + "hash": "sha256-NQSZRpZLvtPWDlvmMIdGxcVuyUnw92ZURo0hXsEshXY=" 701 + }, 702 + { 703 + "pname": "System.Reflection.Emit", 704 + "version": "4.3.0", 705 + "hash": "sha256-5LhkDmhy2FkSxulXR+bsTtMzdU3VyyuZzsxp7/DwyIU=" 706 + }, 707 + { 708 + "pname": "System.Reflection.Emit.ILGeneration", 709 + "version": "4.3.0", 710 + "hash": "sha256-mKRknEHNls4gkRwrEgi39B+vSaAz/Gt3IALtS98xNnA=" 711 + }, 712 + { 713 + "pname": "System.Reflection.Emit.Lightweight", 714 + "version": "4.3.0", 715 + "hash": "sha256-rKx4a9yZKcajloSZHr4CKTVJ6Vjh95ni+zszPxWjh2I=" 716 + }, 717 + { 718 + "pname": "System.Reflection.Extensions", 719 + "version": "4.3.0", 720 + "hash": "sha256-mMOCYzUenjd4rWIfq7zIX9PFYk/daUyF0A8l1hbydAk=" 721 + }, 722 + { 723 + "pname": "System.Reflection.Primitives", 724 + "version": "4.3.0", 725 + "hash": "sha256-5ogwWB4vlQTl3jjk1xjniG2ozbFIjZTL9ug0usZQuBM=" 726 + }, 727 + { 728 + "pname": "System.Reflection.TypeExtensions", 729 + "version": "4.3.0", 730 + "hash": "sha256-4U4/XNQAnddgQIHIJq3P2T80hN0oPdU2uCeghsDTWng=" 731 + }, 732 + { 733 + "pname": "System.Reflection.TypeExtensions", 734 + "version": "4.4.0", 735 + "hash": "sha256-sGgfV4pG9Kr+PLAR/DyRGiTP09Tkvol9U/WLSwkPOVk=" 736 + }, 737 + { 738 + "pname": "System.Resources.ResourceManager", 739 + "version": "4.3.0", 740 + "hash": "sha256-idiOD93xbbrbwwSnD4mORA9RYi/D/U48eRUsn/WnWGo=" 741 + }, 742 + { 743 + "pname": "System.Runtime", 744 + "version": "4.3.0", 745 + "hash": "sha256-51813WXpBIsuA6fUtE5XaRQjcWdQ2/lmEokJt97u0Rg=" 746 + }, 747 + { 748 + "pname": "System.Runtime.CompilerServices.Unsafe", 749 + "version": "4.5.3", 750 + "hash": "sha256-lnZMUqRO4RYRUeSO8HSJ9yBHqFHLVbmenwHWkIU20ak=" 751 + }, 752 + { 753 + "pname": "System.Runtime.Extensions", 754 + "version": "4.3.0", 755 + "hash": "sha256-wLDHmozr84v1W2zYCWYxxj0FR0JDYHSVRaRuDm0bd/o=" 756 + }, 757 + { 758 + "pname": "System.Runtime.Handles", 759 + "version": "4.3.0", 760 + "hash": "sha256-KJ5aXoGpB56Y6+iepBkdpx/AfaJDAitx4vrkLqR7gms=" 761 + }, 762 + { 763 + "pname": "System.Runtime.InteropServices", 764 + "version": "4.3.0", 765 + "hash": "sha256-8sDH+WUJfCR+7e4nfpftj/+lstEiZixWUBueR2zmHgI=" 766 + }, 767 + { 768 + "pname": "System.Runtime.InteropServices.RuntimeInformation", 769 + "version": "4.3.0", 770 + "hash": "sha256-MYpl6/ZyC6hjmzWRIe+iDoldOMW1mfbwXsduAnXIKGA=" 771 + }, 772 + { 773 + "pname": "System.Runtime.Numerics", 774 + "version": "4.3.0", 775 + "hash": "sha256-P5jHCgMbgFMYiONvzmaKFeOqcAIDPu/U8bOVrNPYKqc=" 776 + }, 777 + { 778 + "pname": "System.Runtime.Serialization.Primitives", 779 + "version": "4.3.0", 780 + "hash": "sha256-zu5m1M9usend+i9sbuD6Xbizdo8Z6N5PEF9DAtEVewc=" 781 + }, 782 + { 783 + "pname": "System.Security.Claims", 784 + "version": "4.3.0", 785 + "hash": "sha256-Fua/rDwAqq4UByRVomAxMPmDBGd5eImRqHVQIeSxbks=" 786 + }, 787 + { 788 + "pname": "System.Security.Cryptography.Algorithms", 789 + "version": "4.3.0", 790 + "hash": "sha256-tAJvNSlczYBJ3Ed24Ae27a55tq/n4D3fubNQdwcKWA8=" 791 + }, 792 + { 793 + "pname": "System.Security.Cryptography.Cng", 794 + "version": "4.3.0", 795 + "hash": "sha256-u17vy6wNhqok91SrVLno2M1EzLHZm6VMca85xbVChsw=" 796 + }, 797 + { 798 + "pname": "System.Security.Cryptography.Csp", 799 + "version": "4.3.0", 800 + "hash": "sha256-oefdTU/Z2PWU9nlat8uiRDGq/PGZoSPRgkML11pmvPQ=" 801 + }, 802 + { 803 + "pname": "System.Security.Cryptography.Encoding", 804 + "version": "4.3.0", 805 + "hash": "sha256-Yuge89N6M+NcblcvXMeyHZ6kZDfwBv3LPMDiF8HhJss=" 806 + }, 807 + { 808 + "pname": "System.Security.Cryptography.OpenSsl", 809 + "version": "4.3.0", 810 + "hash": "sha256-DL+D2sc2JrQiB4oAcUggTFyD8w3aLEjJfod5JPe+Oz4=" 811 + }, 812 + { 813 + "pname": "System.Security.Cryptography.Primitives", 814 + "version": "4.3.0", 815 + "hash": "sha256-fnFi7B3SnVj5a+BbgXnbjnGNvWrCEU6Hp/wjsjWz318=" 816 + }, 817 + { 818 + "pname": "System.Security.Cryptography.ProtectedData", 819 + "version": "5.0.0", 820 + "hash": "sha256-K3TEOJ93azzLMiitzYdhJHrBfRvqoUa5bl44VSTLAUs=" 821 + }, 822 + { 823 + "pname": "System.Security.Cryptography.X509Certificates", 824 + "version": "4.3.0", 825 + "hash": "sha256-MG3V/owDh273GCUPsGGraNwaVpcydupl3EtPXj6TVG0=" 826 + }, 827 + { 828 + "pname": "System.Security.Principal", 829 + "version": "4.3.0", 830 + "hash": "sha256-rjudVUHdo8pNJg2EVEn0XxxwNo5h2EaYo+QboPkXlYk=" 831 + }, 832 + { 833 + "pname": "System.Security.Principal.Windows", 834 + "version": "4.3.0", 835 + "hash": "sha256-mbdLVUcEwe78p3ZnB6jYsizNEqxMaCAWI3tEQNhRQAE=" 836 + }, 837 + { 838 + "pname": "System.Text.Encoding", 839 + "version": "4.3.0", 840 + "hash": "sha256-GctHVGLZAa/rqkBNhsBGnsiWdKyv6VDubYpGkuOkBLg=" 841 + }, 842 + { 843 + "pname": "System.Text.Encoding.Extensions", 844 + "version": "4.3.0", 845 + "hash": "sha256-vufHXg8QAKxHlujPHHcrtGwAqFmsCD6HKjfDAiHyAYc=" 846 + }, 847 + { 848 + "pname": "System.Text.RegularExpressions", 849 + "version": "4.3.0", 850 + "hash": "sha256-VLCk1D1kcN2wbAe3d0YQM/PqCsPHOuqlBY1yd2Yo+K0=" 851 + }, 852 + { 853 + "pname": "System.Threading", 854 + "version": "4.3.0", 855 + "hash": "sha256-ZDQ3dR4pzVwmaqBg4hacZaVenQ/3yAF/uV7BXZXjiWc=" 856 + }, 857 + { 858 + "pname": "System.Threading.Tasks", 859 + "version": "4.3.0", 860 + "hash": "sha256-Z5rXfJ1EXp3G32IKZGiZ6koMjRu0n8C1NGrwpdIen4w=" 861 + }, 862 + { 863 + "pname": "System.Threading.Tasks.Extensions", 864 + "version": "4.3.0", 865 + "hash": "sha256-X2hQ5j+fxcmnm88Le/kSavjiGOmkcumBGTZKBLvorPc=" 866 + }, 867 + { 868 + "pname": "System.Threading.ThreadPool", 869 + "version": "4.3.0", 870 + "hash": "sha256-wW0QdvssRoaOfQLazTGSnwYTurE4R8FxDx70pYkL+gg=" 871 + }, 872 + { 873 + "pname": "System.Threading.Timer", 874 + "version": "4.3.0", 875 + "hash": "sha256-pmhslmhQhP32TWbBzoITLZ4BoORBqYk25OWbru04p9s=" 876 + }, 877 + { 878 + "pname": "System.ValueTuple", 879 + "version": "4.4.0", 880 + "hash": "sha256-LqpI3bSaXqVPqfEdfsWE2qX9tzFV6VPU6x4A/fVzzfM=" 881 + }, 882 + { 883 + "pname": "System.ValueTuple", 884 + "version": "4.5.0", 885 + "hash": "sha256-niH6l2fU52vAzuBlwdQMw0OEoRS/7E1w5smBFoqSaAI=" 886 + }, 887 + { 888 + "pname": "System.Xml.ReaderWriter", 889 + "version": "4.3.0", 890 + "hash": "sha256-QQ8KgU0lu4F5Unh+TbechO//zaAGZ4MfgvW72Cn1hzA=" 891 + }, 892 + { 893 + "pname": "System.Xml.XDocument", 894 + "version": "4.3.0", 895 + "hash": "sha256-rWtdcmcuElNOSzCehflyKwHkDRpiOhJJs8CeQ0l1CCI=" 896 + }, 897 + { 898 + "pname": "System.Xml.XmlDocument", 899 + "version": "4.3.0", 900 + "hash": "sha256-kbuV4Y7rVJkfMp2Kgoi8Zvdatm9CZNmlKB3GZgANvy4=" 901 + } 902 + ]
+63
pkgs/by-name/qb/qbittorrent-cli/package.nix
··· 1 + { 2 + lib, 3 + buildDotnetModule, 4 + fetchFromGitHub, 5 + versionCheckHook, 6 + nix-update-script, 7 + }: 8 + let 9 + version = "1.8.24285.1"; 10 + in 11 + buildDotnetModule { 12 + pname = "qbittorrent-cli"; 13 + inherit version; 14 + 15 + src = fetchFromGitHub { 16 + owner = "fedarovich"; 17 + repo = "qbittorrent-cli"; 18 + tag = "v${version}"; 19 + hash = "sha256-ZGK8nicaXlDIShACeF4QS0BOCZCN0T4JFtHuuFoXhBw="; 20 + }; 21 + 22 + nugetDeps = ./deps.json; 23 + dotnetBuildFlags = [ 24 + "-f" 25 + "net6" 26 + ]; 27 + dotnetInstallFlags = [ 28 + "-f" 29 + "net6" 30 + ]; 31 + selfContainedBuild = true; 32 + 33 + projectFile = "src/QBittorrent.CommandLineInterface/QBittorrent.CommandLineInterface.csproj"; 34 + executables = [ "qbt" ]; 35 + 36 + nativeInstallCheckInputs = [ 37 + versionCheckHook 38 + ]; 39 + 40 + versionCheckProgram = "${placeholder "out"}/bin/qbt"; 41 + versionCheckProgramArg = [ "--version" ]; 42 + doInstallCheck = true; 43 + 44 + passthru.updateScript = nix-update-script { }; 45 + 46 + meta = { 47 + description = "Command line interface for qBittorrent"; 48 + homepage = "https://github.com/fedarovich/qbittorrent-cli"; 49 + changelog = "https://github.com/fedarovich/qbittorrent-cli/releases/tag/v${version}"; 50 + license = with lib.licenses; [ 51 + mit 52 + ]; 53 + platforms = lib.platforms.unix; 54 + badPlatforms = [ 55 + # error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'osx-arm64' 56 + "aarch64-darwin" 57 + ]; 58 + maintainers = with lib.maintainers; [ 59 + pta2002 60 + ]; 61 + mainProgram = "qbt"; 62 + }; 63 + }
+2 -2
pkgs/by-name/re/remind/package.nix
··· 16 16 17 17 tcl.mkTclDerivation rec { 18 18 pname = "remind"; 19 - version = "05.02.02"; 19 + version = "05.02.03"; 20 20 21 21 src = fetchFromGitea { 22 22 domain = "git.skoll.ca"; 23 23 owner = "Skollsoft-Public"; 24 24 repo = "Remind"; 25 25 rev = version; 26 - hash = "sha256-GLNFj09lZ6iNUp9fuxhpD8wU7tiDIyVVBTye1naZdlM="; 26 + hash = "sha256-4OKLBY5OcaUaSsxbOUN1b9LeUqj0rYBWsZNJ70DvcrQ="; 27 27 }; 28 28 29 29 propagatedBuildInputs = lib.optionals withGui [
+3 -3
pkgs/by-name/re/rewatch/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "rewatch"; 10 - version = "1.0.9"; 10 + version = "1.0.10"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "rescript-lang"; 14 14 repo = "rewatch"; 15 15 tag = "v${version}"; 16 - hash = "sha256-y+0tBwGa7Fjrnd3O7CwZjapgXJojfgXBZyqAW3cz1Zk="; 16 + hash = "sha256-9MowIppTEU2+g5T76qoZg2dOFyEo6uUmtZtzvuaqCrg="; 17 17 }; 18 18 19 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-pre5FKsMyHHCUuHO0LZrMhMlhXJ9U21EllVMUUg4aJU="; 20 + cargoHash = "sha256-129RFd0kbhiaQOxUlnZMVK2bFXe08VBy3keYNlASRtg="; 21 21 22 22 doCheck = true; 23 23
+14 -11
pkgs/by-name/rq/rqbit/package.nix
··· 5 5 fetchFromGitHub, 6 6 pkg-config, 7 7 openssl, 8 - darwin, 9 8 buildNpmPackage, 10 9 nodejs_20, 10 + nix-update-script, 11 11 }: 12 12 let 13 13 pname = "rqbit"; 14 14 15 - version = "7.0.1"; 15 + version = "8.0.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "ikatson"; 19 19 repo = "rqbit"; 20 20 rev = "v${version}"; 21 - hash = "sha256-Lt3HxK8fB1Xn2422wGkJ90muJjZ7r9ZHngGD/2tkaMM="; 21 + hash = "sha256-Meztr/UxLgnbd3YwkSW0vy+D2N4mFg2v+T4nBnYiQBI="; 22 22 }; 23 23 24 24 rqbit-webui = buildNpmPackage { ··· 30 30 31 31 sourceRoot = "${src.name}/crates/librqbit/webui"; 32 32 33 - npmDepsHash = "sha256-VYPZXZx9rKLKZm5+d2wSVkoPLCQCffaeZVSi7mKRH/M="; 33 + npmDepsHash = "sha256-vib8jpf7Jn1qv0m/dWJ4TbisByczNbtEd8hIM5ll2Q8="; 34 34 35 35 installPhase = '' 36 36 runHook preInstall ··· 46 46 inherit pname version src; 47 47 48 48 useFetchCargoVendor = true; 49 - cargoHash = "sha256-pwtD7a/AXmVUKH0+IubFAel2PD4ghpeGtepp3P+zVkc="; 49 + cargoHash = "sha256-FGcws80cX0I74bVaSV6OLntPFPNanGAFm6CVHDAGbOU="; 50 50 51 - nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 52 - pkg-config 53 - ]; 51 + nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; 54 52 55 - buildInputs = 56 - lib.optionals stdenv.hostPlatform.isLinux [ openssl ] 57 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ]; 53 + buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl ]; 58 54 59 55 preConfigure = '' 60 56 mkdir -p crates/librqbit/webui/dist ··· 70 66 doCheck = false; 71 67 72 68 passthru.webui = rqbit-webui; 69 + 70 + passthru.updateScript = nix-update-script { 71 + extraArgs = [ 72 + "--subpackage" 73 + "webui" 74 + ]; 75 + }; 73 76 74 77 meta = with lib; { 75 78 description = "Bittorrent client in Rust";
+2 -2
pkgs/by-name/sa/sane-airscan/package.nix
··· 15 15 }: 16 16 stdenv.mkDerivation rec { 17 17 pname = "sane-airscan"; 18 - version = "0.99.31"; 18 + version = "0.99.32"; 19 19 20 20 nativeBuildInputs = [ 21 21 meson ··· 36 36 owner = "alexpevzner"; 37 37 repo = pname; 38 38 rev = version; 39 - sha256 = "sha256-ZSmublTne8YZM8irowPedgEr2fzPzwt1QGWU+BBTAzA="; 39 + sha256 = "sha256-lfWdeXURWLwae9G11oIS25CsOkzTjigRDGFzdV33bTU="; 40 40 }; 41 41 42 42 meta = with lib; {
+2 -2
pkgs/by-name/si/silx/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "silx"; 9 - version = "2.1.2"; 9 + version = "2.2.0"; 10 10 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-Uep/BkH3ngGDbPMVptab64SKBbOGqa0qazUoT47idqU="; 15 + hash = "sha256-ff2YUp0GjOKAm2k+eBF+WlYlo8Z7gmUjFgTFTvOxRzI="; 16 16 }; 17 17 18 18 build-system = with python3Packages; [
+3 -6
pkgs/by-name/st/stalwart-mail/webadmin.nix
··· 9 9 nodejs, 10 10 npmHooks, 11 11 llvmPackages, 12 - wasm-bindgen-cli, 12 + wasm-bindgen-cli_0_2_93, 13 13 binaryen, 14 14 zip, 15 15 }: ··· 46 46 tailwindcss 47 47 trunk 48 48 # needs to match with wasm-bindgen version in upstreams Cargo.lock 49 - (wasm-bindgen-cli.override { 50 - version = "0.2.93"; 51 - hash = "sha256-DDdu5mM3gneraM85pAepBXWn3TMofarVR4NbjMdz3r0="; 52 - cargoHash = "sha256-birrg+XABBHHKJxfTKAMSlmTVYLmnmqMDfRnmG6g/YQ="; 53 - }) 49 + wasm-bindgen-cli_0_2_93 50 + 54 51 zip 55 52 ]; 56 53
+14 -16
pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs
··· 139 139 })) 140 140 } 141 141 142 - fn do_pre_switch_check(command: &str, toplevel: &Path) -> Result<()> { 142 + fn do_pre_switch_check(command: &str, toplevel: &Path, action: &Action) -> Result<()> { 143 143 let mut cmd_split = command.split_whitespace(); 144 144 let Some(argv0) = cmd_split.next() else { 145 145 bail!("missing first argument in install bootloader commands"); ··· 148 148 match std::process::Command::new(argv0) 149 149 .args(cmd_split.collect::<Vec<&str>>()) 150 150 .arg(toplevel) 151 + .arg::<&str>(action.into()) 151 152 .spawn() 152 153 .map(|mut child| child.wait()) 153 154 { ··· 886 887 887 888 fn new_dbus_proxies( 888 889 conn: &LocalConnection, 889 - ) -> ( 890 - Proxy<'_, &LocalConnection>, 891 - Proxy<'_, &LocalConnection>, 892 - ) { 890 + ) -> (Proxy<'_, &LocalConnection>, Proxy<'_, &LocalConnection>) { 893 891 ( 894 892 conn.with_proxy( 895 893 "org.freedesktop.systemd1", ··· 1053 1051 .unwrap_or_default() 1054 1052 != "1" 1055 1053 { 1056 - do_pre_switch_check(&pre_switch_check, &toplevel)?; 1054 + do_pre_switch_check(&pre_switch_check, &toplevel, action)?; 1057 1055 } 1058 1056 1059 1057 if *action == Action::Check { ··· 1220 1218 unit.as_str(), 1221 1219 "suspend.target" | "hibernate.target" | "hybrid-sleep.target" 1222 1220 ) || parse_systemd_bool( 1223 - Some(&new_unit_info), 1224 - "Unit", 1225 - "RefuseManualStart", 1226 - false, 1227 - ) || parse_systemd_bool( 1228 - Some(&new_unit_info), 1229 - "Unit", 1230 - "X-OnlyManualStart", 1231 - false, 1232 - )) { 1221 + Some(&new_unit_info), 1222 + "Unit", 1223 + "RefuseManualStart", 1224 + false, 1225 + ) || parse_systemd_bool( 1226 + Some(&new_unit_info), 1227 + "Unit", 1228 + "X-OnlyManualStart", 1229 + false, 1230 + )) { 1233 1231 units_to_start.insert(unit.to_string(), ()); 1234 1232 record_unit(START_LIST_FILE, unit); 1235 1233 // Don't spam the user with target units that always get started.
+2 -8
pkgs/by-name/tp/tpsecore/package.nix
··· 4 4 rustPlatform, 5 5 rustc, 6 6 wasm-pack, 7 - wasm-bindgen-cli, 7 + wasm-bindgen-cli_0_2_95, 8 8 binaryen, 9 9 }: 10 10 11 11 let 12 12 version = "0.1.1"; 13 - 14 - wasm-bindgen-cli-95 = wasm-bindgen-cli.override { 15 - version = "0.2.95"; 16 - hash = "sha256-prMIreQeAcbJ8/g3+pMp1Wp9H5u+xLqxRxL+34hICss="; 17 - cargoHash = "sha256-6iMebkD7FQvixlmghGGIvpdGwFNLfnUcFke/Rg8nPK4="; 18 - }; 19 13 in 20 14 rustPlatform.buildRustPackage { 21 15 pname = "tpsecore"; ··· 32 26 33 27 nativeBuildInputs = [ 34 28 wasm-pack 35 - wasm-bindgen-cli-95 29 + wasm-bindgen-cli_0_2_95 36 30 binaryen 37 31 rustc.llvmPackages.lld 38 32 ];
+2 -2
pkgs/by-name/tr/trealla/package.nix
··· 23 23 ]; 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "trealla"; 26 - version = "2.63.15"; 26 + version = "2.63.33"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "trealla-prolog"; 30 30 repo = "trealla"; 31 31 rev = "v${finalAttrs.version}"; 32 - hash = "sha256-4YQCfkAJTTS0n0hDUcc25ks0XtToqNL7eFVM1aPjE/w="; 32 + hash = "sha256-ivbjnYKuZW3xvyPxOF3Ov/0obI71lri/itsVFJ4Cb4k="; 33 33 }; 34 34 35 35 postPatch = ''
+3 -3
pkgs/by-name/uv/uv/package.nix
··· 17 17 18 18 rustPlatform.buildRustPackage rec { 19 19 pname = "uv"; 20 - version = "0.5.24"; 20 + version = "0.5.25"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "astral-sh"; 24 24 repo = "uv"; 25 25 tag = version; 26 - hash = "sha256-a4SemtzExhQing7CKjNvakoZSkI7wX01JPz4xWwEraQ="; 26 + hash = "sha256-nDZaS3Yc7Z8gKyl2+HTpwoTTJKJDZCTQIiZazICvlvQ="; 27 27 }; 28 28 29 29 useFetchCargoVendor = true; 30 - cargoHash = "sha256-UdS3SiviF3j3XUd1hUD9eIurKaC9ZX7DrvvE158zS5w="; 30 + cargoHash = "sha256-GWlL5NZwHfkOfl16Eh38xo4OETmy/HFFeOZCGDruluI="; 31 31 32 32 nativeBuildInputs = [ 33 33 cmake
+7 -5
pkgs/by-name/wa/wasm-bindgen-cli/package.nix pkgs/build-support/wasm-bindgen-cli/default.nix
··· 9 9 stdenv, 10 10 curl, 11 11 darwin, 12 - version ? "0.2.100", 13 - hash ? "sha256-3RJzK7mkYFrs7C/WkhW9Rr4LdP5ofb2FdYGz1P7Uxog=", 14 - cargoHash ? "sha256-tD0OY2PounRqsRiFh8Js5nyknQ809ZcHMvCOLrvYHRE=", 12 + }: 13 + 14 + { 15 + version ? src.version, 16 + src, 17 + cargoDeps, 15 18 }: 16 19 17 20 rustPlatform.buildRustPackage rec { 18 21 pname = "wasm-bindgen-cli"; 19 - inherit version hash cargoHash; 20 22 21 - src = fetchCrate { inherit pname version hash; }; 23 + inherit version src cargoDeps; 22 24 23 25 nativeBuildInputs = [ pkg-config ]; 24 26
+19
pkgs/by-name/wa/wasm-bindgen-cli_0_2_100/package.nix
··· 1 + { 2 + buildWasmBindgenCli, 3 + fetchCrate, 4 + rustPlatform, 5 + }: 6 + 7 + buildWasmBindgenCli rec { 8 + src = fetchCrate { 9 + pname = "wasm-bindgen-cli"; 10 + version = "0.2.100"; 11 + hash = "sha256-3RJzK7mkYFrs7C/WkhW9Rr4LdP5ofb2FdYGz1P7Uxog="; 12 + }; 13 + 14 + cargoDeps = rustPlatform.fetchCargoVendor { 15 + inherit src; 16 + inherit (src) pname version; 17 + hash = "sha256-qsO12332HSjWCVKtf1cUePWWb9IdYUmT+8OPj/XP2WE="; 18 + }; 19 + }
+19
pkgs/by-name/wa/wasm-bindgen-cli_0_2_92/package.nix
··· 1 + { 2 + buildWasmBindgenCli, 3 + fetchCrate, 4 + rustPlatform, 5 + }: 6 + 7 + buildWasmBindgenCli rec { 8 + src = fetchCrate { 9 + pname = "wasm-bindgen-cli"; 10 + version = "0.2.92"; 11 + hash = "sha256-1VwY8vQy7soKEgbki4LD+v259751kKxSxmo/gqE6yV0="; 12 + }; 13 + 14 + cargoDeps = rustPlatform.fetchCargoVendor { 15 + inherit src; 16 + inherit (src) pname version; 17 + hash = "sha256-81vQkKubMWaX0M3KAwpYgMA1zUQuImFGvh5yTW+rIAs="; 18 + }; 19 + }
+19
pkgs/by-name/wa/wasm-bindgen-cli_0_2_93/package.nix
··· 1 + { 2 + buildWasmBindgenCli, 3 + fetchCrate, 4 + rustPlatform, 5 + }: 6 + 7 + buildWasmBindgenCli rec { 8 + src = fetchCrate { 9 + pname = "wasm-bindgen-cli"; 10 + version = "0.2.93"; 11 + hash = "sha256-DDdu5mM3gneraM85pAepBXWn3TMofarVR4NbjMdz3r0="; 12 + }; 13 + 14 + cargoDeps = rustPlatform.fetchCargoVendor { 15 + inherit src; 16 + inherit (src) pname version; 17 + hash = "sha256-s8srI+lu+DgQ+5BbaEXC4Ja/BL+K22LIl5Gd1PwNZZk="; 18 + }; 19 + }
+19
pkgs/by-name/wa/wasm-bindgen-cli_0_2_95/package.nix
··· 1 + { 2 + buildWasmBindgenCli, 3 + fetchCrate, 4 + rustPlatform, 5 + }: 6 + 7 + buildWasmBindgenCli rec { 8 + src = fetchCrate { 9 + pname = "wasm-bindgen-cli"; 10 + version = "0.2.95"; 11 + hash = "sha256-prMIreQeAcbJ8/g3+pMp1Wp9H5u+xLqxRxL+34hICss="; 12 + }; 13 + 14 + cargoDeps = rustPlatform.fetchCargoVendor { 15 + inherit src; 16 + inherit (src) pname version; 17 + hash = "sha256-+h87/onAdpG0Jmeuy0Wd2djLFOAyaE52cAfxDVVcgP8="; 18 + }; 19 + }
+153
pkgs/by-name/xe/xephem/add-cross-compilation-support.patch
··· 1 + diff --git a/libastro/Makefile b/libastro/Makefile 2 + index 0a8ecb6..b24e827 100644 3 + --- a/libastro/Makefile 4 + +++ b/libastro/Makefile 5 + @@ -3,6 +3,9 @@ 6 + 7 + # compiler and flags 8 + 9 + +AR = ar 10 + +RANLIB = ranlib 11 + + 12 + # gcc 13 + CC = gcc 14 + CFLAGS= -O2 -Wall 15 + @@ -83,8 +86,8 @@ OBJS = \ 16 + vsop87_data.o 17 + 18 + libastro.a: $(HS) $(OBJS) 19 + - ar rv $@ $(OBJS) 20 + - ranlib $@ 21 + + $(AR) rv $@ $(OBJS) 22 + + $(RANLIB) $@ 23 + 24 + libastro.so: $(HS) $(OBJS) 25 + $(CC) -shared -o $@ $(OBJS) 26 + diff --git a/libip/Makefile b/libip/Makefile 27 + index 5c36ac8..e223dca 100644 28 + --- a/libip/Makefile 29 + +++ b/libip/Makefile 30 + @@ -1,6 +1,9 @@ 31 + # Makefile for image processing routines, libip. 32 + # (C) 2001 Elwood Charles Downey 33 + 34 + +AR = ar 35 + +RANLIB = ranlib 36 + + 37 + # gcc 38 + CC = gcc 39 + CFLAGS= -I../libastro -O2 -Wall 40 + @@ -36,11 +39,11 @@ OBJS = \ 41 + HS = ip.h fsmatch.h 42 + 43 + libip.a: $(HS) $(OBJS) 44 + - ar rv $@ $(OBJS) 45 + - ranlib $@ 46 + + $(AR) rv $@ $(OBJS) 47 + + $(RANLIB) $@ 48 + 49 + libip.so: $(OBJS) 50 + - gcc -shared -o $@ $(OBJS) 51 + + $(CC) -shared -o $@ $(OBJS) 52 + 53 + clobber: 54 + rm -f *.o libip.a 55 + diff --git a/libjpegd/Makefile b/libjpegd/Makefile 56 + index 46ea040..7562fc5 100644 57 + --- a/libjpegd/Makefile 58 + +++ b/libjpegd/Makefile 59 + @@ -2,6 +2,9 @@ 60 + 61 + # compiler and flags 62 + 63 + +AR = ar 64 + +RANLIB = ranlib 65 + + 66 + # gcc 67 + CC = gcc 68 + CFLAGS= -O2 -Wall 69 + @@ -62,8 +65,8 @@ OBJS = \ 70 + jutils.o 71 + 72 + libjpegd.a: $(HS) $(OBJS) 73 + - ar r $@ $(OBJS) 74 + - ranlib $@ 75 + + $(AR) r $@ $(OBJS) 76 + + $(RANLIB) $@ 77 + 78 + clobber: 79 + touch x.o x.a 80 + diff --git a/liblilxml/Makefile b/liblilxml/Makefile 81 + index 2e73761..7f3f2c3 100644 82 + --- a/liblilxml/Makefile 83 + +++ b/liblilxml/Makefile 84 + @@ -3,6 +3,9 @@ 85 + 86 + # compiler and flags 87 + 88 + +AR = ar 89 + +RANLIB = ranlib 90 + + 91 + # gcc 92 + CC = gcc 93 + CFLAGS= -O2 -Wall 94 + @@ -27,8 +30,8 @@ HS = lilxml.h 95 + OBJS = lilxml.o base64.o 96 + 97 + liblilxml.a: $(HS) $(OBJS) 98 + - ar r $@ $(OBJS) 99 + - ranlib $@ 100 + + $(AR) r $@ $(OBJS) 101 + + $(RANLIB) $@ 102 + 103 + liltest: liltest.o liblilxml.a 104 + $(CC) $(LDFLAGS) -o liltest liltest.o liblilxml.a 105 + diff --git a/libpng/Makefile b/libpng/Makefile 106 + index 5f332cc..6217f2f 100644 107 + --- a/libpng/Makefile 108 + +++ b/libpng/Makefile 109 + @@ -10,7 +10,7 @@ ZLIBLIB = ../libz 110 + # Compiler, linker, lib and other tools 111 + CC = gcc 112 + LD = $(CC) 113 + -AR = ar rcs 114 + +AR = ar 115 + RANLIB = ranlib 116 + RM = rm -f 117 + 118 + @@ -38,7 +38,7 @@ OBJS = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O) \ 119 + all: libpng$(A) 120 + 121 + libpng$(A): $(OBJS) 122 + - $(AR) $@ $(OBJS) 123 + + $(AR) rcs $@ $(OBJS) 124 + $(RANLIB) $@ 125 + 126 + clean: 127 + diff --git a/libz/Makefile b/libz/Makefile 128 + index 773f3ed..0fc73c0 100644 129 + --- a/libz/Makefile 130 + +++ b/libz/Makefile 131 + @@ -1,3 +1,7 @@ 132 + +AR = ar 133 + +RANLIB = ranlib 134 + + 135 + +CC = cc 136 + CLDFLAGS = 137 + CFLAGS = $(CLDFLAGS) -Wall -O2 138 + LDFLAGS = 139 + @@ -17,11 +21,11 @@ OBJS = adler32.o \ 140 + inffast.o 141 + 142 + libz.a: $(OBJS) 143 + - ar rc libz.a $(OBJS) 144 + - -ranlib libz.a 145 + + $(AR) rc libz.a $(OBJS) 146 + + $(RANLIB) libz.a 147 + 148 + testzlib: testzlib.o libz.a 149 + - cc $(LDFLAGS) -o testzlib testzlib.o libz.a 150 + + $(CC) $(LDFLAGS) -o testzlib testzlib.o libz.a 151 + 152 + clean: 153 + rm -f *.o *.a testzlib
+112
pkgs/by-name/xe/xephem/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + fetchpatch, 6 + makeDesktopItem, 7 + copyDesktopItems, 8 + installShellFiles, 9 + motif, 10 + openssl, 11 + groff, 12 + xorg, 13 + }: 14 + 15 + stdenv.mkDerivation rec { 16 + pname = "xephem"; 17 + version = "4.2.0"; 18 + 19 + src = fetchFromGitHub { 20 + owner = "XEphem"; 21 + repo = "XEphem"; 22 + rev = version; 23 + hash = "sha256-TuzXrWoJOAHg31DrJObPcHBXgtqR/KWKFRsqddPzL4c="; 24 + }; 25 + 26 + nativeBuildInputs = [ 27 + copyDesktopItems 28 + installShellFiles 29 + groff # nroff 30 + ]; 31 + 32 + buildInputs = [ 33 + motif 34 + openssl 35 + xorg.libXmu 36 + xorg.libXext 37 + xorg.libXt 38 + ]; 39 + 40 + patches = [ 41 + # fix compile error with GCC 14 42 + (fetchpatch { 43 + url = "https://github.com/XEphem/XEphem/commit/30e14f685ede015fcd8985cd83ee6510f93f0073.patch"; 44 + hash = "sha256-wNoLjR6xEl56ZA6FLBS2xtySeDEYXTCA8j4Z5JIrF6k="; 45 + }) 46 + ./add-cross-compilation-support.patch 47 + ]; 48 + 49 + postPatch = '' 50 + cd GUI/xephem 51 + substituteInPlace xephem.c splash.c --replace-fail '/etc/XEphem' '${placeholder "out"}/etc/XEphem' 52 + ''; 53 + 54 + doCheck = true; 55 + 56 + checkFlags = "-C ../../tests"; 57 + 58 + checkTarget = "run-test"; 59 + 60 + makeFlags = [ 61 + "CC=${stdenv.cc.targetPrefix}cc" 62 + "AR=${stdenv.cc.targetPrefix}ar" 63 + "RANLIB=${stdenv.cc.targetPrefix}ranlib" 64 + ]; 65 + 66 + installPhase = '' 67 + runHook preInstall 68 + installBin xephem 69 + mkdir -p $out/share/xephem 70 + cp -R auxil $out/share/xephem/ 71 + cp -R catalogs $out/share/xephem/ 72 + cp -R fifos $out/share/xephem/ 73 + cp -R fits $out/share/xephem/ 74 + cp -R gallery $out/share/xephem/ 75 + cp -R help $out/share/xephem/ 76 + cp -R lo $out/share/xephem/ 77 + mkdir $out/etc 78 + echo "XEphem.ShareDir: $out/share/xephem" > $out/etc/XEphem 79 + installManPage xephem.1 80 + install -Dm644 XEphem.png -t $out/share/pixmaps 81 + runHook postInstall 82 + ''; 83 + 84 + desktopItems = [ 85 + (makeDesktopItem { 86 + name = "xephem"; 87 + exec = "xephem"; 88 + icon = "XEphem"; 89 + desktopName = "XEphem"; 90 + categories = [ 91 + "Science" 92 + "Astronomy" 93 + ]; 94 + }) 95 + ]; 96 + 97 + meta = { 98 + description = "Interactive astronomy program for all UNIX platforms"; 99 + longDescription = '' 100 + Xephem is an interactive astronomical ephemeris program for X Windows systems. It computes 101 + heliocentric, geocentric and topocentric information for fixed celestial objects and objects 102 + in heliocentric and geocentric orbits; has built-in support for all planet positions; the 103 + moons of Jupiter, Saturn and Earth; Mars' and Jupiter's central meridian longitude; Saturn's 104 + rings; and Jupiter's Great Red Spot. 105 + ''; 106 + mainProgram = "xephem"; 107 + homepage = "https://xephem.github.io/XEphem/Site/xephem.html"; 108 + license = lib.licenses.mit; 109 + maintainers = with lib.maintainers; [ EstebanMacanek ]; 110 + platforms = lib.platforms.unix; 111 + }; 112 + }
+2 -2
pkgs/by-name/ya/yamlscript/package.nix
··· 2 2 3 3 buildGraalvmNativeImage rec { 4 4 pname = "yamlscript"; 5 - version = "0.1.88"; 5 + version = "0.1.89"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar"; 9 - hash = "sha256-yG6KcMyCq8HTJk+nY+zkHOrzsNbiUDW+9ms5ZA0pmz8="; 9 + hash = "sha256-SSgiAjPRow4R1cLl7POUzC+TeQ4Oq+8QeFh410IsgdA="; 10 10 }; 11 11 12 12 executable = "ys";
+90 -40
pkgs/development/compilers/halide/default.nix
··· 4 4 lib, 5 5 fetchFromGitHub, 6 6 cmake, 7 + fetchpatch2, 7 8 flatbuffers, 8 9 libffi, 9 10 libpng, ··· 14 15 openblas, 15 16 blas, 16 17 lapack, 18 + removeReferencesTo, 19 + ninja, 17 20 pythonSupport ? false, 18 - python3Packages ? null, 21 + python3Packages, 22 + wasmSupport ? false, 23 + wabt, 24 + doCheck ? true, 19 25 }: 20 26 21 27 assert blas.implementation == "openblas" && lapack.implementation == "openblas"; 22 28 23 - stdenv.mkDerivation rec { 29 + stdenv.mkDerivation (finalAttrs: { 24 30 pname = "halide"; 25 - version = "18.0.0"; 31 + version = "19.0.0"; 26 32 27 33 src = fetchFromGitHub { 28 34 owner = "halide"; 29 35 repo = "Halide"; 30 - rev = "v${version}"; 31 - hash = "sha256-BPalUh9EgdCqVaWC1HoreyyRcPQc4QMIYnLrRoNDDCI="; 36 + tag = "v${finalAttrs.version}"; 37 + hash = "sha256-0SFGX4G6UR8NS4UsdFOb99IBq2/hEkr/Cm2p6zkIh/8="; 32 38 }; 33 39 34 - postPatch = '' 35 - # See https://github.com/halide/Halide/issues/7785 36 - substituteInPlace 'src/runtime/HalideRuntime.h' \ 37 - --replace '#if defined(__x86_64__) || defined(__i386__) || defined(__arm__) || defined(__aarch64__) 38 - #define HALIDE_CPP_COMPILER_HAS_FLOAT16' \ 39 - '#if defined(__x86_64__) || defined(__i386__) 40 - #define HALIDE_CPP_COMPILER_HAS_FLOAT16' 41 - ''; 40 + patches = [ 41 + # The following two patches fix cmake/HalidePackageConfigHelpers.cmake to 42 + # support specifying an absolute library install path (which is what Nix 43 + # does when "lib" is included as a separate output) 44 + (fetchpatch2 { 45 + url = "https://github.com/halide/Halide/commit/ac2cd23951aff9ac3b765e51938f1e576f1f0ee9.diff?full_index=1"; 46 + hash = "sha256-JTktOTSyReDUEHTaPPMoi+/K/Gzg39i6MI97cO3654k="; 47 + }) 48 + (fetchpatch2 { 49 + url = "https://github.com/halide/Halide/commit/59f4fff30f4ab628da9aa7e5f77a7f1bb218a779.diff?full_index=1"; 50 + hash = "sha256-yOzE+1jai1w1GQisLYfu8F9pbTE/bYg0MTLq8rPXdGk="; 51 + }) 52 + ]; 53 + 54 + postPatch = 55 + '' 56 + substituteInPlace src/runtime/CMakeLists.txt --replace-fail \ 57 + '-isystem "''${VulkanHeaders_INCLUDE_DIR}"' \ 58 + '-isystem "''${VulkanHeaders_INCLUDE_DIR}" 59 + -isystem "${llvmPackages.clang}/resource-root/include"' 60 + '' 61 + # Upstream Halide include a check in their CMake files that forces Halide to 62 + # link LLVM dynamically because of WebAssembly. It unnecessarily increases 63 + # the closure size in cases when the WebAssembly target is not used. Hence, 64 + # the following hack 65 + + lib.optionalString (!wasmSupport) '' 66 + substituteInPlace cmake/FindHalide_LLVM.cmake --replace-fail \ 67 + 'if (comp STREQUAL "WebAssembly")' \ 68 + 'if (FALSE)' 69 + ''; 42 70 43 71 cmakeFlags = [ 44 - "-DWARNINGS_AS_ERRORS=OFF" 45 72 "-DWITH_PYTHON_BINDINGS=${if pythonSupport then "ON" else "OFF"}" 46 - "-DTARGET_WEBASSEMBLY=OFF" 73 + (lib.cmakeBool "WITH_TESTS" doCheck) 74 + (lib.cmakeBool "WITH_TUTORIALS" doCheck) 47 75 # Disable performance tests since they may fail on busy machines 48 76 "-DWITH_TEST_PERFORMANCE=OFF" 49 77 # Disable fuzzing tests -- this has become the default upstream after the 50 78 # v16 release (See https://github.com/halide/Halide/commit/09c5d1d19ec8e6280ccbc01a8a12decfb27226ba) 51 79 # These tests also fail to compile on Darwin because of some missing command line options... 52 80 "-DWITH_TEST_FUZZ=OFF" 53 - # Disable FetchContent for flatbuffers and use the version from nixpkgs instead 54 - "-DFLATBUFFERS_USE_FETCHCONTENT=OFF" 55 - "-DPYBIND11_USE_FETCHCONTENT=OFF" 81 + # Disable FetchContent and use versions from nixpkgs instead 82 + "-DHalide_USE_FETCHCONTENT=OFF" 83 + "-DHalide_WASM_BACKEND=${if wasmSupport then "wabt" else "OFF"}" 84 + (lib.cmakeBool "Halide_LLVM_SHARED_LIBS" wasmSupport) 56 85 ]; 57 86 58 - doCheck = true; 87 + outputs = [ 88 + "out" 89 + "lib" 90 + ]; 91 + 92 + inherit doCheck; 93 + 94 + disabledTests = [ 95 + # Requires too much parallelism for remote builders. 96 + "mullapudi2016_fibonacci" 97 + # Tests performance---flaky in CI 98 + "mullapudi2016_reorder" 99 + # Take too long---we don't want to run these in CI. 100 + "adams2019_test_apps_autoscheduler" 101 + "anderson2021_test_apps_autoscheduler" 102 + "correctness_cross_compilation" 103 + "correctness_simd_op_check_hvx" 104 + ]; 105 + # ninja's setup-hook doesn't let us specify custom flags for the checkPhase, see 106 + # https://discourse.nixos.org/t/building-only-specific-targets-with-cmake/31545/4 107 + # so we resort to overriding the whole checkPhase 108 + dontUseNinjaCheck = true; 109 + checkPhase = '' 110 + runHook preCheck 111 + ctest --exclude-regex '^(${lib.strings.concatStringsSep "|" finalAttrs.disabledTests})$' 112 + runHook postCheck 113 + ''; 59 114 60 - preCheck = 61 - let 62 - disabledTests = lib.strings.concatStringsSep "|" [ 63 - # Requires too much parallelism for remote builders. 64 - "mullapudi2016_fibonacci" 65 - # Take too long---we don't want to run these in CI. 66 - "adams2019_test_apps_autoscheduler" 67 - "anderson2021_test_apps_autoscheduler" 68 - "correctness_cross_compilation" 69 - "correctness_simd_op_check_hvx" 70 - ]; 71 - in 115 + postInstall = 116 + lib.optionalString pythonSupport '' 117 + mkdir -p $lib/lib/${python3Packages.python.libPrefix} 118 + mv -v $lib/lib/python3/site-packages $lib/lib/${python3Packages.python.libPrefix} 119 + rmdir $lib/lib/python3/ 72 120 '' 73 - checkFlagsArray+=("ARGS=-E '${disabledTests}'") 121 + # Debug symbols in the runtime include references to clang, but they're not 122 + # required for running the code. llvmPackages.clang increases the runtime 123 + # closure by at least a GB which is a waste, so we remove references to clang. 124 + + lib.optionalString (stdenv != llvmPackages.stdenv) '' 125 + remove-references-to -t ${llvmPackages.clang} $lib/lib/libHalide* 74 126 ''; 75 - 76 - postInstall = lib.optionalString pythonSupport '' 77 - mkdir -p $out/${builtins.dirOf python3Packages.python.sitePackages} 78 - mv -v $out/lib/python3/site-packages $out/${python3Packages.python.sitePackages} 79 - rmdir $out/lib/python3/ 80 - ''; 81 127 82 128 # Note: only openblas and not atlas part of this Nix expression 83 129 # see pkgs/development/libraries/science/math/liblapack/3.5.0.nix ··· 97 143 ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ 98 144 libgbm 99 145 libGL 100 - ]; 146 + ] 147 + ++ lib.optionals wasmSupport [ wabt ]; 101 148 102 149 nativeBuildInputs = 103 150 [ 104 151 cmake 105 152 flatbuffers 153 + removeReferencesTo 154 + ninja 106 155 ] 107 156 ++ lib.optionals pythonSupport [ 108 157 python3Packages.python ··· 124 173 atila 125 174 twesterhout 126 175 ]; 176 + broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform; 127 177 }; 128 - } 178 + })
+2 -2
pkgs/development/ocaml-modules/ffmpeg/base.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 3 3 rec { 4 - version = "1.1.11"; 4 + version = "1.2.1"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "savonet"; 8 8 repo = "ocaml-ffmpeg"; 9 9 rev = "refs/tags/v${version}"; 10 - sha256 = "sha256-Tr0YhoaaUSOlA7vlhAjPyFJI/iL7Z54oO27RnG7d+nA="; 10 + sha256 = "sha256-Df+dU7Cd1rgsC/TelPzQ7wYlwsX9MGd8qcYsVN6dyMg="; 11 11 }; 12 12 13 13 meta = with lib; {
+6
pkgs/development/ocaml-modules/gluon/default.nix
··· 2 2 lib, 3 3 buildDunePackage, 4 4 fetchurl, 5 + fetchpatch, 5 6 bytestring, 6 7 config, 7 8 libc, ··· 18 19 src = fetchurl { 19 20 url = "https://github.com/riot-ml/gluon/releases/download/${version}/gluon-${version}.tbz"; 20 21 hash = "sha256-YWJCPokY1A7TGqCGoxJl14oKDVeMNybEEB7KiK92WSo="; 22 + }; 23 + 24 + patches = fetchpatch { 25 + url = "https://github.com/riot-ml/gluon/commit/b29c34d04ea05d7721a229c35132320e796ed4b2.patch"; 26 + hash = "sha256-XuzyoteQAgEs93WrgHTWT1I+hIJAiGiJ4XAiLtnEYtw="; 21 27 }; 22 28 23 29 buildInputs = [
+14 -2
pkgs/development/ocaml-modules/janestreet/0.17.nix
··· 1 1 { 2 2 self, 3 3 bash, 4 + fetchpatch, 4 5 fzf, 5 6 lib, 6 7 openssl, ··· 211 212 ctypes-foreign 212 213 openssl 213 214 ]; 215 + patches = fetchpatch { 216 + url = "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/async_ssl/no-incompatible-pointer-types-017.patch"; 217 + hash = "sha256-bpfIi97/b1hIwsFzsmhFAZV1w8CdaMxXoi72ScSYMjY="; 218 + }; 214 219 }; 215 220 216 221 async_unix = janePackage { ··· 498 503 patchShebangs unix_pseudo_terminal/src/discover.sh 499 504 ''; 500 505 doCheck = false; # command_validate_parsing.exe is not specified in test build deps 506 + 507 + # Compatibility with OCaml 5.3 508 + patches = lib.optional (lib.versionAtLeast ocaml.version "5.3") (fetchpatch { 509 + url = "https://github.com/janestreet/core_unix/commit/ebce389ac68e098f542e34400e114ac992f415af.patch"; 510 + includes = [ "bigstring_unix/src/bigstring_unix_stubs.c" ]; 511 + hash = "sha256-FGg2zlyp3aZFu1VeFdm7pgSPiW0HAkLYgMGTj+tqju8="; 512 + }); 501 513 }; 502 514 503 515 csvfields = janePackage { ··· 1545 1557 // ( 1546 1558 if lib.versionAtLeast ocaml.version "5.3" then 1547 1559 { 1548 - version = "0.17.1"; 1549 - hash = "sha256-kcGXqO1kFYds8KwLvpIQ7OKhqnp6JZs8WYYLi7o/nBw="; 1560 + version = "0.17.2"; 1561 + hash = "sha256-AQJSdKtF6p/aG5Lx8VHVEOsisH8ep+iiml6DtW+Hdik="; 1550 1562 } 1551 1563 else 1552 1564 {
+4
pkgs/development/ocaml-modules/labltk/default.nix
··· 78 78 version = "8.06.14"; 79 79 sha256 = "sha256-eVSQetk+i3KObjHfsvnD615cIsq3aZ7IxycX42cuPIU="; 80 80 }; 81 + "5.3" = mkNewParam { 82 + version = "8.06.15"; 83 + sha256 = "sha256-I/y5qr5sasCtlrwxL/Lex79rg0o4tzDMBmQY7MdpU2w="; 84 + }; 81 85 }; 82 86 param = 83 87 params.${lib.versions.majorMinor ocaml.version}
+28
pkgs/development/ocaml-modules/mem_usage/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildDunePackage, 5 + }: 6 + 7 + buildDunePackage rec { 8 + pname = "mem_usage"; 9 + version = "0.1.2"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "savonet"; 13 + repo = "ocaml-mem_usage"; 14 + rev = "v${version}"; 15 + hash = "sha256-5tQNsqbiU9oJvKHUjeTo/ST4A0Axc95gdJISLaa9VRM="; 16 + }; 17 + 18 + minimalOCamlVersion = "4.07"; 19 + 20 + doCheck = true; 21 + 22 + meta = { 23 + license = lib.licenses.mit; 24 + homepage = "https://www.liquidsoap.info/ocaml-mem_usage/"; 25 + description = "Cross-platform memory usage information"; 26 + maintainers = [ lib.maintainers.vbgl ]; 27 + }; 28 + }
+8 -1
pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix
··· 9 9 lib, 10 10 ocaml, 11 11 version ? 12 - if lib.versionAtLeast ocaml.version "5.2" then 12 + if lib.versionAtLeast ocaml.version "5.3" then 13 + "1.22.0" 14 + else if lib.versionAtLeast ocaml.version "5.2" then 13 15 "1.21.0" 14 16 else if lib.versionAtLeast ocaml.version "4.14" then 15 17 "1.18.0" ··· 24 26 let 25 27 params = 26 28 { 29 + "1.22.0" = { 30 + name = "lsp"; 31 + minimalOCamlVersion = "5.2"; 32 + sha256 = "sha256-UZ3DV30V3CIQ3vpYBIGnQ1eRGNUGk7aRuxDLyCA/tYE="; 33 + }; 27 34 "1.21.0" = { 28 35 name = "lsp"; 29 36 minimalOCamlVersion = "5.2";
+3 -1
pkgs/development/ocaml-modules/ocaml-lsp/lsp.nix
··· 23 23 ocamlformat-rpc-lib, 24 24 ocaml, 25 25 version ? 26 - if lib.versionAtLeast ocaml.version "5.2" then 26 + if lib.versionAtLeast ocaml.version "5.3" then 27 + "1.22.0" 28 + else if lib.versionAtLeast ocaml.version "5.2" then 27 29 "1.21.0" 28 30 else if lib.versionAtLeast ocaml.version "4.14" then 29 31 "1.18.0"
+6
pkgs/development/ocaml-modules/secp256k1/default.nix
··· 1 1 { 2 2 lib, 3 3 fetchFromGitHub, 4 + fetchpatch, 4 5 buildDunePackage, 5 6 base, 6 7 stdio, ··· 19 20 repo = "secp256k1-ml"; 20 21 rev = version; 21 22 hash = "sha256-22+dZb3MC1W5Qvsz3+IHV1/XiGCRmJHTH+6IW2QX2hU="; 23 + }; 24 + 25 + patches = fetchpatch { 26 + url = "https://github.com/dakk/secp256k1-ml/commit/9bde90a401746dcecdab68a2fdb95659d16a3022.patch"; 27 + hash = "sha256-QndtZJtPKPjuv84jDmXc9Q/xGLb/mNUGL4AvRecSFlQ="; 22 28 }; 23 29 24 30 buildInputs = [
+2 -2
pkgs/development/python-modules/fastecdsa/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "fastecdsa"; 12 - version = "3.0.0"; 12 + version = "3.0.1"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-deOnwZYvjtOMps90fp7OUfzbMxDFsk0Oj72gFoMymAU="; 19 + hash = "sha256-9LSlD9XjRsSUmro2XAYcP2sl7ueYPJc+HTHednK6SOo="; 20 20 }; 21 21 22 22 buildInputs = [ gmp ];
+1 -6
pkgs/development/python-modules/manga-ocr/default.nix
··· 9 9 buildPythonPackage rec { 10 10 pname = "manga-ocr"; 11 11 version = "0.1.14"; 12 - disabled = pythonOlder "3.7"; 13 12 format = "pyproject"; 14 13 15 14 src = fetchFromGitHub { ··· 37 36 unidic-lite 38 37 ]; 39 38 40 - postPatch = '' 41 - substituteInPlace pyproject.toml \ 42 - --replace-fail "numpy<2" "numpy" 43 - ''; 44 - 45 39 meta = with lib; { 40 + mainProgram = "manga_ocr"; 46 41 description = "Optical character recognition for Japanese text, with the main focus being Japanese manga"; 47 42 homepage = "https://github.com/kha-white/manga-ocr"; 48 43 changelog = "https://github.com/kha-white/manga-ocr/releases/tag/${src.tag}";
+46
pkgs/development/python-modules/parallel-ssh/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + setuptools, 6 + gevent, 7 + ssh-python, 8 + ssh2-python, 9 + unittestCheckHook, 10 + }: 11 + 12 + buildPythonPackage rec { 13 + pname = "parallel-ssh"; 14 + version = "2.13.0"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "ParallelSSH"; 18 + repo = "parallel-ssh"; 19 + tag = version; 20 + hash = "sha256-J/rwlJ9BOcENngIVz5cU+uA34hEEw7QsgsPnpNbbZbk="; 21 + }; 22 + 23 + build-system = [ 24 + setuptools 25 + ]; 26 + 27 + dependencies = [ 28 + gevent 29 + ssh-python 30 + ssh2-python 31 + ]; 32 + 33 + pythonImportsCheck = [ "pssh" ]; 34 + 35 + nativeCheckInputs = [ 36 + unittestCheckHook 37 + ]; 38 + 39 + meta = { 40 + description = "Asynchronous parallel SSH client library"; 41 + homepage = "https://github.com/ParallelSSH/parallel-ssh"; 42 + changelog = "https://github.com/ParallelSSH/parallel-ssh/blob/${version}/Changelog.rst"; 43 + license = lib.licenses.lgpl21Only; 44 + maintainers = with lib.maintainers; [ infinidoge ]; 45 + }; 46 + }
+46
pkgs/development/python-modules/ssh-python/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + setuptools, 6 + cython, 7 + openssl, 8 + zlib, 9 + libssh, 10 + }: 11 + 12 + buildPythonPackage rec { 13 + pname = "ssh-python"; 14 + version = "1.1.1"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "ParallelSSH"; 18 + repo = "ssh-python"; 19 + tag = version; 20 + hash = "sha256-kidz4uHT5C8TUROLGQUHihemYtwOoWZQNw7ElbwYKLM="; 21 + }; 22 + 23 + build-system = [ setuptools ]; 24 + nativeBuildInputs = [ 25 + cython 26 + ]; 27 + buildInputs = [ 28 + openssl 29 + zlib 30 + libssh 31 + ]; 32 + 33 + env = { 34 + SYSTEM_LIBSSH = true; 35 + }; 36 + 37 + pythonImportsCheck = [ "ssh" ]; 38 + 39 + meta = { 40 + description = "Python bindings for libssh C library"; 41 + homepage = "https://github.com/ParallelSSH/ssh-python"; 42 + changelog = "https://github.com/ParallelSSH/ssh-python/blob/${version}/Changelog.rst"; 43 + license = lib.licenses.lgpl21Only; 44 + maintainers = with lib.maintainers; [ infinidoge ]; 45 + }; 46 + }
+46
pkgs/development/python-modules/ssh2-python/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + setuptools, 6 + cython, 7 + openssl, 8 + zlib, 9 + libssh2, 10 + }: 11 + 12 + buildPythonPackage rec { 13 + pname = "ssh2-python"; 14 + version = "1.1.2"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "ParallelSSH"; 18 + repo = "ssh2-python"; 19 + tag = version; 20 + hash = "sha256-nNMe7BTHI4O9Ueyq2YxtHat4BrrtiWGFkKHwUu/NtkM="; 21 + }; 22 + 23 + build-system = [ setuptools ]; 24 + nativeBuildInputs = [ 25 + cython 26 + ]; 27 + buildInputs = [ 28 + openssl 29 + zlib 30 + libssh2 31 + ]; 32 + 33 + env = { 34 + SYSTEM_LIBSSH2 = true; 35 + }; 36 + 37 + pythonImportsCheck = [ "ssh2" ]; 38 + 39 + meta = { 40 + description = "Python bindings for libssh2 C library"; 41 + homepage = "https://github.com/ParallelSSH/ssh2-python"; 42 + changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${version}/Changelog.rst"; 43 + license = lib.licenses.lgpl21Only; 44 + maintainers = with lib.maintainers; [ infinidoge ]; 45 + }; 46 + }
+2 -2
pkgs/development/python-modules/torch/default.nix
··· 232 232 domain = "codeberg.org"; 233 233 owner = "gm6k"; 234 234 repo = "git-unroll"; 235 - rev = "96bf24f2af153310ec59979c123a8cefda8636db"; 236 - hash = "sha256-BTlq2Pm4l/oypBzKKpxExVPyQ0CcAP8llUnl/fd3DUU="; 235 + rev = "9243bb8a6a9f6875e21a5c64320b66f7fdaf9b3f"; 236 + hash = "sha256-1MjbB1EVgmU0HlUibrKOkjmxQ8wseocSJENiAqyHcjU="; 237 237 }; 238 238 239 239 unroll-src = writeShellScript "unroll-src" ''
+3 -3
pkgs/development/tools/misc/texlab/default.nix
··· 16 16 in 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "texlab"; 19 - version = "5.22.0"; 19 + version = "5.22.1"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "latex-lsp"; 23 23 repo = "texlab"; 24 24 tag = "v${version}"; 25 - hash = "sha256-3yMfacncGTqm07OmbNdj2gmkHnagN3urQFb7lCSxegg="; 25 + hash = "sha256-ldbWENQa7ZiBSx1b1JgChIgadqzHEPvUyOdHVgW6MSU="; 26 26 }; 27 27 28 28 useFetchCargoVendor = true; 29 - cargoHash = "sha256-VYxpS0gJY4OiX1/AnBzbAo2yCo/u4UMUcFOiXMcq8Ms="; 29 + cargoHash = "sha256-omMisd2lY9BPIp/0yJ5Eg3pAIvwIWcEJE0ygTj2yqwo="; 30 30 31 31 outputs = [ "out" ] ++ lib.optional (!isCross) "man"; 32 32
-31
pkgs/development/tools/rebazel/default.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - rustPlatform, 5 - fetchFromGitHub, 6 - CoreServices, 7 - }: 8 - 9 - rustPlatform.buildRustPackage rec { 10 - pname = "rebazel"; 11 - version = "0.1.4"; 12 - 13 - src = fetchFromGitHub { 14 - owner = "meetup"; 15 - repo = "rebazel"; 16 - rev = "v${version}"; 17 - hash = "sha256-v84ZXhtJpejQmP61NmP06+qrtMu/0yb7UyD7U12xlME="; 18 - }; 19 - 20 - cargoHash = "sha256-cBAm8LyNKEVJkhZJ+QZU5XtQutb1oNvad8xH70Bi2LM="; 21 - 22 - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ]; 23 - 24 - meta = with lib; { 25 - description = "tool for expediting bazel build workflows"; 26 - mainProgram = "rebazel"; 27 - homepage = "https://github.com/meetup/rebazel"; 28 - license = licenses.mit; 29 - maintainers = with maintainers; [ zimbatm ]; 30 - }; 31 - }
+2 -2
pkgs/servers/sql/mysql/8.0.x.nix
··· 31 31 32 32 stdenv.mkDerivation (finalAttrs: { 33 33 pname = "mysql"; 34 - version = "8.0.40"; 34 + version = "8.0.41"; 35 35 36 36 src = fetchurl { 37 37 url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz"; 38 - hash = "sha256-At/ZQ/lnQvf5zXiFWzJwjqTfVIycFK+Sc4F/O72dIrI="; 38 + hash = "sha256-AV0gj3OOKfRjQr9i4Hq1Oxg/MEQq/YE1SnkxrSP+jPc="; 39 39 }; 40 40 41 41 nativeBuildInputs = [
+1 -8
pkgs/servers/teleport/15/default.nix
··· 1 - { wasm-bindgen-cli, ... }@args: 1 + args: 2 2 import ../generic.nix ( 3 3 args 4 4 // { ··· 13 13 "ironrdp-async-0.1.0" = "sha256-nE5O/wRJ3vJqJG5zdYmpVkhx6JC6Yb92pR4EKSWSdkA="; 14 14 "sspi-0.10.1" = "sha256-fkclC/plTh2d8zcmqthYmr5yXqbPTeFxI1VuaPX5vxk="; 15 15 }; 16 - }; 17 - 18 - # wasm-bindgen-cli version must match the version of wasm-bindgen in Cargo.lock 19 - wasm-bindgen-cli = wasm-bindgen-cli.override { 20 - version = "0.2.92"; 21 - hash = "sha256-1VwY8vQy7soKEgbki4LD+v259751kKxSxmo/gqE6yV0="; 22 - cargoHash = "sha256-aACJ+lYNEU8FFBs158G1/JG8sc6Rq080PeKCMnwdpH0="; 23 16 }; 24 17 } 25 18 )
+1 -8
pkgs/servers/teleport/16/default.nix
··· 1 - { wasm-bindgen-cli, ... }@args: 1 + args: 2 2 import ../generic.nix ( 3 3 args 4 4 // { ··· 12 12 "boring-4.7.0" = "sha256-ACzw4Bfo6OUrwvi3h21tvx5CpdQaWCEIDkslzjzy9o8="; 13 13 "ironrdp-async-0.1.0" = "sha256-DOwDHavDaEda+JK9M6kbvseoXe2LxJg3MLTY/Nu+PN0="; 14 14 }; 15 - }; 16 - 17 - # wasm-bindgen-cli version must match the version of wasm-bindgen in Cargo.lock 18 - wasm-bindgen-cli = wasm-bindgen-cli.override { 19 - version = "0.2.93"; 20 - hash = "sha256-DDdu5mM3gneraM85pAepBXWn3TMofarVR4NbjMdz3r0="; 21 - cargoHash = "sha256-birrg+XABBHHKJxfTKAMSlmTVYLmnmqMDfRnmG6g/YQ="; 22 15 }; 23 16 } 24 17 )
+27 -4
pkgs/servers/teleport/default.nix
··· 1 - { callPackages, lib, ... }@args: 1 + { 2 + callPackages, 3 + lib, 4 + wasm-bindgen-cli_0_2_92, 5 + wasm-bindgen-cli_0_2_93, 6 + ... 7 + }@args: 2 8 let 3 9 f = args: rec { 4 - teleport_15 = import ./15 args; 5 - teleport_16 = import ./16 args; 10 + # wasm-bindgen-cli version must match the version of wasm-bindgen in Cargo.lock 11 + teleport_15 = import ./15 ( 12 + args 13 + // { 14 + wasm-bindgen-cli = wasm-bindgen-cli_0_2_92; 15 + } 16 + ); 17 + teleport_16 = import ./16 ( 18 + args 19 + // { 20 + wasm-bindgen-cli = wasm-bindgen-cli_0_2_93; 21 + } 22 + ); 6 23 teleport = teleport_16; 7 24 }; 8 25 # Ensure the following callPackages invocation includes everything 'generic' needs. 9 26 f' = lib.setFunctionArgs f (builtins.functionArgs (import ./generic.nix)); 10 27 in 11 - callPackages f' (builtins.removeAttrs args [ "callPackages" ]) 28 + callPackages f' ( 29 + builtins.removeAttrs args [ 30 + "callPackages" 31 + "wasm-bindgen-cli_0_2_92" 32 + "wasm-bindgen-cli_0_2_93" 33 + ] 34 + )
+16 -3
pkgs/tools/audio/liquidsoap/full.nix
··· 3 3 stdenv, 4 4 makeWrapper, 5 5 fetchFromGitHub, 6 + fetchpatch, 6 7 which, 7 8 pkg-config, 8 9 libjpeg, ··· 23 24 24 25 let 25 26 pname = "liquidsoap"; 26 - version = "2.2.5"; 27 + version = "2.3.0"; 27 28 in 28 29 stdenv.mkDerivation { 29 30 inherit pname version; ··· 32 33 owner = "savonet"; 33 34 repo = "liquidsoap"; 34 35 rev = "refs/tags/v${version}"; 35 - hash = "sha256-o3P7oTizO2l2WkB4LormZ/Ses5jZOpgQ1r1zB1Y3Bjs="; 36 + hash = "sha256-wNOENkIQw8LWfceI24aa8Ja3ZkePgTIGdIpGgqs/3Ss="; 36 37 }; 37 38 39 + patches = [ 40 + # Compatibility with saturn_lockfree 0.5.0 41 + (fetchpatch { 42 + url = "https://github.com/savonet/liquidsoap/commit/3d6d2d9cd1c7750f2e97449516235a692b28bf56.patch"; 43 + includes = [ "src/*" ]; 44 + hash = "sha256-pmC3gwmkv+Hat61aulNkTKS4xMz+4D94OCMtzhzNfT4="; 45 + }) 46 + ]; 47 + 38 48 postPatch = '' 39 49 substituteInPlace src/lang/dune \ 40 50 --replace-warn "(run git rev-parse --short HEAD)" "(run echo -n nixpkgs)" ··· 88 98 ocamlPackages.duppy 89 99 ocamlPackages.mm 90 100 ocamlPackages.ocurl 91 - ocamlPackages.ocaml_pcre 101 + ocamlPackages.re 92 102 ocamlPackages.cry 93 103 ocamlPackages.camomile 94 104 ocamlPackages.uri ··· 96 106 ocamlPackages.magic-mime 97 107 ocamlPackages.menhir # liquidsoap-lang 98 108 ocamlPackages.menhirLib 109 + ocamlPackages.mem_usage 99 110 ocamlPackages.metadata 100 111 ocamlPackages.dune-build-info 101 112 ocamlPackages.re 113 + ocamlPackages.saturn_lockfree # liquidsoap-lang 102 114 ocamlPackages.sedlex # liquidsoap-lang 115 + ocamlPackages.ppx_hash # liquidsoap-lang 103 116 ocamlPackages.ppx_string 104 117 105 118 # Recommended dependencies
+3 -3
pkgs/tools/networking/netbird/default.nix
··· 35 35 in 36 36 buildGoModule rec { 37 37 pname = "netbird"; 38 - version = "0.35.2"; 38 + version = "0.36.5"; 39 39 40 40 src = fetchFromGitHub { 41 41 owner = "netbirdio"; 42 42 repo = "netbird"; 43 43 tag = "v${version}"; 44 - hash = "sha256-CvKJiv3CyCRp0wyH+OZejOChcumnMOrA7o9wL4ElJio="; 44 + hash = "sha256-3k41lydp6bIfANblvdYK07xY/B3SbXwipbLAIUxmf9I="; 45 45 }; 46 46 47 - vendorHash = "sha256-CgfZZOiFDLf6vCbzovpwzt7FlO9BnzNSdR8e5U+xCDQ="; 47 + vendorHash = "sha256-30KSccdeQ+DrYjotCR0w0LvY1jCBBJIAy5rKQtSsD9Q="; 48 48 49 49 nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; 50 50
+7 -1
pkgs/tools/networking/openvpn/default.nix
··· 15 15 pkcs11Support ? false, 16 16 pkcs11helper, 17 17 nixosTests, 18 + unixtools, 18 19 }: 19 20 20 21 let ··· 29 30 hash = "sha256-GvELhpIr18mYJ8wPFR3+loQze45evbOXU5FyhBrCSmo="; 30 31 }; 31 32 32 - nativeBuildInputs = [ pkg-config ]; 33 + nativeBuildInputs = 34 + [ pkg-config ] 35 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ 36 + unixtools.route 37 + unixtools.ifconfig 38 + ]; 33 39 34 40 buildInputs = 35 41 [
+3 -1
pkgs/top-level/aliases.nix
··· 587 587 ### I ### 588 588 589 589 i3-gaps = i3; # Added 2023-01-03 590 + i3nator = throw "'i3nator' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 590 591 ib-tws = throw "ib-tws has been removed from nixpkgs as it was broken"; # Added 2024-07-15 591 592 ib-controller = throw "ib-controller has been removed from nixpkgs as it was broken"; # Added 2024-07-15 592 593 imagemagick7Big = throw "'imagemagick7Big' has been renamed to/replaced by 'imagemagickBig'"; # Converted to throw 2024-10-17 ··· 830 831 lobster-two = throw "'lobster-two' has been renamed to/replaced by 'google-fonts'"; # Converted to throw 2024-10-17 831 832 loc = throw "'loc' has been removed due to lack of upstream maintenance. Consider 'tokei' as an alternative."; # Added 2025-01-25 832 833 loop = throw "'loop' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 833 - lsh = throw "lsh has been removed as it had no maintainer in Nixpkgs and hasn't seen an upstream release in over a decade"; # Added 2024-08-14 834 834 luna-icons = throw "luna-icons has been removed as it was removed upstream"; # Added 2024-10-29 835 835 lv_img_conv = throw "'lv_img_conv' has been removed from nixpkgs as it is broken"; # Added 2024-06-18 836 836 lxd = lib.warnOnInstantiate "lxd has been renamed to lxd-lts" lxd-lts; # Added 2024-04-01 ··· 1200 1200 rambox-pro = rambox; # Added 2022-12-12 1201 1201 rapidjson-unstable = lib.warnOnInstantiate "'rapidjson-unstable' has been renamed to 'rapidjson'" rapidjson; # Added 2024-07-28 1202 1202 rargs = throw "'rargs' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 1203 + rebazel = throw "'rebazel' has been removed due to lack of upstream maintenance"; # Added 2025-01-26 1203 1204 redocly-cli = redocly; # Added 2024-04-14 1204 1205 redpanda = redpanda-client; # Added 2023-10-14 1205 1206 redpanda-server = throw "'redpanda-server' has been removed because it was broken for a long time"; # Added 2024-06-10 ··· 1484 1485 wakatime = wakatime-cli; # 2024-05-30 1485 1486 wal_e = throw "wal_e was removed as it is unmaintained upstream and depends on the removed boto package; upstream recommends using wal-g or pgbackrest"; # Added 2024-09-22 1486 1487 wapp = tclPackages.wapp; # Added 2024-10-02 1488 + wasm-bindgen-cli = wasm-bindgen-cli_0_2_100; 1487 1489 wayfireApplications-unwrapped = throw '' 1488 1490 'wayfireApplications-unwrapped.wayfire' has been renamed to/replaced by 'wayfire' 1489 1491 'wayfireApplications-unwrapped.wayfirePlugins' has been renamed to/replaced by 'wayfirePlugins'
+4 -5
pkgs/top-level/all-packages.nix
··· 3590 3590 hal-hardware-analyzer = libsForQt5.callPackage ../applications/science/electronics/hal-hardware-analyzer { }; 3591 3591 3592 3592 halide = callPackage ../development/compilers/halide { 3593 - llvmPackages = llvmPackages_18; 3593 + llvmPackages = llvmPackages_19; 3594 3594 }; 3595 3595 3596 3596 hareThirdParty = recurseIntoAttrs (callPackage ./hare-third-party.nix { }); ··· 5337 5337 5338 5338 webassemblyjs-cli = nodePackages."@webassemblyjs/cli-1.11.1"; 5339 5339 webassemblyjs-repl = nodePackages."@webassemblyjs/repl-1.11.1"; 5340 + 5341 + buildWasmBindgenCli = callPackage ../build-support/wasm-bindgen-cli { }; 5342 + 5340 5343 wasm-strip = nodePackages."@webassemblyjs/wasm-strip"; 5341 5344 wasm-text-gen = nodePackages."@webassemblyjs/wasm-text-gen-1.11.1"; 5342 5345 wast-refmt = nodePackages."@webassemblyjs/wast-refmt-1.11.1"; ··· 7590 7593 buildifier = bazel-buildtools; 7591 7594 buildozer = bazel-buildtools; 7592 7595 unused_deps = bazel-buildtools; 7593 - 7594 - rebazel = callPackage ../development/tools/rebazel { 7595 - inherit (darwin.apple_sdk.frameworks) CoreServices; 7596 - }; 7597 7596 7598 7597 buildBazelPackage = darwin.apple_sdk_11_0.callPackage ../build-support/build-bazel-package { }; 7599 7598
+3 -1
pkgs/top-level/ocaml-packages.nix
··· 793 793 then import ../development/ocaml-modules/janestreet/0.17.nix 794 794 { 795 795 inherit self; 796 - inherit (pkgs) bash fzf lib openssl zstd; 796 + inherit (pkgs) bash fetchpatch fzf lib openssl zstd; 797 797 } 798 798 else if lib.versionOlder "4.13.1" ocaml.version 799 799 then import ../development/ocaml-modules/janestreet/0.16.nix { ··· 1086 1086 memprof-limits = callPackage ../development/ocaml-modules/memprof-limits { }; 1087 1087 1088 1088 memtrace = callPackage ../development/ocaml-modules/memtrace { }; 1089 + 1090 + mem_usage = callPackage ../development/ocaml-modules/mem_usage { }; 1089 1091 1090 1092 menhir = callPackage ../development/ocaml-modules/menhir { }; 1091 1093
+7 -1
pkgs/top-level/python-packages.nix
··· 5811 5811 5812 5812 hakuin = callPackage ../development/python-modules/hakuin { }; 5813 5813 5814 - halide = toPythonModule (pkgs.halide.override { pythonSupport = true; python3Packages = self; }); 5814 + halide = toPythonModule (pkgs.halide.override { pythonSupport = true; python3Packages = self; }).lib; 5815 5815 5816 5816 halo = callPackage ../development/python-modules/halo { }; 5817 5817 ··· 10051 10051 para = callPackage ../development/python-modules/para { }; 10052 10052 10053 10053 paragraphs = callPackage ../development/python-modules/paragraphs { }; 10054 + 10055 + parallel-ssh = callPackage ../development/python-modules/parallel-ssh { }; 10054 10056 10055 10057 param = callPackage ../development/python-modules/param { }; 10056 10058 ··· 15569 15571 sshpubkeys = callPackage ../development/python-modules/sshpubkeys { }; 15570 15572 15571 15573 sshtunnel = callPackage ../development/python-modules/sshtunnel { }; 15574 + 15575 + ssh-python = callPackage ../development/python-modules/ssh-python { }; 15576 + 15577 + ssh2-python = callPackage ../development/python-modules/ssh2-python { }; 15572 15578 15573 15579 sslib = callPackage ../development/python-modules/sslib { }; 15574 15580