lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
d1c982e7 b42ba779

+1356 -1154
+6 -6
pkgs/applications/editors/vscode/vscodium.nix
··· 15 15 archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz"; 16 16 17 17 sha256 = { 18 - x86_64-linux = "1a9k4w6ggmrd17i038gi40d3hp24z5vs8nidxr5kvl74fi61js6y"; 19 - x86_64-darwin = "1q9lwx96zcz517pvr97mjqhv86p41ff3cw5jisxbsg6f76aw8y1y"; 20 - aarch64-linux = "1fdg9xz1fq9k8fc9x0an2kb8hn2vvbsnc48nv6lbx1j5aaa3k42g"; 21 - aarch64-darwin = "0kqqn24cimbqb8s7rz64niyknpp36w5ycdw8xfms20zfm5ybm82k"; 22 - armv7l-linux = "14rkr7k0axlaiplf0hdcmyqfgffng25s0j2i903if3i3sqv7316i"; 18 + x86_64-linux = "1n3gb12asid2qwwzf9fj974ws9n7has9l23ni8jscx9cp63l5rbl"; 19 + x86_64-darwin = "0gkplg2c5g7964m58fmv7b70d69g4yqrax5zn1rm4rl2agxgwyff"; 20 + aarch64-linux = "0412222l9r81f3aa3zlzrg42hzslvvck5kds7zrmpssjrd41jxfh"; 21 + aarch64-darwin = "1iv49m646vsbcgaxydxhpjbxspz7918brdk51gmbqf258shf8rii"; 22 + armv7l-linux = "1sblaigrxscx4l1kln1zxzm5da5lr50y1k6qb4igq6wxbdx55iay"; 23 23 }.${system} or throwSystem; 24 24 25 25 sourceRoot = lib.optionalString (!stdenv.isDarwin) "."; ··· 29 29 30 30 # Please backport all compatible updates to the stable release. 31 31 # This is important for the extension ecosystem. 32 - version = "1.88.0.24096"; 32 + version = "1.88.1.24104"; 33 33 pname = "vscodium"; 34 34 35 35 executableName = "codium";
+2 -7
pkgs/applications/graphics/geeqie/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "geeqie"; 12 - version = "2.2"; 12 + version = "2.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "BestImageViewer"; 16 16 repo = "geeqie"; 17 17 rev = "v${version}"; 18 - hash = "sha256-13Ayr6r4JhqexaUvwzdc6XHT+j2l2D5YBws6gSAhU3Y="; 18 + hash = "sha256-MVBKaiKcKknU0rChUYJ+N4oX4tVm145s+NqGQuDHY2g="; 19 19 }; 20 20 21 21 patches = [ ··· 23 23 (fetchpatch { 24 24 url = "https://salsa.debian.org/debian/geeqie/-/raw/debian/master/debian/patches/Remove-changelog-from-menu-item.patch"; 25 25 hash = "sha256-0awKKTLg/gUZhmwluVbHCOqssog9SneFOaUtG89q0go="; 26 - }) 27 - # Fix missing execute permissions for geocode-parametres.awk plugin 28 - (fetchpatch { 29 - url = "https://github.com/BestImageViewer/geeqie/commit/4d3ddcf5b9c0668bfdaf1dfe24219ee57c2f0237.patch"; 30 - hash = "sha256-Na2qiwCTbOv1yt251oaSZiLaOwJCkjWew+us4lQju0I="; 31 26 }) 32 27 ]; 33 28
+409 -409
pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
··· 1 1 { 2 - version = "124.0.2"; 2 + version = "125.0"; 3 3 sources = [ 4 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ach/firefox-124.0.2.tar.bz2"; 4 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ach/firefox-125.0.tar.bz2"; 5 5 locale = "ach"; 6 6 arch = "linux-x86_64"; 7 - sha256 = "744f980be5ec9d1befc9fcd92e4a6d8d4b9cf4cc190e7e382d043c20929b5303"; 7 + sha256 = "43a9c6387fceae99bd387a23202a29b87224111a828e0a0b50a26a958af4bfcd"; 8 8 } 9 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/af/firefox-124.0.2.tar.bz2"; 9 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/af/firefox-125.0.tar.bz2"; 10 10 locale = "af"; 11 11 arch = "linux-x86_64"; 12 - sha256 = "d35303a4ebf34e2d2230de5fdca2da3e68bb3530250903390a474c216e500f64"; 12 + sha256 = "4903c60481695ead92cb8af458a7ca0dabb36a6509ec25825ec44f272b6ddabc"; 13 13 } 14 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/an/firefox-124.0.2.tar.bz2"; 14 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/an/firefox-125.0.tar.bz2"; 15 15 locale = "an"; 16 16 arch = "linux-x86_64"; 17 - sha256 = "0fdc4ae7ad1bb18cc6029544d7634881957cc2b89ae7e1e2424fcd6be45e9e4d"; 17 + sha256 = "460007ffba895b5e088443875109b5889496970c619d8e928a222dec138cc148"; 18 18 } 19 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ar/firefox-124.0.2.tar.bz2"; 19 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ar/firefox-125.0.tar.bz2"; 20 20 locale = "ar"; 21 21 arch = "linux-x86_64"; 22 - sha256 = "74ae14ac2d73fe11e4999ffbe7bfcab93bc30fc0cebd3ad799048e2f843d1d0c"; 22 + sha256 = "d56ef7f731235a3a15fb177a5d70e3b8c1295bd3210ea7e17d3d5dbc9eed887a"; 23 23 } 24 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ast/firefox-124.0.2.tar.bz2"; 24 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ast/firefox-125.0.tar.bz2"; 25 25 locale = "ast"; 26 26 arch = "linux-x86_64"; 27 - sha256 = "70876f5fe8fa834bb046326d6b82ec9ee22de159f60898147d4412d912368396"; 27 + sha256 = "d0ebc0df263004d270f65a0cc94d72e3fbb44874996022bfbac4d44a8a2a680b"; 28 28 } 29 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/az/firefox-124.0.2.tar.bz2"; 29 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/az/firefox-125.0.tar.bz2"; 30 30 locale = "az"; 31 31 arch = "linux-x86_64"; 32 - sha256 = "8396e7efccfd87d6bf1565964ac5574ed738e12969e8ef918a86166febc1b361"; 32 + sha256 = "d292c2648ba768b8d67ad1e246d1781aa79ca1d56df172e426dd138205c2e25e"; 33 33 } 34 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/be/firefox-124.0.2.tar.bz2"; 34 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/be/firefox-125.0.tar.bz2"; 35 35 locale = "be"; 36 36 arch = "linux-x86_64"; 37 - sha256 = "1efc6ab83a47e038f9d09aa1dbb05094eaebb13526a9a7826f034c53333d53d7"; 37 + sha256 = "976528528bb24d467c58012ccfdf2afa775c7eaaab8bdc364a080678b0f77a2c"; 38 38 } 39 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/bg/firefox-124.0.2.tar.bz2"; 39 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/bg/firefox-125.0.tar.bz2"; 40 40 locale = "bg"; 41 41 arch = "linux-x86_64"; 42 - sha256 = "803600b31c997723d6c0e05cf18a0d0568879e95099ab4e25c000e101f1e6cec"; 42 + sha256 = "9985c2bbb0077f61f336dd436eaf97e3c04938289f657f830916ba1b824f98d1"; 43 43 } 44 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/bn/firefox-124.0.2.tar.bz2"; 44 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/bn/firefox-125.0.tar.bz2"; 45 45 locale = "bn"; 46 46 arch = "linux-x86_64"; 47 - sha256 = "4ca30806103b52dc9937c71895d9d89050a067e344668b83b14cc8581a844016"; 47 + sha256 = "d214c97c0eab0ea16bd9739a035e0bfee092bd9bf690fe0ffac1629465772f2e"; 48 48 } 49 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/br/firefox-124.0.2.tar.bz2"; 49 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/br/firefox-125.0.tar.bz2"; 50 50 locale = "br"; 51 51 arch = "linux-x86_64"; 52 - sha256 = "440abc189826180a7c36267dd659bb970a384396c52ea0855296729ce10394e6"; 52 + sha256 = "8078037c97902dd3ba7b58badda045091ab980d7402216fd9b276497d17c7779"; 53 53 } 54 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/bs/firefox-124.0.2.tar.bz2"; 54 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/bs/firefox-125.0.tar.bz2"; 55 55 locale = "bs"; 56 56 arch = "linux-x86_64"; 57 - sha256 = "50b5d3d01cdd729cf5c63679777e7b52627cff888629832c03a8813c026872b2"; 57 + sha256 = "2a34d80e0e9c9c3e54eeba4e4556df8d5960a988c775be562450a51548fb6813"; 58 58 } 59 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ca-valencia/firefox-124.0.2.tar.bz2"; 59 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ca-valencia/firefox-125.0.tar.bz2"; 60 60 locale = "ca-valencia"; 61 61 arch = "linux-x86_64"; 62 - sha256 = "16f945c66c7ad7e2bb4bd15995882c3fdc70910c334259ce657332efd8a34d08"; 62 + sha256 = "0530c19a1ae1e6bc00549222fb41d69c1fa93d24b7f2519b598b7b5b24f7ccb2"; 63 63 } 64 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ca/firefox-124.0.2.tar.bz2"; 64 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ca/firefox-125.0.tar.bz2"; 65 65 locale = "ca"; 66 66 arch = "linux-x86_64"; 67 - sha256 = "02c2524b516fb1931104e65b4cec3093d32889e1aa9cf85c7452ccbea5a50983"; 67 + sha256 = "36c215c4b0281a671137e20bf68c452c53d70c45db68db8297ae0fced8c2fc45"; 68 68 } 69 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/cak/firefox-124.0.2.tar.bz2"; 69 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/cak/firefox-125.0.tar.bz2"; 70 70 locale = "cak"; 71 71 arch = "linux-x86_64"; 72 - sha256 = "4a1f77b97f8daf3ca1bba2927676fdda2202959ec6531d1a23cbdc22e2cc1705"; 72 + sha256 = "6a81954693eb37d03ff531115ad789dc86940f7912a240528406047729de1c57"; 73 73 } 74 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/cs/firefox-124.0.2.tar.bz2"; 74 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/cs/firefox-125.0.tar.bz2"; 75 75 locale = "cs"; 76 76 arch = "linux-x86_64"; 77 - sha256 = "70145ccd0d908b3cb340c8c3d2b512701fd947c0ecffca6dacb01c72f24b4e6a"; 77 + sha256 = "a79391ab06e098e0d5b7e01c2b36ba402ab0204aa89d25568ce95c20448dd25f"; 78 78 } 79 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/cy/firefox-124.0.2.tar.bz2"; 79 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/cy/firefox-125.0.tar.bz2"; 80 80 locale = "cy"; 81 81 arch = "linux-x86_64"; 82 - sha256 = "9adb57cedce315e3e3af77098cff97042ffd79c1b155b0a5f0709a0d614f475c"; 82 + sha256 = "8d143fd49b5eeb6c853c31823e90aaa5717fff2666e0958d4542ecca7f3844cf"; 83 83 } 84 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/da/firefox-124.0.2.tar.bz2"; 84 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/da/firefox-125.0.tar.bz2"; 85 85 locale = "da"; 86 86 arch = "linux-x86_64"; 87 - sha256 = "a057635c19615edc3d66c5dab019bed2ee60caffde03d55f729c50091fbd6b81"; 87 + sha256 = "781f37af37f46df56573d44c3ba700acde1a88192f2d3547a1e3be4f6c23c537"; 88 88 } 89 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/de/firefox-124.0.2.tar.bz2"; 89 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/de/firefox-125.0.tar.bz2"; 90 90 locale = "de"; 91 91 arch = "linux-x86_64"; 92 - sha256 = "2e735f4809ae9a236ae942099ff08ac89315acdb0174c298cf5022450560355e"; 92 + sha256 = "078b53e5bd658fb1588746d7b1a94bf64e9d906c4cc401591a93f1c4cf4553f7"; 93 93 } 94 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/dsb/firefox-124.0.2.tar.bz2"; 94 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/dsb/firefox-125.0.tar.bz2"; 95 95 locale = "dsb"; 96 96 arch = "linux-x86_64"; 97 - sha256 = "eb738753a3b41ffc8bdbb3c0f2654d8df06759cc380befe31e5ea70c5260493a"; 97 + sha256 = "6f8e0912e94beb68e280fbba37051118659f0dc3fadf818add98dd51ff3e7fc1"; 98 98 } 99 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/el/firefox-124.0.2.tar.bz2"; 99 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/el/firefox-125.0.tar.bz2"; 100 100 locale = "el"; 101 101 arch = "linux-x86_64"; 102 - sha256 = "7b66861b60ca7ee95344d4ff87aba1095c3e6b578339d9f4a00fc135af5a97f2"; 102 + sha256 = "06d429df5af566e819a1697994ddac18339b508351ab6ebabdf9e166a841dd4a"; 103 103 } 104 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/en-CA/firefox-124.0.2.tar.bz2"; 104 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/en-CA/firefox-125.0.tar.bz2"; 105 105 locale = "en-CA"; 106 106 arch = "linux-x86_64"; 107 - sha256 = "b84521eba86530ad62b8ecf0e4581fc76fcf27431688f42b16eb989957da7164"; 107 + sha256 = "235a29be39e2dae99c22eab5227c5a7222292974e6e59c76e9e1c71dc472653d"; 108 108 } 109 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/en-GB/firefox-124.0.2.tar.bz2"; 109 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/en-GB/firefox-125.0.tar.bz2"; 110 110 locale = "en-GB"; 111 111 arch = "linux-x86_64"; 112 - sha256 = "883457618a09b02ad36eae54642fff12aa1e6761504abd3272deedc5109be87e"; 112 + sha256 = "83b7633b77b6aff4fb0f2b60c3ee0a8659ae3610b395f1880f546d4a01376cf1"; 113 113 } 114 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/en-US/firefox-124.0.2.tar.bz2"; 114 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/en-US/firefox-125.0.tar.bz2"; 115 115 locale = "en-US"; 116 116 arch = "linux-x86_64"; 117 - sha256 = "5e007cb52a42ef60e404e76a8aa70c38b889848fcd8c373fa048c0f8a2b0f2bf"; 117 + sha256 = "3108abece953442b52d3da2716388a779ebb79b0936877c7c0826593f6fce7a6"; 118 118 } 119 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/eo/firefox-124.0.2.tar.bz2"; 119 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/eo/firefox-125.0.tar.bz2"; 120 120 locale = "eo"; 121 121 arch = "linux-x86_64"; 122 - sha256 = "81f984539ce8bfece18e46487842d2bb768e0e632b0775d549143e7196ddd5eb"; 122 + sha256 = "5e3b749d767f25b673c58701928671319ac84d9861ed527d0967c9071b43fd58"; 123 123 } 124 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/es-AR/firefox-124.0.2.tar.bz2"; 124 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/es-AR/firefox-125.0.tar.bz2"; 125 125 locale = "es-AR"; 126 126 arch = "linux-x86_64"; 127 - sha256 = "4ad3625df4dca022058e7609db007b38942ec5dc9e033097e51f94f6ffbc21a9"; 127 + sha256 = "093742a8410aed5bc7b2a782481720db3481c3d91ccb9442d994f02f246e4421"; 128 128 } 129 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/es-CL/firefox-124.0.2.tar.bz2"; 129 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/es-CL/firefox-125.0.tar.bz2"; 130 130 locale = "es-CL"; 131 131 arch = "linux-x86_64"; 132 - sha256 = "c3bc8d742ea2f30525d45e3d3eea7fb86df66ef6b654873f76b30beb865809a3"; 132 + sha256 = "f0c008e72c9748d607c779c85826e1b7585564470163d1a22db310f120d811a2"; 133 133 } 134 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/es-ES/firefox-124.0.2.tar.bz2"; 134 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/es-ES/firefox-125.0.tar.bz2"; 135 135 locale = "es-ES"; 136 136 arch = "linux-x86_64"; 137 - sha256 = "0fc731002d7dc124bc274b4f90d5bb07d27c84627e65cf4f30d6621515ae8f2c"; 137 + sha256 = "43076e5d52d849786e196916926fb6ab31f4035db2c8cc5d2577722ed6b6dff7"; 138 138 } 139 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/es-MX/firefox-124.0.2.tar.bz2"; 139 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/es-MX/firefox-125.0.tar.bz2"; 140 140 locale = "es-MX"; 141 141 arch = "linux-x86_64"; 142 - sha256 = "95b290bf9eca16e5c967c3d50d55641475b3d198d968cb0d7c0f32ce285ba9ae"; 142 + sha256 = "1ca00ea77c6e7348ee0d6ed30f651f3db103cf87e04bc2f23fcae248c4060fae"; 143 143 } 144 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/et/firefox-124.0.2.tar.bz2"; 144 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/et/firefox-125.0.tar.bz2"; 145 145 locale = "et"; 146 146 arch = "linux-x86_64"; 147 - sha256 = "a87d188cb85748e66877cd5a11cbbf12169338f37999db069208b7ab9a741f84"; 147 + sha256 = "892dc42b81715205aa232444b7c291fd60635e85a5b872e0f07a85ebf5a80c11"; 148 148 } 149 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/eu/firefox-124.0.2.tar.bz2"; 149 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/eu/firefox-125.0.tar.bz2"; 150 150 locale = "eu"; 151 151 arch = "linux-x86_64"; 152 - sha256 = "defb916d48fe05fcf64945ed09454d942cb44e6b5ab156c6a86e95168f9ca299"; 152 + sha256 = "41b741049595225a5c21684cab903a029dd1f47eabc2dc43ee0379bdd0fa45e7"; 153 153 } 154 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/fa/firefox-124.0.2.tar.bz2"; 154 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/fa/firefox-125.0.tar.bz2"; 155 155 locale = "fa"; 156 156 arch = "linux-x86_64"; 157 - sha256 = "7d4dba91869e998028bd378a66463758b632257a1ac68f36dbf7c79dcace51a3"; 157 + sha256 = "33cc8fd42bbd30b547ee97d02a540a7367af6c611fe9fe6af7ea34ab0c3dab8a"; 158 158 } 159 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ff/firefox-124.0.2.tar.bz2"; 159 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ff/firefox-125.0.tar.bz2"; 160 160 locale = "ff"; 161 161 arch = "linux-x86_64"; 162 - sha256 = "061ffc17f62061f4b0264f1c7644ef017bb2462ff0b4f234c0915d99f9eae176"; 162 + sha256 = "2f92e8db9441a8522d13cdd586b3f9df0f5e4521700c8cdb9014b7fced3406ad"; 163 163 } 164 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/fi/firefox-124.0.2.tar.bz2"; 164 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/fi/firefox-125.0.tar.bz2"; 165 165 locale = "fi"; 166 166 arch = "linux-x86_64"; 167 - sha256 = "3adf706317c19c61b4775d9eb8be16a2c1def6c39627e381179e1a818214e4f7"; 167 + sha256 = "2476c63b9ca0900083834143602734228518e7b6d87ebdca2bffed7de7461031"; 168 168 } 169 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/fr/firefox-124.0.2.tar.bz2"; 169 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/fr/firefox-125.0.tar.bz2"; 170 170 locale = "fr"; 171 171 arch = "linux-x86_64"; 172 - sha256 = "6dac2721c5d5252c3f28c0448264a36383e665bf0a7d5f894846cde404ba3400"; 172 + sha256 = "ac92cf6fcbedd5a0724bf2af4e1977bd916513b37a194d67672977a3f633aea9"; 173 173 } 174 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/fur/firefox-124.0.2.tar.bz2"; 174 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/fur/firefox-125.0.tar.bz2"; 175 175 locale = "fur"; 176 176 arch = "linux-x86_64"; 177 - sha256 = "3cc1838229723aac4f281addee05e12a31a1417b0df2c22bf5a725e1763f502c"; 177 + sha256 = "d0cd8cf77b82364a2cf2e173d0f5ac6e1608534763a070a9158c523be5bba606"; 178 178 } 179 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/fy-NL/firefox-124.0.2.tar.bz2"; 179 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/fy-NL/firefox-125.0.tar.bz2"; 180 180 locale = "fy-NL"; 181 181 arch = "linux-x86_64"; 182 - sha256 = "dfabd8bb86ff6b79b14f8b519139cfcc6391b96db26c8f4b8ffba42c7f2572d1"; 182 + sha256 = "24476a96dcddd8d1408ba224517fb6f23c823677cf5f5d62c0c4cbb9d4f43aba"; 183 183 } 184 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ga-IE/firefox-124.0.2.tar.bz2"; 184 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ga-IE/firefox-125.0.tar.bz2"; 185 185 locale = "ga-IE"; 186 186 arch = "linux-x86_64"; 187 - sha256 = "e9a52761ff6e7f1202f651d2cce2333c704ce516c52a62feb2827b62933195ba"; 187 + sha256 = "1fbf2ab391bb98d0d5c769d15df31fe4e102f5369b7ca1943d33378b7a4e784c"; 188 188 } 189 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/gd/firefox-124.0.2.tar.bz2"; 189 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/gd/firefox-125.0.tar.bz2"; 190 190 locale = "gd"; 191 191 arch = "linux-x86_64"; 192 - sha256 = "4062740bcfaa8295df24c0c4e342378ebccb7f2c074ceeb6324b6ffb1326c200"; 192 + sha256 = "79a57701e4aba823cbb2838089af637e8f4c00769ec1d5c1dc358daac252c2cb"; 193 193 } 194 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/gl/firefox-124.0.2.tar.bz2"; 194 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/gl/firefox-125.0.tar.bz2"; 195 195 locale = "gl"; 196 196 arch = "linux-x86_64"; 197 - sha256 = "92a08e9c252a409db44df26b9a68860d1e6c6e0c2f2829262edebdba9da2dd47"; 197 + sha256 = "acea1f6f1fd642f9347034fc15639c69c92bf37a36949e27d925604d8e458721"; 198 198 } 199 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/gn/firefox-124.0.2.tar.bz2"; 199 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/gn/firefox-125.0.tar.bz2"; 200 200 locale = "gn"; 201 201 arch = "linux-x86_64"; 202 - sha256 = "d568a26862892ff933dfad4100700fe0bcbe19f49c3658aa8eb02d754782db46"; 202 + sha256 = "2ac1ad3a1148513375a69563bf3645269fe5eff389a2609f67c99c23a9be9f3d"; 203 203 } 204 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/gu-IN/firefox-124.0.2.tar.bz2"; 204 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/gu-IN/firefox-125.0.tar.bz2"; 205 205 locale = "gu-IN"; 206 206 arch = "linux-x86_64"; 207 - sha256 = "510e8c8093d444d24f81f4cf70630d787a58d8c8e64c50ab65acc364136645cd"; 207 + sha256 = "07bca9e0371e6c1a78dae545c16ddf328e7f9f1b0d26159b628f4a31c287a898"; 208 208 } 209 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/he/firefox-124.0.2.tar.bz2"; 209 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/he/firefox-125.0.tar.bz2"; 210 210 locale = "he"; 211 211 arch = "linux-x86_64"; 212 - sha256 = "bc973cf3c97c3d10b60424b5c538fa5e3b8f6f757254e2f1813187f05aa0e5ae"; 212 + sha256 = "7ca0db5fd17789aca489f7d556316c1589f40c316db42d4d8406f93a667580b4"; 213 213 } 214 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/hi-IN/firefox-124.0.2.tar.bz2"; 214 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/hi-IN/firefox-125.0.tar.bz2"; 215 215 locale = "hi-IN"; 216 216 arch = "linux-x86_64"; 217 - sha256 = "07cea9c96b207be77b5820fcf6192e25e4f76969f13c89eaa402a57c4b0b642f"; 217 + sha256 = "2215bcee409d4bfef43b9aa3ca34a1f99d5bc4942d6bc7b0619c6d62c79debe9"; 218 218 } 219 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/hr/firefox-124.0.2.tar.bz2"; 219 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/hr/firefox-125.0.tar.bz2"; 220 220 locale = "hr"; 221 221 arch = "linux-x86_64"; 222 - sha256 = "2259fc968f99ec71a4bc803830e987db1d48c9cbd8240a041754a2bbea948708"; 222 + sha256 = "8746f8de0caec3911948e9bee199f974fa2f51a45cb730b77af3ae405b60e611"; 223 223 } 224 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/hsb/firefox-124.0.2.tar.bz2"; 224 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/hsb/firefox-125.0.tar.bz2"; 225 225 locale = "hsb"; 226 226 arch = "linux-x86_64"; 227 - sha256 = "cef462fede5c1cfeffc9aedcd5b3d25b9f7fcb95614e3369c124495aada38433"; 227 + sha256 = "3ffb9114b23a9963509cf9fc83c97dd0187b1849ff97e835ee2bc0410e2324d9"; 228 228 } 229 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/hu/firefox-124.0.2.tar.bz2"; 229 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/hu/firefox-125.0.tar.bz2"; 230 230 locale = "hu"; 231 231 arch = "linux-x86_64"; 232 - sha256 = "78416228108a3ad86f640a19e2c05fbde329d6d5d3b47274baedee07aa5df4cb"; 232 + sha256 = "33afb47955da9c44fad4621cfb82858d3ae2373a9be09b5efb68ffc741162894"; 233 233 } 234 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/hy-AM/firefox-124.0.2.tar.bz2"; 234 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/hy-AM/firefox-125.0.tar.bz2"; 235 235 locale = "hy-AM"; 236 236 arch = "linux-x86_64"; 237 - sha256 = "17f0389ede806835d99fff502ae8b78981fde8c6285471d449c2ab82c4acc602"; 237 + sha256 = "b66b72210c092a80ba3ce94bbb38108e12c68b4abbbac02d94035e4ab64a4b47"; 238 238 } 239 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ia/firefox-124.0.2.tar.bz2"; 239 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ia/firefox-125.0.tar.bz2"; 240 240 locale = "ia"; 241 241 arch = "linux-x86_64"; 242 - sha256 = "df6e12d00cc969dd271ea4ba20ee907d952d87cd8ccf997e0315d7709fe535f5"; 242 + sha256 = "c9ecbb4c2a4a994dd6f8492ec0424117d48efd16c7c451322a5d4804f24ef947"; 243 243 } 244 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/id/firefox-124.0.2.tar.bz2"; 244 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/id/firefox-125.0.tar.bz2"; 245 245 locale = "id"; 246 246 arch = "linux-x86_64"; 247 - sha256 = "d7ceabc8181f8acc04d81bcfc47a281307105e2bc28e5c4a890b493a95ad6562"; 247 + sha256 = "75983dc67da52131887574bc089c2772db0ef337994359bf3fba44ddec0f1589"; 248 248 } 249 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/is/firefox-124.0.2.tar.bz2"; 249 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/is/firefox-125.0.tar.bz2"; 250 250 locale = "is"; 251 251 arch = "linux-x86_64"; 252 - sha256 = "25d08596cb61364f7e7bb44134819a6f9d1039323eb70620a9ea9dddfe208351"; 252 + sha256 = "027aefa28806150bca02d7189db345149828fabee596321a7ffd363a857babcb"; 253 253 } 254 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/it/firefox-124.0.2.tar.bz2"; 254 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/it/firefox-125.0.tar.bz2"; 255 255 locale = "it"; 256 256 arch = "linux-x86_64"; 257 - sha256 = "082786c39805eeef717a811c153b90f4c1de2ce58780cb15fb78148ce2e378c7"; 257 + sha256 = "8d22abadec3f62930785f0663e5948197b0ddae8b69afcdc4d72f764a9fc765c"; 258 258 } 259 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ja/firefox-124.0.2.tar.bz2"; 259 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ja/firefox-125.0.tar.bz2"; 260 260 locale = "ja"; 261 261 arch = "linux-x86_64"; 262 - sha256 = "058f2b569df04018bf94a2da7f8d382602445fa4569d9a65a1e6a3771ab55856"; 262 + sha256 = "fb2317f8df879674e27b9eb9059693a1f9fb7fb54569a0a951a23dd5bfab8ac7"; 263 263 } 264 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ka/firefox-124.0.2.tar.bz2"; 264 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ka/firefox-125.0.tar.bz2"; 265 265 locale = "ka"; 266 266 arch = "linux-x86_64"; 267 - sha256 = "33c421d193bee5d797b63ac2f5569f8d4e6d7e36cc11f9156e28acb37d855fca"; 267 + sha256 = "655d39d44e9f1faa772164a4056c3f4f1c359115ce97ed1fb385c7af949168aa"; 268 268 } 269 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/kab/firefox-124.0.2.tar.bz2"; 269 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/kab/firefox-125.0.tar.bz2"; 270 270 locale = "kab"; 271 271 arch = "linux-x86_64"; 272 - sha256 = "3f709523c6574f68482e1c53fb5017d80d29c831f24a8ea6d5def8a5f13ad5c4"; 272 + sha256 = "b4b56f61ac10478891d680469afa2c93f4bc95be80adab3d302c79ad9604705d"; 273 273 } 274 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/kk/firefox-124.0.2.tar.bz2"; 274 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/kk/firefox-125.0.tar.bz2"; 275 275 locale = "kk"; 276 276 arch = "linux-x86_64"; 277 - sha256 = "b4d73ecb4ccf960a698086771f1f266ba39e90ded96e979b366869b4b97fd9c8"; 277 + sha256 = "26665ef55828c80b27f1a76f64908c924a97e4a68a22a92fe04743031f68be0b"; 278 278 } 279 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/km/firefox-124.0.2.tar.bz2"; 279 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/km/firefox-125.0.tar.bz2"; 280 280 locale = "km"; 281 281 arch = "linux-x86_64"; 282 - sha256 = "3877aaa1a27a7d7e51f362b640063859a6aa1f22c8932c3aff6df4234c93883c"; 282 + sha256 = "6bc5b9c314d6b855188229d2715b7ade515bc31fc77afde27dea018679943172"; 283 283 } 284 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/kn/firefox-124.0.2.tar.bz2"; 284 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/kn/firefox-125.0.tar.bz2"; 285 285 locale = "kn"; 286 286 arch = "linux-x86_64"; 287 - sha256 = "17089c7e0f7ee9331aa9fbc4a5e4980ec7f1e95aeaa5d40f20c6491f65b6f8f1"; 287 + sha256 = "61251de2cf77a2b8dde9822f55288b5f2dd210c18f5fafc9973f5375fb21900a"; 288 288 } 289 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ko/firefox-124.0.2.tar.bz2"; 289 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ko/firefox-125.0.tar.bz2"; 290 290 locale = "ko"; 291 291 arch = "linux-x86_64"; 292 - sha256 = "35ca4e6a00dc834359ab2596a0089972c5dc4b7fe4ccc60e7de049d52884dd5b"; 292 + sha256 = "0c5723432ece5ee3f4041892abd544d580364a9d25f2e6afe47e15786ea4e755"; 293 293 } 294 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/lij/firefox-124.0.2.tar.bz2"; 294 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/lij/firefox-125.0.tar.bz2"; 295 295 locale = "lij"; 296 296 arch = "linux-x86_64"; 297 - sha256 = "9e174c86515c2842360419f7d0041b6ae093954ae186533cf072148fcaa6f301"; 297 + sha256 = "2cbfcd2398289b05e7eafcd2a778efaa57e562f1e8e16b3c46e3ecff18839af2"; 298 298 } 299 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/lt/firefox-124.0.2.tar.bz2"; 299 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/lt/firefox-125.0.tar.bz2"; 300 300 locale = "lt"; 301 301 arch = "linux-x86_64"; 302 - sha256 = "571f61d4e6b7539ed208ae66ee48acd8ffc33a3ca28f00a8d704a59b9a39fd11"; 302 + sha256 = "3b411b1a238bb22973ec736e68b9dd35f8e5c04213e81706d64f3336e061efcd"; 303 303 } 304 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/lv/firefox-124.0.2.tar.bz2"; 304 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/lv/firefox-125.0.tar.bz2"; 305 305 locale = "lv"; 306 306 arch = "linux-x86_64"; 307 - sha256 = "7a6ee82cc546a31128b5df8449a469a63ae2076795bb5264594f82bee8112c8f"; 307 + sha256 = "eeeabd1207eb43a5dfa1239e32bf1e78c1277c06bdbd248a27f06adb8384da0d"; 308 308 } 309 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/mk/firefox-124.0.2.tar.bz2"; 309 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/mk/firefox-125.0.tar.bz2"; 310 310 locale = "mk"; 311 311 arch = "linux-x86_64"; 312 - sha256 = "54f5d9e1b55d08caf750f5037a0bb5805f0c6e5632336012c8fbb79721cfe105"; 312 + sha256 = "79578fb9be0d6d3cbc4f856e101f5c7ade4ba9c4019d2cc2ef54a71337365c74"; 313 313 } 314 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/mr/firefox-124.0.2.tar.bz2"; 314 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/mr/firefox-125.0.tar.bz2"; 315 315 locale = "mr"; 316 316 arch = "linux-x86_64"; 317 - sha256 = "88ee140df6a7e46663b82cdb7270dc2a71107bf794a1cc29bbe1c6b308384a4e"; 317 + sha256 = "f27fac0e3a1410deee755337aded0a4839477c7de80dff6d15c75f3c96cd952b"; 318 318 } 319 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ms/firefox-124.0.2.tar.bz2"; 319 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ms/firefox-125.0.tar.bz2"; 320 320 locale = "ms"; 321 321 arch = "linux-x86_64"; 322 - sha256 = "057e49cfb93b54696bd921cf4434949984fea9e946e4c1d2c85fe8f553ec3018"; 322 + sha256 = "46e793e02906193809ad2d3bc148210e3adc885bd414581356eea8dc314ee379"; 323 323 } 324 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/my/firefox-124.0.2.tar.bz2"; 324 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/my/firefox-125.0.tar.bz2"; 325 325 locale = "my"; 326 326 arch = "linux-x86_64"; 327 - sha256 = "33e98e2ac8d3d7671f11cb2a36a732d98e2febb3b36dd493889b89f16d128e37"; 327 + sha256 = "28546a869bde30c56bc7924d6019c2ee02452abb96cdad354aee13051d31eff4"; 328 328 } 329 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/nb-NO/firefox-124.0.2.tar.bz2"; 329 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/nb-NO/firefox-125.0.tar.bz2"; 330 330 locale = "nb-NO"; 331 331 arch = "linux-x86_64"; 332 - sha256 = "0c229954ff93170457a04d18a0dc3bf258ebebeab71aa8d535b9e6ae065ff9e1"; 332 + sha256 = "aaf59d8b863a37b178268545b436ca852770650513644cec4f56faf7d0a494ec"; 333 333 } 334 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ne-NP/firefox-124.0.2.tar.bz2"; 334 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ne-NP/firefox-125.0.tar.bz2"; 335 335 locale = "ne-NP"; 336 336 arch = "linux-x86_64"; 337 - sha256 = "e59e2287f0a29409214d0b7a45be052deb08f77824b871a2162e8ce77b7e913b"; 337 + sha256 = "89121430ce75bf4ce1b5b2de0fb942227ca3645d7a02507e8711cbb211fbeb33"; 338 338 } 339 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/nl/firefox-124.0.2.tar.bz2"; 339 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/nl/firefox-125.0.tar.bz2"; 340 340 locale = "nl"; 341 341 arch = "linux-x86_64"; 342 - sha256 = "c57e6a919f78a3116b4bf386061f9509cb141cc70df32c4d81363b7b307d3af7"; 342 + sha256 = "bd739471f11a5d73411fdb88e87426323794dee0c1e2816abedc47b9a4de5e51"; 343 343 } 344 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/nn-NO/firefox-124.0.2.tar.bz2"; 344 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/nn-NO/firefox-125.0.tar.bz2"; 345 345 locale = "nn-NO"; 346 346 arch = "linux-x86_64"; 347 - sha256 = "c0c2da290418d8f3d5ec5c4bd1d783ecf2f140dc146592fbeec406bcb87eca9f"; 347 + sha256 = "ea370a48f050588b87ececc9397736d22e2592e6cab7d359e50653829ecd59f8"; 348 348 } 349 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/oc/firefox-124.0.2.tar.bz2"; 349 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/oc/firefox-125.0.tar.bz2"; 350 350 locale = "oc"; 351 351 arch = "linux-x86_64"; 352 - sha256 = "77d28b812e7bda0b60c00279277f387a4685cd9e0364dffdde7f79ccd2f71ee1"; 352 + sha256 = "78c2bc1d232c32ef8cf49fbda9585c8598cd53468a834d7448b2df37b1b1d148"; 353 353 } 354 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/pa-IN/firefox-124.0.2.tar.bz2"; 354 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/pa-IN/firefox-125.0.tar.bz2"; 355 355 locale = "pa-IN"; 356 356 arch = "linux-x86_64"; 357 - sha256 = "0e27914066b8e239ccae36c121376582cfec727a3a51cfd078a52958cecaf9af"; 357 + sha256 = "ba78e96d13baa5ddbf98d741a74edc218a11bd49c63ce37c1346ca769a246dc8"; 358 358 } 359 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/pl/firefox-124.0.2.tar.bz2"; 359 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/pl/firefox-125.0.tar.bz2"; 360 360 locale = "pl"; 361 361 arch = "linux-x86_64"; 362 - sha256 = "d8a18abb9393f3f5cf6a957bcddf9f775cfbc0f2d1006affcf7f73caf325e75d"; 362 + sha256 = "f75b279798db8d768fb006d5555c6c48eaec7d8a8dfc912fd989423e67283f9b"; 363 363 } 364 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/pt-BR/firefox-124.0.2.tar.bz2"; 364 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/pt-BR/firefox-125.0.tar.bz2"; 365 365 locale = "pt-BR"; 366 366 arch = "linux-x86_64"; 367 - sha256 = "c413db29e589e96a31f560641a30a5f0be2465784f1cf0b0d006738256ba28c5"; 367 + sha256 = "91aa1c7326ddf42fe1cdfee5c92a4b2639cab2960bb303d1ee85af4a46bfcaf1"; 368 368 } 369 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/pt-PT/firefox-124.0.2.tar.bz2"; 369 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/pt-PT/firefox-125.0.tar.bz2"; 370 370 locale = "pt-PT"; 371 371 arch = "linux-x86_64"; 372 - sha256 = "da30b339a9afe68a2414d1f8410ec4772a9d5ece9b7b6ae941f48c788b08da1b"; 372 + sha256 = "267917c1ad0971e7d7f355d554a326f55e7a78984e9b96a77afd9a86355907a6"; 373 373 } 374 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/rm/firefox-124.0.2.tar.bz2"; 374 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/rm/firefox-125.0.tar.bz2"; 375 375 locale = "rm"; 376 376 arch = "linux-x86_64"; 377 - sha256 = "082695bf3730afe88498c8f16cb69d4e358f00bf642110cc4b56e778c8b5aec2"; 377 + sha256 = "35f0d9d8efc4d0f8b0d8177dee220f8325e68edf5a6104c73860de0ca3bb37e5"; 378 378 } 379 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ro/firefox-124.0.2.tar.bz2"; 379 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ro/firefox-125.0.tar.bz2"; 380 380 locale = "ro"; 381 381 arch = "linux-x86_64"; 382 - sha256 = "26d00a86d0b4671955486356c03fc050b73ba3932f131d3b2357e8f7b551a75c"; 382 + sha256 = "303709d620dd81649b8526106aecb5e70260f3e1b9263e515c61be87ebd38fb1"; 383 383 } 384 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ru/firefox-124.0.2.tar.bz2"; 384 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ru/firefox-125.0.tar.bz2"; 385 385 locale = "ru"; 386 386 arch = "linux-x86_64"; 387 - sha256 = "8c44022233d480f25c5127978bb629408d742bd9fe7a08e467b0945020e715a5"; 387 + sha256 = "44ff7b590b7c972c2806fb5204d226488b0f4d450338e47a5b0743668991fdbe"; 388 388 } 389 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sat/firefox-124.0.2.tar.bz2"; 389 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sat/firefox-125.0.tar.bz2"; 390 390 locale = "sat"; 391 391 arch = "linux-x86_64"; 392 - sha256 = "238ff1adacdb83940f8ea1cb7b39064378cf9ef07a64343f94ea50ff3f2083d0"; 392 + sha256 = "ea05fa877caf4ae6903a92db7603e4fb50905bdbdcbaf84567b8b2c735ea35d7"; 393 393 } 394 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sc/firefox-124.0.2.tar.bz2"; 394 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sc/firefox-125.0.tar.bz2"; 395 395 locale = "sc"; 396 396 arch = "linux-x86_64"; 397 - sha256 = "b4224c7dac28e4d04741c919dbc3e76e89fe619b7d76df6d9dc98e758950838b"; 397 + sha256 = "c008da32211a5a82982d79cf22f04bec23d75ee03fc67e4658debf5885ff9aca"; 398 398 } 399 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sco/firefox-124.0.2.tar.bz2"; 399 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sco/firefox-125.0.tar.bz2"; 400 400 locale = "sco"; 401 401 arch = "linux-x86_64"; 402 - sha256 = "9f09edff045cb11d7a0f51ca0c4d3cc1eef8e27058b5d10b98210e2783bed834"; 402 + sha256 = "9eacf7c1a95ace0bf5335a84e11fa1df4b38a442aeca44ad81f24eb22512055c"; 403 403 } 404 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/si/firefox-124.0.2.tar.bz2"; 404 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/si/firefox-125.0.tar.bz2"; 405 405 locale = "si"; 406 406 arch = "linux-x86_64"; 407 - sha256 = "b945c90c24eba6b7e4f2d9c6d350af9adba230180819e89e28ede7fa8db86a07"; 407 + sha256 = "ab5971b56872d4eef20dd0ad235f8b43fc6316a0bbfe7cc5f6a80e2089b3b72a"; 408 408 } 409 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sk/firefox-124.0.2.tar.bz2"; 409 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sk/firefox-125.0.tar.bz2"; 410 410 locale = "sk"; 411 411 arch = "linux-x86_64"; 412 - sha256 = "2afc1c70eb64301c874dffec427d52346fb0dae59f43fa3db4e938c26c4f4b25"; 412 + sha256 = "8c11aaa46f216ca645b87b0188ec5b3aabb6c3f39c511ef248d13dbc0729ae5c"; 413 413 } 414 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sl/firefox-124.0.2.tar.bz2"; 414 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sl/firefox-125.0.tar.bz2"; 415 415 locale = "sl"; 416 416 arch = "linux-x86_64"; 417 - sha256 = "219e4e4c97b34a97e9cdf5538e04e7b07933fc67e5cc02710044fa6666276832"; 417 + sha256 = "51433c8c0f3e132d5b0c70e80143214a964c28b512e453667483582e8a1b4835"; 418 418 } 419 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/son/firefox-124.0.2.tar.bz2"; 419 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/son/firefox-125.0.tar.bz2"; 420 420 locale = "son"; 421 421 arch = "linux-x86_64"; 422 - sha256 = "9c3a206c3ff7387c598cb3222e2fce89e773ea735aa23a9f151514c467f50069"; 422 + sha256 = "71e4b18dbcda401b3cf0aeef4f596be017a49800c2718048dd7203561d33e27a"; 423 423 } 424 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sq/firefox-124.0.2.tar.bz2"; 424 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sq/firefox-125.0.tar.bz2"; 425 425 locale = "sq"; 426 426 arch = "linux-x86_64"; 427 - sha256 = "a85066030a870b23419ffed6af7340c0b796b5d03d9fd9ba6cd0d973232c23c0"; 427 + sha256 = "0ab963e66bbd224aaa2e53e3d26d39720b64a669179981dfe0d6ee1cede10eed"; 428 428 } 429 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sr/firefox-124.0.2.tar.bz2"; 429 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sr/firefox-125.0.tar.bz2"; 430 430 locale = "sr"; 431 431 arch = "linux-x86_64"; 432 - sha256 = "9014647c8496d135317f044fd542c6319ba1b9e63d00bdb74de8941eee54c0ee"; 432 + sha256 = "795a12328ef65900cb0a636c963570d875937344929378db2c5371578344d05d"; 433 433 } 434 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/sv-SE/firefox-124.0.2.tar.bz2"; 434 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/sv-SE/firefox-125.0.tar.bz2"; 435 435 locale = "sv-SE"; 436 436 arch = "linux-x86_64"; 437 - sha256 = "e3ec01fe25ff3e0b697f87c8d933cf46057e60289cf52a92e080753db8082506"; 437 + sha256 = "09b13e24e4db2a1f72f4018972331c9a569de10b0092aba9daca2f4f5c80d00d"; 438 438 } 439 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/szl/firefox-124.0.2.tar.bz2"; 439 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/szl/firefox-125.0.tar.bz2"; 440 440 locale = "szl"; 441 441 arch = "linux-x86_64"; 442 - sha256 = "9b2bcaa83f7dc44af009bf203477322c621b1552d8ee351e64531e824b3be145"; 442 + sha256 = "54c8129ae4e76b75e2944711ee3167963c42fe820985b37189881a8a1d73d0e0"; 443 443 } 444 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ta/firefox-124.0.2.tar.bz2"; 444 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ta/firefox-125.0.tar.bz2"; 445 445 locale = "ta"; 446 446 arch = "linux-x86_64"; 447 - sha256 = "63a3031adae8c8104c74c13139d0db0a9b2ffcc6c1a5db04e0331e73b9817b90"; 447 + sha256 = "0cae99091fb4b3aa0f3d11b84110666fb0dfacceee2dbddf5a9e72205648ddd7"; 448 448 } 449 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/te/firefox-124.0.2.tar.bz2"; 449 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/te/firefox-125.0.tar.bz2"; 450 450 locale = "te"; 451 451 arch = "linux-x86_64"; 452 - sha256 = "b3d9daf9ad075666a21c184a02f193f8ae803b47095e54d3bbb1389e81340a33"; 452 + sha256 = "59e689109afcbcb16aa2275f068cf28b01fb8707208b17ddce4e04f60360ee5b"; 453 453 } 454 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/tg/firefox-124.0.2.tar.bz2"; 454 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/tg/firefox-125.0.tar.bz2"; 455 455 locale = "tg"; 456 456 arch = "linux-x86_64"; 457 - sha256 = "1f9442024539a6d149bbfc784e99c802c7be4a40bd10cac99a25713fe3028f45"; 457 + sha256 = "0685f3701adbc3fafa288720647a47ea7f132f142b80edced642a9e9090646e6"; 458 458 } 459 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/th/firefox-124.0.2.tar.bz2"; 459 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/th/firefox-125.0.tar.bz2"; 460 460 locale = "th"; 461 461 arch = "linux-x86_64"; 462 - sha256 = "9b3066c583b199339a1b4f400d7878767e36f825155574f42b3a04efc665363a"; 462 + sha256 = "fc5416ef7066719198245900eaa5e22fb2f22933763388fc44aaa71e216ecc6b"; 463 463 } 464 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/tl/firefox-124.0.2.tar.bz2"; 464 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/tl/firefox-125.0.tar.bz2"; 465 465 locale = "tl"; 466 466 arch = "linux-x86_64"; 467 - sha256 = "fdd12c04b7777bd8a5681f20bd5b83d570f31145c97b55c50966bc811c0b4680"; 467 + sha256 = "471c7efd8fdbc2bc9c3f0581f34546efece4ee0cf2342f4f8c9a708800ed6336"; 468 468 } 469 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/tr/firefox-124.0.2.tar.bz2"; 469 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/tr/firefox-125.0.tar.bz2"; 470 470 locale = "tr"; 471 471 arch = "linux-x86_64"; 472 - sha256 = "9a1ef751dea5ff91251cebf3aa547cdee38fa05656d0030d427bdc0d4bf4a4cd"; 472 + sha256 = "d4bacdbc386ccae5a9b3dc802b71a59a038c8cf8876189305cf596a601a31cff"; 473 473 } 474 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/trs/firefox-124.0.2.tar.bz2"; 474 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/trs/firefox-125.0.tar.bz2"; 475 475 locale = "trs"; 476 476 arch = "linux-x86_64"; 477 - sha256 = "9fb8cabc149e9922267c01845e2af722f66b9ae41db0543eb4cc44023be49ccf"; 477 + sha256 = "aadc15d5bd35b14d8870bca86a05d020c9cd9224cb358b692d6b85a928cf2b2a"; 478 478 } 479 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/uk/firefox-124.0.2.tar.bz2"; 479 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/uk/firefox-125.0.tar.bz2"; 480 480 locale = "uk"; 481 481 arch = "linux-x86_64"; 482 - sha256 = "8414567384006d7fa8896c247f08797d3f2160ad207b30924107ef4db4eeeda5"; 482 + sha256 = "07b958014f7cce8ccf654bebe62b115e080fc65abd19cdb76ca1b44c11afc46c"; 483 483 } 484 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/ur/firefox-124.0.2.tar.bz2"; 484 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/ur/firefox-125.0.tar.bz2"; 485 485 locale = "ur"; 486 486 arch = "linux-x86_64"; 487 - sha256 = "b474238a109ab392399c16997df768b6a22c71cd14066bb48f6ac409c08fd400"; 487 + sha256 = "59d0885af25a3f646f3dd771672578120e4faf94cd355e6c98f797031a503e21"; 488 488 } 489 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/uz/firefox-124.0.2.tar.bz2"; 489 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/uz/firefox-125.0.tar.bz2"; 490 490 locale = "uz"; 491 491 arch = "linux-x86_64"; 492 - sha256 = "cf1c313974a99933e34c7dc31f4d0a556152bfe5d5f96b23adb0791bd0c7729c"; 492 + sha256 = "13f71d1b99203b0073697ec0f56da452ad23a6fa8ed0f22a7dfafba61551c75c"; 493 493 } 494 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/vi/firefox-124.0.2.tar.bz2"; 494 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/vi/firefox-125.0.tar.bz2"; 495 495 locale = "vi"; 496 496 arch = "linux-x86_64"; 497 - sha256 = "f96173dbd328ed53e209f0a1ea2e92ccee2a9025eaaeff77adcd38425e71fde2"; 497 + sha256 = "5549d579bd4d0e95bd2425164f6e12cbe290a1d72d917e8720833e5c1f3e73d8"; 498 498 } 499 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xh/firefox-124.0.2.tar.bz2"; 499 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/xh/firefox-125.0.tar.bz2"; 500 500 locale = "xh"; 501 501 arch = "linux-x86_64"; 502 - sha256 = "a7cf0f825f74a8b17470a01fa84786d422f324c8e36d3e2190574b354ebf8310"; 502 + sha256 = "d7669235cfc52c13b894a6655eed1dcc9fbb637195ff6ee8e8fd0c5e07c0afaf"; 503 503 } 504 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/zh-CN/firefox-124.0.2.tar.bz2"; 504 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/zh-CN/firefox-125.0.tar.bz2"; 505 505 locale = "zh-CN"; 506 506 arch = "linux-x86_64"; 507 - sha256 = "2dffda2f149c896c235d85ae398d16f6ca966e5b7211f834d790b34167c6407c"; 507 + sha256 = "5ad73aa4eea6685e00cda0322f78b3d9d1619743504db06cbf6bb4258f69c6f6"; 508 508 } 509 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/zh-TW/firefox-124.0.2.tar.bz2"; 509 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-x86_64/zh-TW/firefox-125.0.tar.bz2"; 510 510 locale = "zh-TW"; 511 511 arch = "linux-x86_64"; 512 - sha256 = "23f6d07ac673ac3fda660c5dc82662110141f78335f3134f44f345fbca290a70"; 512 + sha256 = "32259822145540762446a3731799decdea7461c88e3184a3bd788444c903a71e"; 513 513 } 514 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ach/firefox-124.0.2.tar.bz2"; 514 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ach/firefox-125.0.tar.bz2"; 515 515 locale = "ach"; 516 516 arch = "linux-i686"; 517 - sha256 = "b830c404e3fa947519dea03a8ede8d7e19da4a8150745bd416b6a5ca87eebb71"; 517 + sha256 = "d68f01ada9c805cba2bc8fb2b38746d437dc80702ced6c6b71ee3ca363dce1fe"; 518 518 } 519 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/af/firefox-124.0.2.tar.bz2"; 519 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/af/firefox-125.0.tar.bz2"; 520 520 locale = "af"; 521 521 arch = "linux-i686"; 522 - sha256 = "4657769aebd1c52e77b358c9f4104e7c37d9d21e2e1a6e1c200eadc7e1f2b1c1"; 522 + sha256 = "86150934721778389a0c36185d783307305629fcae0a8b6553ac96d4d67638c0"; 523 523 } 524 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/an/firefox-124.0.2.tar.bz2"; 524 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/an/firefox-125.0.tar.bz2"; 525 525 locale = "an"; 526 526 arch = "linux-i686"; 527 - sha256 = "1dfdafc43b3b59fc7d0ac379c107fd60444459a6c95aa6678f150e0082bfec7a"; 527 + sha256 = "4570bf6578ad0e70578fe62b642253aaf7381970b10cc915e80f48b4e3069395"; 528 528 } 529 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ar/firefox-124.0.2.tar.bz2"; 529 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ar/firefox-125.0.tar.bz2"; 530 530 locale = "ar"; 531 531 arch = "linux-i686"; 532 - sha256 = "e8fbea6690e61bef8c8a4a4cbcf36c04f954d66d7d40cd66be60f9998c0d1e07"; 532 + sha256 = "8d87da4edfbbd7812a4aa042710ec272acf453401070664d8a20a172b74aa9f6"; 533 533 } 534 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ast/firefox-124.0.2.tar.bz2"; 534 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ast/firefox-125.0.tar.bz2"; 535 535 locale = "ast"; 536 536 arch = "linux-i686"; 537 - sha256 = "6a4b102e083b82bfad215eca6e3e75438c33ba57aec520d8af6d7d32583d9204"; 537 + sha256 = "37244f5fd0564de8a23fad1576c18c43bbe569f224b091134b92d09258b830bc"; 538 538 } 539 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/az/firefox-124.0.2.tar.bz2"; 539 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/az/firefox-125.0.tar.bz2"; 540 540 locale = "az"; 541 541 arch = "linux-i686"; 542 - sha256 = "c7ede86e9d097fbf0f86788b3be9fb3767d39a79f5d79464b3029b762daf803d"; 542 + sha256 = "4d54ce7295425ad3afb02b56de28253e922516babc2302ec19dc0ec1e7df497d"; 543 543 } 544 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/be/firefox-124.0.2.tar.bz2"; 544 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/be/firefox-125.0.tar.bz2"; 545 545 locale = "be"; 546 546 arch = "linux-i686"; 547 - sha256 = "d710b1be59fbca2e3de067455518448647c4de1986d2ae784a0527040fe83d48"; 547 + sha256 = "57265ad4bd227fcada5844242619531ccbf7034f017d35ca70e5dcbacb7cc999"; 548 548 } 549 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/bg/firefox-124.0.2.tar.bz2"; 549 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/bg/firefox-125.0.tar.bz2"; 550 550 locale = "bg"; 551 551 arch = "linux-i686"; 552 - sha256 = "c7c04df709ec1e4c382327ac21d7ba46f24257ccfdea1d480fb6c4e75f2d8754"; 552 + sha256 = "565cc627badd404ca2968d3619dad5b8dbf5149480c217a7bcd1335443a2afc0"; 553 553 } 554 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/bn/firefox-124.0.2.tar.bz2"; 554 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/bn/firefox-125.0.tar.bz2"; 555 555 locale = "bn"; 556 556 arch = "linux-i686"; 557 - sha256 = "35a3255b44a26d613d5f7637de2d263cc09d21ad9c5e053a6ff6207272b76d1f"; 557 + sha256 = "fc7ff1529071b1ef7c3fdad11128ae4060bef54313b4aae38e2158b89f276ca6"; 558 558 } 559 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/br/firefox-124.0.2.tar.bz2"; 559 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/br/firefox-125.0.tar.bz2"; 560 560 locale = "br"; 561 561 arch = "linux-i686"; 562 - sha256 = "1b438a34acc7d2a8aff6bd45fe4ce5270dafc4f9cb78de2a0433e18e0aac0227"; 562 + sha256 = "a08077fe3b151ee6d2fd039170d89b14c2968c6693102a2028266c8a55527463"; 563 563 } 564 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/bs/firefox-124.0.2.tar.bz2"; 564 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/bs/firefox-125.0.tar.bz2"; 565 565 locale = "bs"; 566 566 arch = "linux-i686"; 567 - sha256 = "2a6ef42c9bf0efd4868508966d50bdb83ddcd4b6aca114870019742d28b2e425"; 567 + sha256 = "a43b952e5c56b066e6ef27286842f55dda55268b20d477a71b09bd7d5b73b625"; 568 568 } 569 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ca-valencia/firefox-124.0.2.tar.bz2"; 569 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ca-valencia/firefox-125.0.tar.bz2"; 570 570 locale = "ca-valencia"; 571 571 arch = "linux-i686"; 572 - sha256 = "a7cecab82426c01b4add5f12f73537b4b290c7cb38c1196cc23fb86ad67da602"; 572 + sha256 = "07f67c87bac7c2b6ee26827b1d2fbdc09cfefb266b57aa4a8442123485e4fe06"; 573 573 } 574 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ca/firefox-124.0.2.tar.bz2"; 574 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ca/firefox-125.0.tar.bz2"; 575 575 locale = "ca"; 576 576 arch = "linux-i686"; 577 - sha256 = "829b43b4eca0dedf3fd0274539a4fe28a27ffec0df6c0e557c2ea3abbd09ebfc"; 577 + sha256 = "8398e648d9ee0b9e0000e9f7aa3d2d779691d5ed2d909c94cfc64e39739cc69b"; 578 578 } 579 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/cak/firefox-124.0.2.tar.bz2"; 579 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/cak/firefox-125.0.tar.bz2"; 580 580 locale = "cak"; 581 581 arch = "linux-i686"; 582 - sha256 = "0184cbf1ca5c504ec12de93f5784401c3675cafa9fdd00c7ffdf99395f5c6400"; 582 + sha256 = "88c94bcaa22ee2de5f76351874db91b8711bc946d5a49cb44933c355a0972ee7"; 583 583 } 584 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/cs/firefox-124.0.2.tar.bz2"; 584 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/cs/firefox-125.0.tar.bz2"; 585 585 locale = "cs"; 586 586 arch = "linux-i686"; 587 - sha256 = "77122b80e5d18d2e098665d6695b79ced7ac3dce6419ecbe54c58166b573dc01"; 587 + sha256 = "2fa442456f228e129aaf68ce931828f060480f3c737529f844305b4f384dd8ad"; 588 588 } 589 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/cy/firefox-124.0.2.tar.bz2"; 589 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/cy/firefox-125.0.tar.bz2"; 590 590 locale = "cy"; 591 591 arch = "linux-i686"; 592 - sha256 = "f882f6c89fa68c3c7917b83694d2ed9a1119c5899a0d0f201fac349aab72383e"; 592 + sha256 = "ca88969f81897b8b9963ea1de386947d6c16237973760cbb3fe4650f980ca4f5"; 593 593 } 594 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/da/firefox-124.0.2.tar.bz2"; 594 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/da/firefox-125.0.tar.bz2"; 595 595 locale = "da"; 596 596 arch = "linux-i686"; 597 - sha256 = "1608da5dfbe5137c3d38577083ba27dd9af8f97e07d0765aba98946611c2eff0"; 597 + sha256 = "44c2208ae0d8a2c0640e06d480ca972dd3999b15878c7d29d996f06a03dce905"; 598 598 } 599 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/de/firefox-124.0.2.tar.bz2"; 599 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/de/firefox-125.0.tar.bz2"; 600 600 locale = "de"; 601 601 arch = "linux-i686"; 602 - sha256 = "d867e87a198ff113e23a40d9f39cf1e25e56104b295b9a2cbd87a5673977e271"; 602 + sha256 = "a5a324780efd77f1a7c97c4963b09affc6a190714f9af438f55dda2b721ada0d"; 603 603 } 604 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/dsb/firefox-124.0.2.tar.bz2"; 604 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/dsb/firefox-125.0.tar.bz2"; 605 605 locale = "dsb"; 606 606 arch = "linux-i686"; 607 - sha256 = "71ecf4d43f04fc2f27f119e07cbeafb38553cf1272c3b23f3400b55cf94c0932"; 607 + sha256 = "58529325670989cd4274201a06be99bca57d2e2ab60089284e3b0b41d1032bd0"; 608 608 } 609 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/el/firefox-124.0.2.tar.bz2"; 609 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/el/firefox-125.0.tar.bz2"; 610 610 locale = "el"; 611 611 arch = "linux-i686"; 612 - sha256 = "ea19afce9837eed608465b0ca549f3d049a5afb6e4fd1a6bd38371ca5efea5ad"; 612 + sha256 = "fdc1844c0c8e839fecfacf864840e25803ba3db379c2d35153da10873a502bb6"; 613 613 } 614 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/en-CA/firefox-124.0.2.tar.bz2"; 614 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/en-CA/firefox-125.0.tar.bz2"; 615 615 locale = "en-CA"; 616 616 arch = "linux-i686"; 617 - sha256 = "d71b1683f0c336280b94b7530fa03bfbdc30a1e4a3900265ef7ac403145a2a54"; 617 + sha256 = "7ffdb8fe6f01118822edd398e48f6fea36558cdc06a2d6db3f5f2c1c6654bda7"; 618 618 } 619 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/en-GB/firefox-124.0.2.tar.bz2"; 619 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/en-GB/firefox-125.0.tar.bz2"; 620 620 locale = "en-GB"; 621 621 arch = "linux-i686"; 622 - sha256 = "a778f372c52880f45155cdbaa414c255b8cb784235b6dea72943a1e94796902e"; 622 + sha256 = "ae5501f787fd32690ffcc99043971f1801171bf7c1ed6d7f7aeae4e374ceea8a"; 623 623 } 624 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/en-US/firefox-124.0.2.tar.bz2"; 624 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/en-US/firefox-125.0.tar.bz2"; 625 625 locale = "en-US"; 626 626 arch = "linux-i686"; 627 - sha256 = "610da1830f5e45adaa025305fa1061995f2f8c6f9d541b6f723b5ae874b8ed62"; 627 + sha256 = "fa26ff3121f199d3334bcd1fee7f04b12a387e451e3f535592ad001723994887"; 628 628 } 629 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/eo/firefox-124.0.2.tar.bz2"; 629 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/eo/firefox-125.0.tar.bz2"; 630 630 locale = "eo"; 631 631 arch = "linux-i686"; 632 - sha256 = "bb11c0cd83526a207363634b56d38ba1f471d52dee3a47dacf1dbbd7d9c8f2b0"; 632 + sha256 = "a8e20d5fff93237d7697811c26bf02bba1a7866f4dbdeea7d0eb1bb25816739b"; 633 633 } 634 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/es-AR/firefox-124.0.2.tar.bz2"; 634 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/es-AR/firefox-125.0.tar.bz2"; 635 635 locale = "es-AR"; 636 636 arch = "linux-i686"; 637 - sha256 = "54e7ff2fc9907fdb2115c01ee35cefd48e50a3b49876c77a0db82508d027fd40"; 637 + sha256 = "dc1fff305dd2c7e9f806f9d54bd9c70c8b760c32b7263ba380f7e6e5eccd6dea"; 638 638 } 639 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/es-CL/firefox-124.0.2.tar.bz2"; 639 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/es-CL/firefox-125.0.tar.bz2"; 640 640 locale = "es-CL"; 641 641 arch = "linux-i686"; 642 - sha256 = "b7bd475ff2cdcbe264b025abba2fd073834c0f9699bdff25d946dcfb5bf5749f"; 642 + sha256 = "8db6efaa9fcc59633012e3739f8a15ab897cb30bdfb87a40efa273e391f4408e"; 643 643 } 644 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/es-ES/firefox-124.0.2.tar.bz2"; 644 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/es-ES/firefox-125.0.tar.bz2"; 645 645 locale = "es-ES"; 646 646 arch = "linux-i686"; 647 - sha256 = "fa2caec9abbcb2ed7809c3fc78ae2d4598acf285c2d7df1b9b0ebb1772dcb75a"; 647 + sha256 = "b794fc4e0d96bdee8575996019d238703477e08bc6d111ebd80a86b062257861"; 648 648 } 649 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/es-MX/firefox-124.0.2.tar.bz2"; 649 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/es-MX/firefox-125.0.tar.bz2"; 650 650 locale = "es-MX"; 651 651 arch = "linux-i686"; 652 - sha256 = "6e5ed9bae6aae18d2eb9dffa2ea88bec0c2387d65d030c36b1011218b44ad9bf"; 652 + sha256 = "36e83dbc77b69e98b82557746a57cd26bc9320a7e9c3bea3d6fec6811d2746c0"; 653 653 } 654 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/et/firefox-124.0.2.tar.bz2"; 654 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/et/firefox-125.0.tar.bz2"; 655 655 locale = "et"; 656 656 arch = "linux-i686"; 657 - sha256 = "f4e7e0b08f5480ca4a96abd94c09903a7edb63dbf27449b41cdc715b6b74a4f3"; 657 + sha256 = "7e20535a37ece7294b4db56c92ce47704a44b87c8acbe94d14e61278f3347037"; 658 658 } 659 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/eu/firefox-124.0.2.tar.bz2"; 659 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/eu/firefox-125.0.tar.bz2"; 660 660 locale = "eu"; 661 661 arch = "linux-i686"; 662 - sha256 = "9e9a1d2c7e24fdb3f1d0fe0b3a626f28f65ad8b6701467a0e23f6195a8f0ff4c"; 662 + sha256 = "7517d31e80dd452dc3f4ce272b67a172228a4f0fda8867dc7efe4e6fc083bd90"; 663 663 } 664 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/fa/firefox-124.0.2.tar.bz2"; 664 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/fa/firefox-125.0.tar.bz2"; 665 665 locale = "fa"; 666 666 arch = "linux-i686"; 667 - sha256 = "56ce9cc578d6ac62dc1c18442b4c15dee075e38f018c2139da9ee42cd999b11d"; 667 + sha256 = "c9ea5320502cfe51ab7a50585b17e06f9137ed6ec564f182a14ad066da6ece18"; 668 668 } 669 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ff/firefox-124.0.2.tar.bz2"; 669 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ff/firefox-125.0.tar.bz2"; 670 670 locale = "ff"; 671 671 arch = "linux-i686"; 672 - sha256 = "2e8ecd1b3cdce3a14f92413c7923416b728ea0e3c29e5047d7ad6dc79a615bb5"; 672 + sha256 = "13f237a47643194c6938535deaae54ae637a97933615367ca2b210bd6a51fd90"; 673 673 } 674 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/fi/firefox-124.0.2.tar.bz2"; 674 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/fi/firefox-125.0.tar.bz2"; 675 675 locale = "fi"; 676 676 arch = "linux-i686"; 677 - sha256 = "4f72768850aba89220b5a848a4d1650908a7bb76b82e564473ffd3a1a8af8eb4"; 677 + sha256 = "85df1a1976ef6b884db820b1413a1433cfdd8177990c5b16d256220107e5c865"; 678 678 } 679 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/fr/firefox-124.0.2.tar.bz2"; 679 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/fr/firefox-125.0.tar.bz2"; 680 680 locale = "fr"; 681 681 arch = "linux-i686"; 682 - sha256 = "1e65307e3fc558f49ccf4fb46669f8a05c3f762c8d0037eb435b7c05c7802561"; 682 + sha256 = "b2f061ea3d76b97d3e889d21816f2b68bb0c0fa4370168cb4d7d83895eee0bb9"; 683 683 } 684 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/fur/firefox-124.0.2.tar.bz2"; 684 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/fur/firefox-125.0.tar.bz2"; 685 685 locale = "fur"; 686 686 arch = "linux-i686"; 687 - sha256 = "a0c721261d64e667290eb47fe685e92503527b628fcadbd314fe29c48049c0f3"; 687 + sha256 = "96509e3fd301280bf97ffcd3048818d6bab8166227222eea8bb3c491c32dc054"; 688 688 } 689 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/fy-NL/firefox-124.0.2.tar.bz2"; 689 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/fy-NL/firefox-125.0.tar.bz2"; 690 690 locale = "fy-NL"; 691 691 arch = "linux-i686"; 692 - sha256 = "2b30e840716e316a42f6272055836c08b928f28e57c176125b0c0f93b96eeb4c"; 692 + sha256 = "5ac180974631f41203bd44ba277d645e30809e0c3cb9e05e367157bcbee9aa5a"; 693 693 } 694 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ga-IE/firefox-124.0.2.tar.bz2"; 694 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ga-IE/firefox-125.0.tar.bz2"; 695 695 locale = "ga-IE"; 696 696 arch = "linux-i686"; 697 - sha256 = "dd2d984a202acf6dcc99538b30b6a4353170ab0385d91a6e719b85a7390834f2"; 697 + sha256 = "630bad12dc187f665cfeefa3f916648e2534a66826f0b00e39e579e2c6102352"; 698 698 } 699 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/gd/firefox-124.0.2.tar.bz2"; 699 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/gd/firefox-125.0.tar.bz2"; 700 700 locale = "gd"; 701 701 arch = "linux-i686"; 702 - sha256 = "18dfc8aeccb256438b7a29621807102ecd18132a9cff174ff65b2cf69d14a669"; 702 + sha256 = "5ee670d3c26a434bc2e2cacb1c11abfe8cd246b2c73a52ae31a9724276a087ba"; 703 703 } 704 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/gl/firefox-124.0.2.tar.bz2"; 704 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/gl/firefox-125.0.tar.bz2"; 705 705 locale = "gl"; 706 706 arch = "linux-i686"; 707 - sha256 = "4dab3d6ad35db6dfd2e3d8eed06380eee0cd1663dbe102c11eae01aca5083e96"; 707 + sha256 = "2acd3c832d9df37e4c947b467fb4a97d412cdf3ca273324caeff3fb110de4f63"; 708 708 } 709 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/gn/firefox-124.0.2.tar.bz2"; 709 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/gn/firefox-125.0.tar.bz2"; 710 710 locale = "gn"; 711 711 arch = "linux-i686"; 712 - sha256 = "414c0c6d199c23a0d01b1274b5bc9a88e78ac06cd2272c74841f157979fdd7aa"; 712 + sha256 = "e613108798294638e36629fba32bfaf0913bdc5ac3c6a30c820ba4be72d9f304"; 713 713 } 714 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/gu-IN/firefox-124.0.2.tar.bz2"; 714 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/gu-IN/firefox-125.0.tar.bz2"; 715 715 locale = "gu-IN"; 716 716 arch = "linux-i686"; 717 - sha256 = "3e53073f9c9e78af93c73bc48b9f4a8b476990eca8d37d5bd095dd6ae790c00d"; 717 + sha256 = "b26f0cd7ba59f4cf78510551fb13657506fab632a17cb434e38d6c6f6910e1d3"; 718 718 } 719 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/he/firefox-124.0.2.tar.bz2"; 719 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/he/firefox-125.0.tar.bz2"; 720 720 locale = "he"; 721 721 arch = "linux-i686"; 722 - sha256 = "cddb0457e50a446419997a492a809e9ea6aea898bedb0732a7be2cbba70d0a48"; 722 + sha256 = "235c08a65e95375badf7aa18440b8cff2a4be86540bf5ee83b95947961ad0d43"; 723 723 } 724 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/hi-IN/firefox-124.0.2.tar.bz2"; 724 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/hi-IN/firefox-125.0.tar.bz2"; 725 725 locale = "hi-IN"; 726 726 arch = "linux-i686"; 727 - sha256 = "b5efc66bb4fff6f2b0516654a55ea6f88064b8d8c85f5bb368ff8e9848920115"; 727 + sha256 = "18f128c18c132ab7e6a2219f5e33c6fa985b7655ba8000a9a1107ee93265f570"; 728 728 } 729 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/hr/firefox-124.0.2.tar.bz2"; 729 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/hr/firefox-125.0.tar.bz2"; 730 730 locale = "hr"; 731 731 arch = "linux-i686"; 732 - sha256 = "649f1f315cfa82b5bf1266aed4fc175e75fb0bcbba80c6b0955aed22d0edf598"; 732 + sha256 = "4749f5d32474743a686bf89b7aecdc48d8234080ace912b49169072f7c5e0170"; 733 733 } 734 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/hsb/firefox-124.0.2.tar.bz2"; 734 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/hsb/firefox-125.0.tar.bz2"; 735 735 locale = "hsb"; 736 736 arch = "linux-i686"; 737 - sha256 = "8f26618725a726b9d9cb9dd644766b25cac87fa6d3094620217a1450ee12352c"; 737 + sha256 = "bf6e0b2fe84c0fcb4d98d2919109c248c1acbe423fc03d49185a43a718d6dff5"; 738 738 } 739 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/hu/firefox-124.0.2.tar.bz2"; 739 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/hu/firefox-125.0.tar.bz2"; 740 740 locale = "hu"; 741 741 arch = "linux-i686"; 742 - sha256 = "0bb8f4f26ebad781cc481b477312c7e14ac5f4d7ab4cb4e4253ec33a044fa0f7"; 742 + sha256 = "78b29147eaa4b50e480e5b1f2b607f53745dff933f428e63b9a7d5ecde37d980"; 743 743 } 744 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/hy-AM/firefox-124.0.2.tar.bz2"; 744 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/hy-AM/firefox-125.0.tar.bz2"; 745 745 locale = "hy-AM"; 746 746 arch = "linux-i686"; 747 - sha256 = "0d5e5eb1b1302a11837c47fc0b413f6891a841a91c07ec779738b344f2744b5c"; 747 + sha256 = "92179af9751f285ddfd6ea847af19bd51e007b60cc87743893a1474a72231e33"; 748 748 } 749 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ia/firefox-124.0.2.tar.bz2"; 749 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ia/firefox-125.0.tar.bz2"; 750 750 locale = "ia"; 751 751 arch = "linux-i686"; 752 - sha256 = "8afb73c1a7beccbbc1842097a94a0316fda12f0f6cbabba948d6818606d372fb"; 752 + sha256 = "302c15e893b15584fc45876ab37931994a0da2c141b1bf8085300a43a7dbbdd1"; 753 753 } 754 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/id/firefox-124.0.2.tar.bz2"; 754 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/id/firefox-125.0.tar.bz2"; 755 755 locale = "id"; 756 756 arch = "linux-i686"; 757 - sha256 = "a411edc960c483d51d7e6731650e413eedc1e16aae68c2b8ea1b1a03e6ed58d1"; 757 + sha256 = "e34ad44258e7161c0afc9b53780506497f547f3e7477a2294a748c39eb603c27"; 758 758 } 759 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/is/firefox-124.0.2.tar.bz2"; 759 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/is/firefox-125.0.tar.bz2"; 760 760 locale = "is"; 761 761 arch = "linux-i686"; 762 - sha256 = "e89a9810f5e67b09e485a6751b3b66a74be55581a86819e0c48b07ed60e54198"; 762 + sha256 = "bbe96ac1d146830204e516aca3df7c0cf9dfe4a7a48199bb52bdf6a4aebc6e8d"; 763 763 } 764 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/it/firefox-124.0.2.tar.bz2"; 764 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/it/firefox-125.0.tar.bz2"; 765 765 locale = "it"; 766 766 arch = "linux-i686"; 767 - sha256 = "93061ab964d2e6a833d0cc9ce977c296caf39fb0408cd2f93cb4e94ac49decf1"; 767 + sha256 = "5525522820cc4799ef08303a2557ebf7a8d15ae9d1ebd12cae49beebddfba125"; 768 768 } 769 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ja/firefox-124.0.2.tar.bz2"; 769 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ja/firefox-125.0.tar.bz2"; 770 770 locale = "ja"; 771 771 arch = "linux-i686"; 772 - sha256 = "94ec18cf7a3a187b111462288ed99d52a900ef3d6ca8d9b4278ab145ca003d20"; 772 + sha256 = "56fda01ab0b8764cf5e02a1c648e3c119778ce3b18425b3a13b31b380daa022f"; 773 773 } 774 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ka/firefox-124.0.2.tar.bz2"; 774 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ka/firefox-125.0.tar.bz2"; 775 775 locale = "ka"; 776 776 arch = "linux-i686"; 777 - sha256 = "1b4b18a3e53c2aa787af7a87fb6a6edf3af67f2b7746bbdf3f3445e088433006"; 777 + sha256 = "c98d04c8a378af5b4c54ae68055e66cd155805b3ab861a69d74894d5e47879d4"; 778 778 } 779 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/kab/firefox-124.0.2.tar.bz2"; 779 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/kab/firefox-125.0.tar.bz2"; 780 780 locale = "kab"; 781 781 arch = "linux-i686"; 782 - sha256 = "6a786415b93830ec4d592ca995449cc608bd9442ece7594ea5125770ac3e7cbb"; 782 + sha256 = "1c90292288d950f23f452160621987cc3f8fa8e3783a15d6b7926ca839c81945"; 783 783 } 784 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/kk/firefox-124.0.2.tar.bz2"; 784 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/kk/firefox-125.0.tar.bz2"; 785 785 locale = "kk"; 786 786 arch = "linux-i686"; 787 - sha256 = "8ca1eed66513bdd3976ce54b1ef1515fa2795fac07f2a5a9a216c711e7e3780b"; 787 + sha256 = "5775923b5258600a890368ecb063f3c07a7f1aeec83ada8560a2851bdfd27ae1"; 788 788 } 789 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/km/firefox-124.0.2.tar.bz2"; 789 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/km/firefox-125.0.tar.bz2"; 790 790 locale = "km"; 791 791 arch = "linux-i686"; 792 - sha256 = "0bf8da7ebca829d55e2937c42a0c0d14951c4aae5748cf7b9681d12d2f438fd1"; 792 + sha256 = "bde7fd43fd1f76a07ea7429a74d65a507efaea83f9bab8265cedb50f49001659"; 793 793 } 794 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/kn/firefox-124.0.2.tar.bz2"; 794 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/kn/firefox-125.0.tar.bz2"; 795 795 locale = "kn"; 796 796 arch = "linux-i686"; 797 - sha256 = "e42db34f05140a4ef2ec654ecedfaab57eca7e6fe462f29c215c69c9e2d4867a"; 797 + sha256 = "0131edc04d6af00480fd82bb83099e64395f5eb231dc362b9fca5e7d5fda4c4b"; 798 798 } 799 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ko/firefox-124.0.2.tar.bz2"; 799 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ko/firefox-125.0.tar.bz2"; 800 800 locale = "ko"; 801 801 arch = "linux-i686"; 802 - sha256 = "a9de2c2cc3312a372a1eb0b1efc81b252a94fe034e4f39b60b82242806aa4969"; 802 + sha256 = "8585263ea8381f5a820f13990caf7bff790cf12c3892040eac2d5bb70e3c275f"; 803 803 } 804 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/lij/firefox-124.0.2.tar.bz2"; 804 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/lij/firefox-125.0.tar.bz2"; 805 805 locale = "lij"; 806 806 arch = "linux-i686"; 807 - sha256 = "5735dbc702e200a9aa2b49c7a245444f874bca8d84ff1ee9061354310d0e9899"; 807 + sha256 = "20f11433660b0faf79f91df059217a4467accf444a902db24ac13b71e2f53f4e"; 808 808 } 809 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/lt/firefox-124.0.2.tar.bz2"; 809 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/lt/firefox-125.0.tar.bz2"; 810 810 locale = "lt"; 811 811 arch = "linux-i686"; 812 - sha256 = "5f930e3f95c120caab991d49fc70efa5de82b843ce996c2c8fe82c41a02a62e9"; 812 + sha256 = "8c6cd6c938e077fb5be0257f6279b0ffd8eab0692e7a12cd5244120b8351e20d"; 813 813 } 814 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/lv/firefox-124.0.2.tar.bz2"; 814 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/lv/firefox-125.0.tar.bz2"; 815 815 locale = "lv"; 816 816 arch = "linux-i686"; 817 - sha256 = "5703c100ada1fce700795a62e3a932b895e8d46cf29f50134530620667c6b087"; 817 + sha256 = "4abca58f84c546037aaef974df3592c6a0151bd27e522010719beed7b48acce8"; 818 818 } 819 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/mk/firefox-124.0.2.tar.bz2"; 819 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/mk/firefox-125.0.tar.bz2"; 820 820 locale = "mk"; 821 821 arch = "linux-i686"; 822 - sha256 = "30bdb37a118563687ce4dec4d5fa200db3ab282398dff5907c6716c8a5c92980"; 822 + sha256 = "e8059921b668cefeb316568ec8425a0df42bc2d7ebed577970829b9f6c87f930"; 823 823 } 824 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/mr/firefox-124.0.2.tar.bz2"; 824 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/mr/firefox-125.0.tar.bz2"; 825 825 locale = "mr"; 826 826 arch = "linux-i686"; 827 - sha256 = "74a512f5b55bb87f581521099351fcf56b98ae72d987974b4a295b2e79610213"; 827 + sha256 = "28caffc25509474466c88982e8fe94a7256547fc0a0e1be98bb034e177a54dff"; 828 828 } 829 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ms/firefox-124.0.2.tar.bz2"; 829 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ms/firefox-125.0.tar.bz2"; 830 830 locale = "ms"; 831 831 arch = "linux-i686"; 832 - sha256 = "e243932c6aaafd51f611a951d4ec754325596e5508396fd9729bb63163b8dbd4"; 832 + sha256 = "577177dfb5bee9860def97c893435462d7eab86691a85a520012d603b836d19f"; 833 833 } 834 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/my/firefox-124.0.2.tar.bz2"; 834 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/my/firefox-125.0.tar.bz2"; 835 835 locale = "my"; 836 836 arch = "linux-i686"; 837 - sha256 = "d885aa9bc919e79147dc4a7c8014f85b06e3a1c9cb59ebb1f6180224f4f358bb"; 837 + sha256 = "d00dae52dfa8bbb0cad2cc2b7eac9fc1359cd82ec78e5970f924bd62ddf7494c"; 838 838 } 839 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/nb-NO/firefox-124.0.2.tar.bz2"; 839 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/nb-NO/firefox-125.0.tar.bz2"; 840 840 locale = "nb-NO"; 841 841 arch = "linux-i686"; 842 - sha256 = "1aae59536fa4d474634b63043ca8706d591c38f321e8ce83c7c98d52cad9aa65"; 842 + sha256 = "d7b3c20b55551787ba6a7a66c637a63fc3d1195bb5f3731550bd2abac4ea9076"; 843 843 } 844 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ne-NP/firefox-124.0.2.tar.bz2"; 844 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ne-NP/firefox-125.0.tar.bz2"; 845 845 locale = "ne-NP"; 846 846 arch = "linux-i686"; 847 - sha256 = "d04fb92b154e4b8edc50f10aeaef9288f816542778872a5afe5d9d40b0498905"; 847 + sha256 = "b665390b65c7792bed2071b7d74ca164c7de641650eb0e415c97a540c0a6765e"; 848 848 } 849 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/nl/firefox-124.0.2.tar.bz2"; 849 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/nl/firefox-125.0.tar.bz2"; 850 850 locale = "nl"; 851 851 arch = "linux-i686"; 852 - sha256 = "032d910c99c142452c8278061b066c6a7c6ed3095d9050033c6407f754606f98"; 852 + sha256 = "1b17bf181f68ebd4bd067bff733cd12c338285993d62b51695a6130427dc49b5"; 853 853 } 854 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/nn-NO/firefox-124.0.2.tar.bz2"; 854 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/nn-NO/firefox-125.0.tar.bz2"; 855 855 locale = "nn-NO"; 856 856 arch = "linux-i686"; 857 - sha256 = "64d0a272339b85336d20afbd3ad85e366cf1dfaf153e9fb20b7d60114e961e3c"; 857 + sha256 = "4b1bee182a9415f99d097e124c5a70cdff62c7975cde67cec70cb5fa0f883087"; 858 858 } 859 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/oc/firefox-124.0.2.tar.bz2"; 859 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/oc/firefox-125.0.tar.bz2"; 860 860 locale = "oc"; 861 861 arch = "linux-i686"; 862 - sha256 = "eb2cb014741eccab18fd6f953aca16de654e075be0db33836b80ee3fc16cede6"; 862 + sha256 = "6a5016c0b59dcab3bf4dd2d2a16413a22a394b8debd2aee90176cb26bc50ed53"; 863 863 } 864 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/pa-IN/firefox-124.0.2.tar.bz2"; 864 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/pa-IN/firefox-125.0.tar.bz2"; 865 865 locale = "pa-IN"; 866 866 arch = "linux-i686"; 867 - sha256 = "37f3d84f0988ff87a68235f89ccdd25b78ad1a989fb770e5213f7ac240aaf496"; 867 + sha256 = "cb2d40dd901eda48d38a588f4580064f61ef88270f5f9cd26cd3fd4ea6c3d211"; 868 868 } 869 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/pl/firefox-124.0.2.tar.bz2"; 869 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/pl/firefox-125.0.tar.bz2"; 870 870 locale = "pl"; 871 871 arch = "linux-i686"; 872 - sha256 = "0513859bd0bfdf5f09469d8037d6a30b2eb91b88c07c4dda1e56f3d02df46454"; 872 + sha256 = "b0eaa474d632f534852500f0c6f1e3fdca377c34510e89b9369c8427d9d5c595"; 873 873 } 874 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/pt-BR/firefox-124.0.2.tar.bz2"; 874 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/pt-BR/firefox-125.0.tar.bz2"; 875 875 locale = "pt-BR"; 876 876 arch = "linux-i686"; 877 - sha256 = "2ef165de2147dda2dcaa90d89f4ed49e1967a16feca830c51caefa12fb8ccad8"; 877 + sha256 = "864346951eed6e5b6685c4f46dec2f3e92f0ee6f570851cfa261da4751f4beef"; 878 878 } 879 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/pt-PT/firefox-124.0.2.tar.bz2"; 879 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/pt-PT/firefox-125.0.tar.bz2"; 880 880 locale = "pt-PT"; 881 881 arch = "linux-i686"; 882 - sha256 = "3188bfbee95f33247533321e15fdd1f849afcdd028fa37439d4eeaf4d7547aa0"; 882 + sha256 = "0d534823d47246addd93d0c39225fb8a282813e7ec3f95a7c2f0375cfe233d0e"; 883 883 } 884 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/rm/firefox-124.0.2.tar.bz2"; 884 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/rm/firefox-125.0.tar.bz2"; 885 885 locale = "rm"; 886 886 arch = "linux-i686"; 887 - sha256 = "1feb3008fa86962c270eba9ae12f702c571013e7ac83d658f93bf31ff79892a1"; 887 + sha256 = "e38a4ebcbf6d67082080b173f7816fcbf1fccc0804eb3add9c63b7c54d775a22"; 888 888 } 889 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ro/firefox-124.0.2.tar.bz2"; 889 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ro/firefox-125.0.tar.bz2"; 890 890 locale = "ro"; 891 891 arch = "linux-i686"; 892 - sha256 = "1ba9e950bcabb207c2c3954d504246d89ca9fef6f97cf35f96394f07acb89907"; 892 + sha256 = "e2d745ab5be3a2cce968a2d237f36386bf942b7d50813f24ace1ac0cc418a7ca"; 893 893 } 894 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ru/firefox-124.0.2.tar.bz2"; 894 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ru/firefox-125.0.tar.bz2"; 895 895 locale = "ru"; 896 896 arch = "linux-i686"; 897 - sha256 = "5792d97355f7e71af94e8a233ae553acbac04e3a62e5d39121eadd777b70607d"; 897 + sha256 = "f5e4c7bf8fea564005a35940a1aa556511cc8ecb7c69be6f335451cdaa4243d1"; 898 898 } 899 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sat/firefox-124.0.2.tar.bz2"; 899 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sat/firefox-125.0.tar.bz2"; 900 900 locale = "sat"; 901 901 arch = "linux-i686"; 902 - sha256 = "3029ccc9d44544ae8de8b13a17145acee14e52c0e320653d67e180713064d3ce"; 902 + sha256 = "f666e500b8d11f4d9112598f48cec4b864cf9c924975a1e5bf89343119ca949d"; 903 903 } 904 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sc/firefox-124.0.2.tar.bz2"; 904 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sc/firefox-125.0.tar.bz2"; 905 905 locale = "sc"; 906 906 arch = "linux-i686"; 907 - sha256 = "8476836cf107518768644cce8b869e3405b762736cbb09666df0f3dc6adb73da"; 907 + sha256 = "426c81821627605de0ea318524be41b2e1566a2ac68f7c1dc1482256109320d7"; 908 908 } 909 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sco/firefox-124.0.2.tar.bz2"; 909 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sco/firefox-125.0.tar.bz2"; 910 910 locale = "sco"; 911 911 arch = "linux-i686"; 912 - sha256 = "4fc3fe9aa7d9106325598aa5a55cc15d3d0f810969953cbb96b3c466131f941a"; 912 + sha256 = "d2a7e442eb42b2a4dc1731829d1d56b580ce0f861de0f66d24ae52771df9de52"; 913 913 } 914 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/si/firefox-124.0.2.tar.bz2"; 914 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/si/firefox-125.0.tar.bz2"; 915 915 locale = "si"; 916 916 arch = "linux-i686"; 917 - sha256 = "fb6fc3e5aa01d892e9df1c24590bdf0622de44a34f88ca255fb52691eb1b4c12"; 917 + sha256 = "0484955a3c33b8aecc1c11ab5d1196ee595bf7f3ea420dc8d4ac8e6e37b0ae21"; 918 918 } 919 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sk/firefox-124.0.2.tar.bz2"; 919 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sk/firefox-125.0.tar.bz2"; 920 920 locale = "sk"; 921 921 arch = "linux-i686"; 922 - sha256 = "8102b889aafcc51a4ff35b17abc63f94d5481b9bb46cca843f61c9d97f591862"; 922 + sha256 = "64c2e76db783b4ab98f7ca90f4100b14623adaa75fb7a4d99132b055238b2123"; 923 923 } 924 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sl/firefox-124.0.2.tar.bz2"; 924 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sl/firefox-125.0.tar.bz2"; 925 925 locale = "sl"; 926 926 arch = "linux-i686"; 927 - sha256 = "ef4f1cef88b7f4603a85496f4497f291bf4455d6ac9371ce12526f4576a3e340"; 927 + sha256 = "85207cbe07d42e9c50201152e6c55218025617b6c4aadf7b07f77d4818a9357c"; 928 928 } 929 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/son/firefox-124.0.2.tar.bz2"; 929 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/son/firefox-125.0.tar.bz2"; 930 930 locale = "son"; 931 931 arch = "linux-i686"; 932 - sha256 = "43ec5bf2c34099f0867d26e3b577a133165d4d01c848ea3effbd3bbeda7b9f39"; 932 + sha256 = "2e8c1bc9411848fc1ea2222d0e57e45a6792461353fd7c923e68f430da7a0163"; 933 933 } 934 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sq/firefox-124.0.2.tar.bz2"; 934 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sq/firefox-125.0.tar.bz2"; 935 935 locale = "sq"; 936 936 arch = "linux-i686"; 937 - sha256 = "7dc7b114661c8afad3780f0517c130cedaf36f8c6d8b5055db02bb261c11a110"; 937 + sha256 = "316f57e91311b6cdd463b842835cf6ffce6d6cabf806484cebd579c6a5548e8d"; 938 938 } 939 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sr/firefox-124.0.2.tar.bz2"; 939 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sr/firefox-125.0.tar.bz2"; 940 940 locale = "sr"; 941 941 arch = "linux-i686"; 942 - sha256 = "3c3e81b0454c050ae88842ba945369e8cf1757199614afdbd8702735c4c3a912"; 942 + sha256 = "f01da4f91ed7711307798bb4f470248d561a615fedee3fec1aa635c46e5a66f1"; 943 943 } 944 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/sv-SE/firefox-124.0.2.tar.bz2"; 944 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/sv-SE/firefox-125.0.tar.bz2"; 945 945 locale = "sv-SE"; 946 946 arch = "linux-i686"; 947 - sha256 = "57b8e9765928f6b7f35721a0352a1969d77af09d51f1ddb449454fd561aeb099"; 947 + sha256 = "67d8dd3e0e63e0476f0c2b9e19627e6803ae1a60c692c36f68aa01f6decf148c"; 948 948 } 949 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/szl/firefox-124.0.2.tar.bz2"; 949 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/szl/firefox-125.0.tar.bz2"; 950 950 locale = "szl"; 951 951 arch = "linux-i686"; 952 - sha256 = "48230573e8631b548d6eb2f193eeaf624edd4566b44c841ba8fad43d96980a3c"; 952 + sha256 = "236990be5b40ca4d88306882c5c87e54798229f56412c3c7aba2c37aac1b4709"; 953 953 } 954 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ta/firefox-124.0.2.tar.bz2"; 954 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ta/firefox-125.0.tar.bz2"; 955 955 locale = "ta"; 956 956 arch = "linux-i686"; 957 - sha256 = "66848675d94e3bd818d727ae57a4a83ddc64c847fea9c4f4f0a402c83b2a3db1"; 957 + sha256 = "f516155f2372d51f103e3565711d043e9c6791d057b395c26ed5efd13019896b"; 958 958 } 959 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/te/firefox-124.0.2.tar.bz2"; 959 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/te/firefox-125.0.tar.bz2"; 960 960 locale = "te"; 961 961 arch = "linux-i686"; 962 - sha256 = "371b3cad98004b1441af79ec2eb5fb69ba0fd49e7c4389347c850364f26eb8af"; 962 + sha256 = "4d3c097a50c492fe585439399ff4d7ec076a2d2a580ca85d371a5792d0f4a145"; 963 963 } 964 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/tg/firefox-124.0.2.tar.bz2"; 964 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/tg/firefox-125.0.tar.bz2"; 965 965 locale = "tg"; 966 966 arch = "linux-i686"; 967 - sha256 = "04ef37293c7d2941a983a2153b557fe254e46a1f8339112bcba4dec15d0ec70f"; 967 + sha256 = "09ab48c508a372e535f6e7d4f8a62ef6f4e6f5a487ad0a79575df41bcb78e3a8"; 968 968 } 969 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/th/firefox-124.0.2.tar.bz2"; 969 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/th/firefox-125.0.tar.bz2"; 970 970 locale = "th"; 971 971 arch = "linux-i686"; 972 - sha256 = "b21cfa5237881348325ad793231bc85b10dbf33d6eb55617fe0109fad367befd"; 972 + sha256 = "d4ac19a4e723d46a06ed05f233684dc49f802cb6df832319b81f61e797c2a2df"; 973 973 } 974 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/tl/firefox-124.0.2.tar.bz2"; 974 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/tl/firefox-125.0.tar.bz2"; 975 975 locale = "tl"; 976 976 arch = "linux-i686"; 977 - sha256 = "c23c6308e8e6f5f30ea5181bb43fedc2100f28c8f69c3159867840f3c98b1d80"; 977 + sha256 = "d979cdc257b1a5c398031e75c3bd9a8e6b24f65f606376c997d87b684e6be15e"; 978 978 } 979 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/tr/firefox-124.0.2.tar.bz2"; 979 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/tr/firefox-125.0.tar.bz2"; 980 980 locale = "tr"; 981 981 arch = "linux-i686"; 982 - sha256 = "352599082c9117580b0c20f611cefe5dbb7229c0051f44a3e1c24338cbb9b738"; 982 + sha256 = "2dc41ed5db88130efaf80a295a3eaff01e67297167f3e8fb14f34a977556af9e"; 983 983 } 984 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/trs/firefox-124.0.2.tar.bz2"; 984 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/trs/firefox-125.0.tar.bz2"; 985 985 locale = "trs"; 986 986 arch = "linux-i686"; 987 - sha256 = "caa824f63306efb20d29809dc677c39854e35028cbb4be8831bc8005df6be83f"; 987 + sha256 = "29e827e0aa6cf4bb1d6d8cc4a04373b94f29bde8dd0bbb062106ab6df29da28d"; 988 988 } 989 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/uk/firefox-124.0.2.tar.bz2"; 989 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/uk/firefox-125.0.tar.bz2"; 990 990 locale = "uk"; 991 991 arch = "linux-i686"; 992 - sha256 = "b2f42bc31ae0e26c4aec1fb0a613a455399ad092c56dda6ff4e3ff0c074c70fc"; 992 + sha256 = "9b793cc14f936223534a5a33af6b71cf0dc6a6f5c0d4a86ce5814b6f1f08f7d0"; 993 993 } 994 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/ur/firefox-124.0.2.tar.bz2"; 994 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/ur/firefox-125.0.tar.bz2"; 995 995 locale = "ur"; 996 996 arch = "linux-i686"; 997 - sha256 = "a3cca1b23bca534f8823490f5c3434797b3713be29d34a1b732d474c3a240702"; 997 + sha256 = "3797f148587d913af044b99c776667d90917c2ca381ae6bbc70b30c03cfcb41c"; 998 998 } 999 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/uz/firefox-124.0.2.tar.bz2"; 999 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/uz/firefox-125.0.tar.bz2"; 1000 1000 locale = "uz"; 1001 1001 arch = "linux-i686"; 1002 - sha256 = "af4ec2e4e0821fbc18f02b8ae1df7384cee4305bec768e309716013924dfce66"; 1002 + sha256 = "8ad7f2985335020b5f491db258fa50039d6e2b26a7589d637bf7103d74ddc28b"; 1003 1003 } 1004 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/vi/firefox-124.0.2.tar.bz2"; 1004 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/vi/firefox-125.0.tar.bz2"; 1005 1005 locale = "vi"; 1006 1006 arch = "linux-i686"; 1007 - sha256 = "54e24c229a5a9a7e4394ed4f67320e67fc3a18c08c7f46ff397ac7e93285dd37"; 1007 + sha256 = "377a4c7fa82d6713ef03fac26128d782a926cd3b5c6ee884baab9f7843ff8aac"; 1008 1008 } 1009 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/xh/firefox-124.0.2.tar.bz2"; 1009 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/xh/firefox-125.0.tar.bz2"; 1010 1010 locale = "xh"; 1011 1011 arch = "linux-i686"; 1012 - sha256 = "22c4722d2b7a975eca72891b2624c68889b870ec4b85421e4b5109c1271af0b9"; 1012 + sha256 = "1fa24f1227b0395a4dfca700611cea0bc352a94f0376f6ed03484a13351e7339"; 1013 1013 } 1014 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/zh-CN/firefox-124.0.2.tar.bz2"; 1014 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/zh-CN/firefox-125.0.tar.bz2"; 1015 1015 locale = "zh-CN"; 1016 1016 arch = "linux-i686"; 1017 - sha256 = "7834d65e16240d9fe8ef42ccf076af9505259979eba0c72de3edcdbb870d3a8d"; 1017 + sha256 = "d7b9b4a047b127bceb761479a1107ccd46eb474d467cb560db0c90f035de7c15"; 1018 1018 } 1019 - { url = "https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-i686/zh-TW/firefox-124.0.2.tar.bz2"; 1019 + { url = "https://archive.mozilla.org/pub/firefox/releases/125.0/linux-i686/zh-TW/firefox-125.0.tar.bz2"; 1020 1020 locale = "zh-TW"; 1021 1021 arch = "linux-i686"; 1022 - sha256 = "c6433348eb61af98a6379c951b47353d6163ca2785e6fe998e4c6ec933bef653"; 1022 + sha256 = "2ff211aaf5743e31875c8bcdbd6dac6cb1f49cc35e6f8b755eefbbad78204ad6"; 1023 1023 } 1024 1024 ]; 1025 1025 }
+4 -4
pkgs/applications/networking/browsers/firefox/packages.nix
··· 3 3 { 4 4 firefox = buildMozillaMach rec { 5 5 pname = "firefox"; 6 - version = "124.0.2"; 6 + version = "125.0"; 7 7 src = fetchurl { 8 8 url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz"; 9 - sha512 = "8cf340de6e34812f8ae3363265859a263330af770d981c3dd1ca1e7e0cfe513604d3e68184d4aa1446569aefbdf359d561fbc200faf19a5ed020a1709d9ef10e"; 9 + sha512 = "c520070e5a8872f3df4f5e35b9a605eef95f61254f6242040f02b2b68d6c8eef993885a18144353326a7488ac27115fa4ad2ef5615885e5155ab3f8194a61977"; 10 10 }; 11 11 12 12 extraPatches = [ ··· 94 94 95 95 firefox-esr-115 = buildMozillaMach rec { 96 96 pname = "firefox-esr-115"; 97 - version = "115.9.1esr"; 97 + version = "115.10.0esr"; 98 98 applicationName = "Mozilla Firefox ESR"; 99 99 src = fetchurl { 100 100 url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz"; 101 - sha512 = "9ccaede2fcda13a07f98a2110bb8f99c7324601d66bff311f3070a669576a1598fe1d7de2d005d725d1f44dbe3934a9c0fd0b7950f60686047d4ce8d9d812310"; 101 + sha512 = "0626e2c68ce43f24dfc2b9216e2565537ad8781daf4195d53420e1b78d57d0f6360fbe56b0ddbedae3818546c72472c85c1ff2b208c123d32a0543e666f42b65"; 102 102 }; 103 103 104 104 meta = {
+3 -3
pkgs/applications/networking/dnscontrol/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "dnscontrol"; 5 - version = "4.8.2"; 5 + version = "4.9.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "StackExchange"; 9 9 repo = "dnscontrol"; 10 10 rev = "v${version}"; 11 - hash = "sha256-9myo073/yl9CWwmVb3Gkihf6I/60kSOl0Pk8+dE39KM="; 11 + hash = "sha256-E5/7qAK2pvl1ADioF7Iwe9SgCE6tVaQdtOAwNo3XZx8="; 12 12 }; 13 13 14 - vendorHash = "sha256-jOLFqCeBxQLXgUAdDbk/QnPBAtMBQi5VR+oKjgZLb28="; 14 + vendorHash = "sha256-5VTC6Y3Bs2ViW5/O8TeD0i6Boeu71b9C+B/3O73bCbk="; 15 15 16 16 subPackages = [ "." ]; 17 17
+2 -2
pkgs/applications/networking/ftp/filezilla/default.nix
··· 22 22 23 23 stdenv.mkDerivation rec { 24 24 pname = "filezilla"; 25 - version = "3.66.5"; 25 + version = "3.67.0"; 26 26 27 27 src = fetchurl { 28 28 url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"; 29 - hash = "sha256-khIoGbrmNBBwuktuy0V+ZzC0bn3ImUKZCQPymJA9Gzs="; 29 + hash = "sha256-5drcgH25mc60ZJhPl00+9ZtWLFlUZlgFfpsgEYOtr5o="; 30 30 }; 31 31 32 32 configureFlags = [
+2 -2
pkgs/applications/networking/instant-messengers/signalbackup-tools/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "signalbackup-tools"; 5 - version = "20240412-2"; 5 + version = "20240415-2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "bepaald"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-e+QA8pqMz/XH+JpKErGYWKwsxHoFPTsFrSremfOaVbg="; 11 + hash = "sha256-fMt5F+ykMxaP/6gEVN7TabENTSKbO4Gpms5yD+MBzPc="; 12 12 }; 13 13 14 14 postPatch = ''
+2 -2
pkgs/applications/networking/remote/putty/default.nix
··· 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - version = "0.80"; 6 + version = "0.81"; 7 7 pname = "putty"; 8 8 9 9 src = fetchurl { ··· 11 11 "https://the.earth.li/~sgtatham/putty/${version}/${pname}-${version}.tar.gz" 12 12 "ftp://ftp.wayne.edu/putty/putty-website-mirror/${version}/${pname}-${version}.tar.gz" 13 13 ]; 14 - hash = "sha256-IBPIOnIbF1NSnpCQ98ODDo/kyAoHDMznZFObrbP2cIE="; 14 + hash = "sha256-y4sAqU9FNJTjRaPfKB16PtJrsN1+NiZPFFIG+IV2Of4="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ cmake perl pkg-config copyDesktopItems ];
+2 -2
pkgs/applications/networking/sniffers/wireshark/default.nix
··· 54 54 55 55 stdenv.mkDerivation rec { 56 56 pname = "wireshark-${if withQt then "qt" else "cli"}"; 57 - version = "4.2.3"; 57 + version = "4.2.4"; 58 58 59 59 outputs = [ "out" "dev" ]; 60 60 ··· 62 62 repo = "wireshark"; 63 63 owner = "wireshark"; 64 64 rev = "v${version}"; 65 - hash = "sha256-2kJBVO40F1m43317g337bk84ZSf6WPK04ir0xc5qxTc="; 65 + hash = "sha256-yGKqklNy1SkmWOaYI0jsTy2rLq5W/dbh8fIUrBSSdw8="; 66 66 }; 67 67 68 68 patches = [
+2 -2
pkgs/applications/science/biology/nest/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "nest"; 23 - version = "3.6"; 23 + version = "3.7"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "nest"; 27 27 repo = "nest-simulator"; 28 28 rev = "v${version}"; 29 - hash = "sha256-sXtF4JmHYoLp0t3o4KF6R2E0qLnKrzSPMXOxVJAm+sU="; 29 + hash = "sha256-KoeehD0HNG6Uafv6ICf8d4gjggJ7+/8RBJCpttf7AGk="; 30 30 }; 31 31 32 32 postPatch = ''
-163
pkgs/applications/video/aegisub/default.nix
··· 1 - { lib 2 - , config 3 - , stdenv 4 - , fetchFromGitHub 5 - , boost179 6 - , cmake 7 - , expat 8 - , harfbuzz 9 - , ffmpeg 10 - , ffms 11 - , fftw 12 - , fontconfig 13 - , freetype 14 - , fribidi 15 - , glib 16 - , icu 17 - , intltool 18 - , libGL 19 - , libGLU 20 - , libX11 21 - , libass 22 - , libiconv 23 - , libuchardet 24 - , luajit 25 - , pcre 26 - , pkg-config 27 - , which 28 - , wrapGAppsHook 29 - , wxGTK 30 - , zlib 31 - 32 - , spellcheckSupport ? true 33 - , hunspell ? null 34 - 35 - , openalSupport ? false 36 - , openal ? null 37 - 38 - , alsaSupport ? stdenv.isLinux 39 - , alsa-lib ? null 40 - 41 - , pulseaudioSupport ? config.pulseaudio or stdenv.isLinux 42 - , libpulseaudio ? null 43 - 44 - , portaudioSupport ? false 45 - , portaudio ? null 46 - 47 - , useBundledLuaJIT ? false 48 - , darwin 49 - }: 50 - 51 - assert spellcheckSupport -> (hunspell != null); 52 - assert openalSupport -> (openal != null); 53 - assert alsaSupport -> (alsa-lib != null); 54 - assert pulseaudioSupport -> (libpulseaudio != null); 55 - assert portaudioSupport -> (portaudio != null); 56 - 57 - let 58 - luajit52 = luajit.override { enable52Compat = true; }; 59 - inherit (lib) optional; 60 - inherit (darwin.apple_sdk.frameworks) CoreText CoreFoundation AppKit Carbon IOKit Cocoa; 61 - in 62 - stdenv.mkDerivation rec { 63 - pname = "aegisub"; 64 - version = "3.3.3"; 65 - 66 - src = fetchFromGitHub { 67 - owner = "wangqr"; 68 - repo = pname; 69 - rev = "v${version}"; 70 - sha256 = "sha256-oKhLv81EFudrJaaJ2ga3pVh4W5Hd2YchpjsoYoqRm78="; 71 - }; 72 - 73 - nativeBuildInputs = [ 74 - intltool 75 - luajit52 76 - pkg-config 77 - which 78 - cmake 79 - wrapGAppsHook 80 - ]; 81 - 82 - buildInputs = [ 83 - boost179 84 - expat 85 - ffmpeg 86 - ffms 87 - fftw 88 - fontconfig 89 - freetype 90 - fribidi 91 - glib 92 - harfbuzz 93 - icu 94 - libGL 95 - libGLU 96 - libX11 97 - libass 98 - libiconv 99 - libuchardet 100 - pcre 101 - wxGTK 102 - zlib 103 - ] 104 - ++ lib.optionals stdenv.isDarwin [ 105 - CoreText 106 - CoreFoundation 107 - AppKit 108 - Carbon 109 - IOKit 110 - Cocoa 111 - ] 112 - ++ optional alsaSupport alsa-lib 113 - ++ optional openalSupport openal 114 - ++ optional portaudioSupport portaudio 115 - ++ optional pulseaudioSupport libpulseaudio 116 - ++ optional spellcheckSupport hunspell 117 - ; 118 - 119 - enableParallelBuilding = true; 120 - 121 - hardeningDisable = [ 122 - "bindnow" 123 - "relro" 124 - ]; 125 - 126 - patches = lib.optionals (!useBundledLuaJIT) [ 127 - ./remove-bundled-luajit.patch 128 - ]; 129 - 130 - # error: unknown type name 'NSUInteger' 131 - postPatch = '' 132 - substituteInPlace src/dialog_colorpicker.cpp \ 133 - --replace "NSUInteger" "size_t" 134 - ''; 135 - 136 - env.NIX_CFLAGS_COMPILE = "-I${luajit52}/include"; 137 - NIX_CFLAGS_LINK = "-L${luajit52}/lib"; 138 - 139 - configurePhase = '' 140 - export FORCE_GIT_VERSION=${version} 141 - # Workaround for a Nixpkgs bug; remove when the fix arrives 142 - mkdir build-dir 143 - cd build-dir 144 - cmake -DCMAKE_INSTALL_PREFIX=$out .. 145 - ''; 146 - 147 - meta = with lib; { 148 - homepage = "https://github.com/wangqr/Aegisub"; 149 - description = "An advanced subtitle editor"; 150 - longDescription = '' 151 - Aegisub is a free, cross-platform open source tool for creating and 152 - modifying subtitles. Aegisub makes it quick and easy to time subtitles to 153 - audio, and features many powerful tools for styling them, including a 154 - built-in real-time video preview. 155 - ''; 156 - # The Aegisub sources are itself BSD/ISC, but they are linked against GPL'd 157 - # softwares - so the resulting program will be GPL 158 - license = licenses.bsd3; 159 - maintainers = with maintainers; [ AndersonTorres wegank ]; 160 - platforms = platforms.unix; 161 - mainProgram = "aegisub"; 162 - }; 163 - }
pkgs/applications/video/aegisub/remove-bundled-luajit.patch pkgs/by-name/ae/aegisub/000-remove-bundled-luajit.patch
+3 -3
pkgs/applications/virtualization/firecracker/default.nix
··· 1 1 { fetchurl, lib, stdenv }: 2 2 3 3 let 4 - version = "1.6.0"; 4 + version = "1.7.0"; 5 5 # nixpkgs-update: no auto update 6 6 7 7 suffix = { ··· 23 23 24 24 sourceRoot = "."; 25 25 src = dlbin { 26 - x86_64-linux = "sha256-FflAYvWTcigIchVrAaUgg6IRleEtis6eh6fCqrZ5lb8="; 27 - aarch64-linux = "sha256-4O0kPMl7RbMjszUNql0OQrl/4or/e8ZCHPngqq0CNxk="; 26 + x86_64-linux = "sha256-Vb0+bVmf3RCONuUvmu4jGfBsGKkPL6SbZOk/3wb1/1M="; 27 + aarch64-linux = "sha256-PLoQA4a6qulxSns/ZRSgn6EtHr46/hstNhP1pAHt9VA="; 28 28 }; 29 29 30 30 dontConfigure = true;
+164
pkgs/by-name/ae/aegisub/package.nix
··· 1 + { 2 + lib, 3 + alsa-lib, 4 + boost, 5 + cmake, 6 + config, 7 + darwin, 8 + expat, 9 + fetchFromGitHub, 10 + ffmpeg, 11 + ffms, 12 + fftw, 13 + fontconfig, 14 + freetype, 15 + fribidi, 16 + glib, 17 + harfbuzz, 18 + hunspell, 19 + icu, 20 + intltool, 21 + libGL, 22 + libGLU, 23 + libX11, 24 + libass, 25 + libiconv, 26 + libpulseaudio, 27 + libuchardet, 28 + luajit, 29 + ninja, 30 + openal, 31 + pcre, 32 + pkg-config, 33 + portaudio, 34 + stdenv, 35 + which, 36 + wrapGAppsHook, 37 + wxGTK, 38 + zlib, 39 + # Boolean guard flags 40 + alsaSupport ? stdenv.isLinux, 41 + openalSupport ? true, 42 + portaudioSupport ? true, 43 + pulseaudioSupport ? config.pulseaudio or stdenv.isLinux, 44 + spellcheckSupport ? true, 45 + useBundledLuaJIT ? false, 46 + }: 47 + 48 + let 49 + inherit (darwin.apple_sdk.frameworks) 50 + AppKit 51 + Carbon 52 + Cocoa 53 + CoreFoundation 54 + CoreText 55 + IOKit 56 + OpenAL; 57 + in 58 + stdenv.mkDerivation (finalAttrs: { 59 + pname = "aegisub"; 60 + version = "3.3.3"; 61 + 62 + src = fetchFromGitHub { 63 + owner = "wangqr"; 64 + repo = "aegisub"; 65 + rev = "v${finalAttrs.version}"; 66 + hash = "sha256-oKhLv81EFudrJaaJ2ga3pVh4W5Hd2YchpjsoYoqRm78="; 67 + }; 68 + 69 + nativeBuildInputs = [ 70 + cmake 71 + intltool 72 + luajit 73 + ninja 74 + pkg-config 75 + which 76 + wrapGAppsHook 77 + wxGTK 78 + ]; 79 + 80 + buildInputs = [ 81 + boost 82 + expat 83 + ffmpeg 84 + ffms 85 + fftw 86 + fontconfig 87 + freetype 88 + fribidi 89 + glib 90 + harfbuzz 91 + icu 92 + libGL 93 + libGLU 94 + libX11 95 + libass 96 + libiconv 97 + libuchardet 98 + pcre 99 + wxGTK 100 + zlib 101 + ] 102 + ++ lib.optionals alsaSupport [ alsa-lib ] 103 + ++ lib.optionals openalSupport [ 104 + (if stdenv.isDarwin then OpenAL else openal) 105 + ] 106 + ++ lib.optionals portaudioSupport [ portaudio ] 107 + ++ lib.optionals pulseaudioSupport [ libpulseaudio ] 108 + ++ lib.optionals spellcheckSupport [ hunspell ] 109 + ++ lib.optionals stdenv.isDarwin [ 110 + AppKit 111 + Carbon 112 + Cocoa 113 + CoreFoundation 114 + CoreText 115 + IOKit 116 + ]; 117 + 118 + hardeningDisable = [ 119 + "bindnow" 120 + "relro" 121 + ]; 122 + 123 + patches = lib.optionals (!useBundledLuaJIT) [ 124 + ./000-remove-bundled-luajit.patch 125 + ]; 126 + 127 + # error: unknown type name 'NSUInteger' 128 + postPatch = '' 129 + substituteInPlace src/dialog_colorpicker.cpp \ 130 + --replace "NSUInteger" "size_t" 131 + ''; 132 + 133 + env = { 134 + NIX_CFLAGS_COMPILE = "-I${lib.getDev luajit}/include"; 135 + NIX_CFLAGS_LINK = "-L${lib.getLib luajit}/lib"; 136 + }; 137 + 138 + preConfigure = '' 139 + export FORCE_GIT_VERSION=${finalAttrs.version} 140 + ''; 141 + 142 + cmakeBuildDir = "build-directory"; 143 + 144 + strictDeps = true; 145 + 146 + meta = { 147 + homepage = "https://github.com/wangqr/Aegisub"; 148 + description = "An advanced subtitle editor; wangqr's fork"; 149 + longDescription = '' 150 + Aegisub is a free, cross-platform open source tool for creating and 151 + modifying subtitles. Aegisub makes it quick and easy to time subtitles to 152 + audio, and features many powerful tools for styling them, including a 153 + built-in real-time video preview. 154 + ''; 155 + # The Aegisub sources are itself BSD/ISC, but they are linked against GPL'd 156 + # softwares - so the resulting program will be GPL 157 + license = with lib.licenses; [ 158 + bsd3 159 + ]; 160 + mainProgram = "aegisub"; 161 + maintainers = with lib.maintainers; [ AndersonTorres wegank ]; 162 + platforms = lib.platforms.unix; 163 + }; 164 + })
+203 -73
pkgs/by-name/cr/crunchy-cli/Cargo.lock
··· 91 91 92 92 [[package]] 93 93 name = "anyhow" 94 - version = "1.0.81" 94 + version = "1.0.82" 95 95 source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 96 + checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" 97 97 98 98 [[package]] 99 99 name = "async-speed-limit" ··· 109 109 110 110 [[package]] 111 111 name = "async-trait" 112 - version = "0.1.79" 112 + version = "0.1.80" 113 113 source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" 114 + checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 115 115 dependencies = [ 116 116 "proc-macro2", 117 117 "quote", ··· 175 175 176 176 [[package]] 177 177 name = "bumpalo" 178 - version = "3.15.4" 178 + version = "3.16.0" 179 + source = "registry+https://github.com/rust-lang/crates.io-index" 180 + checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 181 + 182 + [[package]] 183 + name = "bytemuck" 184 + version = "1.15.0" 185 + source = "registry+https://github.com/rust-lang/crates.io-index" 186 + checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" 187 + 188 + [[package]] 189 + name = "byteorder" 190 + version = "1.5.0" 179 191 source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 192 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 181 193 182 194 [[package]] 183 195 name = "bytes" ··· 187 199 188 200 [[package]] 189 201 name = "cc" 190 - version = "1.0.90" 202 + version = "1.0.94" 191 203 source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 204 + checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" 193 205 194 206 [[package]] 195 207 name = "cfg-if" ··· 215 227 "num-traits", 216 228 "serde", 217 229 "wasm-bindgen", 218 - "windows-targets 0.52.4", 230 + "windows-targets 0.52.5", 219 231 ] 220 232 221 233 [[package]] ··· 242 254 243 255 [[package]] 244 256 name = "clap_complete" 245 - version = "4.5.1" 257 + version = "4.5.2" 246 258 source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c" 259 + checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e" 248 260 dependencies = [ 249 261 "clap", 250 262 ] ··· 342 354 343 355 [[package]] 344 356 name = "crunchy-cli" 345 - version = "3.3.4" 357 + version = "3.4.3" 346 358 dependencies = [ 347 359 "chrono", 348 360 "clap", ··· 355 367 356 368 [[package]] 357 369 name = "crunchy-cli-core" 358 - version = "3.3.4" 370 + version = "3.4.3" 359 371 dependencies = [ 360 372 "anyhow", 361 373 "async-speed-limit", ··· 369 381 "fs2", 370 382 "futures-util", 371 383 "http", 384 + "image", 385 + "image_hasher", 372 386 "indicatif", 373 387 "lazy_static", 374 388 "log", ··· 390 404 391 405 [[package]] 392 406 name = "crunchyroll-rs" 393 - version = "0.10.2" 407 + version = "0.10.7" 394 408 source = "registry+https://github.com/rust-lang/crates.io-index" 395 - checksum = "0010e5dded0388e3a1e69105c2e65637d092eff049ba10f132f216c8e26a2473" 409 + checksum = "3eaf93641a3697ba4cd6845b3a741089f4b4c692a91ed40dece6d7376c419ef9" 396 410 dependencies = [ 397 411 "async-trait", 398 412 "chrono", ··· 410 424 "smart-default", 411 425 "tokio", 412 426 "tower-service", 427 + "uuid", 413 428 "webpki-roots", 414 429 ] 415 430 416 431 [[package]] 417 432 name = "crunchyroll-rs-internal" 418 - version = "0.10.2" 433 + version = "0.10.7" 419 434 source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "7e5226275711b3d1dc6afdc5e2241a45bb5d4dc1a813902265d628ccfe1ab67d" 435 + checksum = "48daba6fe0296c2b400cd6545cf2e8ee23870f1a5a35291fa2d61987098a5692" 421 436 dependencies = [ 422 437 "darling", 423 438 "quote", ··· 549 564 550 565 [[package]] 551 566 name = "either" 552 - version = "1.10.0" 567 + version = "1.11.0" 553 568 source = "registry+https://github.com/rust-lang/crates.io-index" 554 - checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 569 + checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" 555 570 556 571 [[package]] 557 572 name = "encode_unicode" ··· 561 576 562 577 [[package]] 563 578 name = "encoding_rs" 564 - version = "0.8.33" 579 + version = "0.8.34" 565 580 source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 581 + checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 567 582 dependencies = [ 568 583 "cfg-if", 569 584 ] ··· 708 723 709 724 [[package]] 710 725 name = "getrandom" 711 - version = "0.2.12" 726 + version = "0.2.14" 712 727 source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 728 + checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" 714 729 dependencies = [ 715 730 "cfg-if", 716 731 "js-sys", ··· 937 952 ] 938 953 939 954 [[package]] 955 + name = "image" 956 + version = "0.25.1" 957 + source = "registry+https://github.com/rust-lang/crates.io-index" 958 + checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" 959 + dependencies = [ 960 + "bytemuck", 961 + "byteorder", 962 + "num-traits", 963 + "zune-core", 964 + "zune-jpeg", 965 + ] 966 + 967 + [[package]] 968 + name = "image_hasher" 969 + version = "2.0.0" 970 + source = "registry+https://github.com/rust-lang/crates.io-index" 971 + checksum = "9481465fe767d92494987319b0b447a5829edf57f09c52bf8639396abaaeaf78" 972 + dependencies = [ 973 + "base64 0.22.0", 974 + "image", 975 + "rustdct", 976 + "serde", 977 + "transpose", 978 + ] 979 + 980 + [[package]] 940 981 name = "indexmap" 941 982 version = "1.9.3" 942 983 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1144 1185 ] 1145 1186 1146 1187 [[package]] 1188 + name = "num-complex" 1189 + version = "0.4.5" 1190 + source = "registry+https://github.com/rust-lang/crates.io-index" 1191 + checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" 1192 + dependencies = [ 1193 + "num-traits", 1194 + ] 1195 + 1196 + [[package]] 1147 1197 name = "num-conv" 1148 1198 version = "0.1.0" 1149 1199 source = "registry+https://github.com/rust-lang/crates.io-index" 1150 1200 checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1151 1201 1152 1202 [[package]] 1203 + name = "num-integer" 1204 + version = "0.1.46" 1205 + source = "registry+https://github.com/rust-lang/crates.io-index" 1206 + checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1207 + dependencies = [ 1208 + "num-traits", 1209 + ] 1210 + 1211 + [[package]] 1153 1212 name = "num-traits" 1154 1213 version = "0.2.18" 1155 1214 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1306 1365 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1307 1366 1308 1367 [[package]] 1368 + name = "primal-check" 1369 + version = "0.3.3" 1370 + source = "registry+https://github.com/rust-lang/crates.io-index" 1371 + checksum = "9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0" 1372 + dependencies = [ 1373 + "num-integer", 1374 + ] 1375 + 1376 + [[package]] 1309 1377 name = "proc-macro2" 1310 1378 version = "1.0.79" 1311 1379 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1342 1410 1343 1411 [[package]] 1344 1412 name = "quote" 1345 - version = "1.0.35" 1413 + version = "1.0.36" 1346 1414 source = "registry+https://github.com/rust-lang/crates.io-index" 1347 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 1415 + checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 1348 1416 dependencies = [ 1349 1417 "proc-macro2", 1350 1418 ] ··· 1391 1459 1392 1460 [[package]] 1393 1461 name = "reqwest" 1394 - version = "0.12.2" 1462 + version = "0.12.3" 1395 1463 source = "registry+https://github.com/rust-lang/crates.io-index" 1396 - checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" 1464 + checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" 1397 1465 dependencies = [ 1398 - "base64 0.21.7", 1466 + "base64 0.22.0", 1399 1467 "bytes", 1400 1468 "cookie", 1401 1469 "cookie_store", ··· 1420 1488 "percent-encoding", 1421 1489 "pin-project-lite", 1422 1490 "rustls", 1423 - "rustls-pemfile 1.0.4", 1491 + "rustls-pemfile", 1424 1492 "rustls-pki-types", 1425 1493 "serde", 1426 1494 "serde_json", ··· 1470 1538 checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1471 1539 1472 1540 [[package]] 1541 + name = "rustdct" 1542 + version = "0.7.1" 1543 + source = "registry+https://github.com/rust-lang/crates.io-index" 1544 + checksum = "8b61555105d6a9bf98797c063c362a1d24ed8ab0431655e38f1cf51e52089551" 1545 + dependencies = [ 1546 + "rustfft", 1547 + ] 1548 + 1549 + [[package]] 1550 + name = "rustfft" 1551 + version = "6.2.0" 1552 + source = "registry+https://github.com/rust-lang/crates.io-index" 1553 + checksum = "43806561bc506d0c5d160643ad742e3161049ac01027b5e6d7524091fd401d86" 1554 + dependencies = [ 1555 + "num-complex", 1556 + "num-integer", 1557 + "num-traits", 1558 + "primal-check", 1559 + "strength_reduce", 1560 + "transpose", 1561 + "version_check", 1562 + ] 1563 + 1564 + [[package]] 1473 1565 name = "rustix" 1474 1566 version = "0.38.32" 1475 1567 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1503 1595 checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" 1504 1596 dependencies = [ 1505 1597 "openssl-probe", 1506 - "rustls-pemfile 2.1.1", 1598 + "rustls-pemfile", 1507 1599 "rustls-pki-types", 1508 1600 "schannel", 1509 1601 "security-framework", ··· 1511 1603 1512 1604 [[package]] 1513 1605 name = "rustls-pemfile" 1514 - version = "1.0.4" 1606 + version = "2.1.2" 1515 1607 source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1608 + checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 1517 1609 dependencies = [ 1518 - "base64 0.21.7", 1519 - ] 1520 - 1521 - [[package]] 1522 - name = "rustls-pemfile" 1523 - version = "2.1.1" 1524 - source = "registry+https://github.com/rust-lang/crates.io-index" 1525 - checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab" 1526 - dependencies = [ 1527 - "base64 0.21.7", 1610 + "base64 0.22.0", 1528 1611 "rustls-pki-types", 1529 1612 ] 1530 1613 ··· 1728 1811 version = "0.9.8" 1729 1812 source = "registry+https://github.com/rust-lang/crates.io-index" 1730 1813 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1814 + 1815 + [[package]] 1816 + name = "strength_reduce" 1817 + version = "0.2.4" 1818 + source = "registry+https://github.com/rust-lang/crates.io-index" 1819 + checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 1731 1820 1732 1821 [[package]] 1733 1822 name = "strsim" ··· 1828 1917 1829 1918 [[package]] 1830 1919 name = "time" 1831 - version = "0.3.34" 1920 + version = "0.3.36" 1832 1921 source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" 1922 + checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 1834 1923 dependencies = [ 1835 1924 "deranged", 1836 1925 "itoa", ··· 1849 1938 1850 1939 [[package]] 1851 1940 name = "time-macros" 1852 - version = "0.2.17" 1941 + version = "0.2.18" 1853 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1854 - checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" 1943 + checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 1855 1944 dependencies = [ 1856 1945 "num-conv", 1857 1946 "time-core", ··· 2008 2097 ] 2009 2098 2010 2099 [[package]] 2100 + name = "transpose" 2101 + version = "0.2.3" 2102 + source = "registry+https://github.com/rust-lang/crates.io-index" 2103 + checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e" 2104 + dependencies = [ 2105 + "num-integer", 2106 + "strength_reduce", 2107 + ] 2108 + 2109 + [[package]] 2011 2110 name = "try-lock" 2012 2111 version = "0.2.5" 2013 2112 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2071 2170 version = "0.2.1" 2072 2171 source = "registry+https://github.com/rust-lang/crates.io-index" 2073 2172 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2173 + 2174 + [[package]] 2175 + name = "uuid" 2176 + version = "1.8.0" 2177 + source = "registry+https://github.com/rust-lang/crates.io-index" 2178 + checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" 2179 + dependencies = [ 2180 + "getrandom", 2181 + ] 2074 2182 2075 2183 [[package]] 2076 2184 name = "vcpkg" ··· 2225 2333 source = "registry+https://github.com/rust-lang/crates.io-index" 2226 2334 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2227 2335 dependencies = [ 2228 - "windows-targets 0.52.4", 2336 + "windows-targets 0.52.5", 2229 2337 ] 2230 2338 2231 2339 [[package]] ··· 2243 2351 source = "registry+https://github.com/rust-lang/crates.io-index" 2244 2352 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2245 2353 dependencies = [ 2246 - "windows-targets 0.52.4", 2354 + "windows-targets 0.52.5", 2247 2355 ] 2248 2356 2249 2357 [[package]] ··· 2263 2371 2264 2372 [[package]] 2265 2373 name = "windows-targets" 2266 - version = "0.52.4" 2374 + version = "0.52.5" 2267 2375 source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 2376 + checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 2269 2377 dependencies = [ 2270 - "windows_aarch64_gnullvm 0.52.4", 2271 - "windows_aarch64_msvc 0.52.4", 2272 - "windows_i686_gnu 0.52.4", 2273 - "windows_i686_msvc 0.52.4", 2274 - "windows_x86_64_gnu 0.52.4", 2275 - "windows_x86_64_gnullvm 0.52.4", 2276 - "windows_x86_64_msvc 0.52.4", 2378 + "windows_aarch64_gnullvm 0.52.5", 2379 + "windows_aarch64_msvc 0.52.5", 2380 + "windows_i686_gnu 0.52.5", 2381 + "windows_i686_gnullvm", 2382 + "windows_i686_msvc 0.52.5", 2383 + "windows_x86_64_gnu 0.52.5", 2384 + "windows_x86_64_gnullvm 0.52.5", 2385 + "windows_x86_64_msvc 0.52.5", 2277 2386 ] 2278 2387 2279 2388 [[package]] ··· 2284 2393 2285 2394 [[package]] 2286 2395 name = "windows_aarch64_gnullvm" 2287 - version = "0.52.4" 2396 + version = "0.52.5" 2288 2397 source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 2398 + checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 2290 2399 2291 2400 [[package]] 2292 2401 name = "windows_aarch64_msvc" ··· 2296 2405 2297 2406 [[package]] 2298 2407 name = "windows_aarch64_msvc" 2299 - version = "0.52.4" 2408 + version = "0.52.5" 2300 2409 source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 2410 + checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 2302 2411 2303 2412 [[package]] 2304 2413 name = "windows_i686_gnu" ··· 2308 2417 2309 2418 [[package]] 2310 2419 name = "windows_i686_gnu" 2311 - version = "0.52.4" 2420 + version = "0.52.5" 2421 + source = "registry+https://github.com/rust-lang/crates.io-index" 2422 + checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 2423 + 2424 + [[package]] 2425 + name = "windows_i686_gnullvm" 2426 + version = "0.52.5" 2312 2427 source = "registry+https://github.com/rust-lang/crates.io-index" 2313 - checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 2428 + checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 2314 2429 2315 2430 [[package]] 2316 2431 name = "windows_i686_msvc" ··· 2320 2435 2321 2436 [[package]] 2322 2437 name = "windows_i686_msvc" 2323 - version = "0.52.4" 2438 + version = "0.52.5" 2324 2439 source = "registry+https://github.com/rust-lang/crates.io-index" 2325 - checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 2440 + checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 2326 2441 2327 2442 [[package]] 2328 2443 name = "windows_x86_64_gnu" ··· 2332 2447 2333 2448 [[package]] 2334 2449 name = "windows_x86_64_gnu" 2335 - version = "0.52.4" 2450 + version = "0.52.5" 2336 2451 source = "registry+https://github.com/rust-lang/crates.io-index" 2337 - checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 2452 + checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 2338 2453 2339 2454 [[package]] 2340 2455 name = "windows_x86_64_gnullvm" ··· 2344 2459 2345 2460 [[package]] 2346 2461 name = "windows_x86_64_gnullvm" 2347 - version = "0.52.4" 2462 + version = "0.52.5" 2348 2463 source = "registry+https://github.com/rust-lang/crates.io-index" 2349 - checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 2464 + checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 2350 2465 2351 2466 [[package]] 2352 2467 name = "windows_x86_64_msvc" ··· 2356 2471 2357 2472 [[package]] 2358 2473 name = "windows_x86_64_msvc" 2359 - version = "0.52.4" 2474 + version = "0.52.5" 2360 2475 source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 2476 + checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 2362 2477 2363 2478 [[package]] 2364 2479 name = "winreg" 2365 - version = "0.50.0" 2480 + version = "0.52.0" 2366 2481 source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2482 + checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 2368 2483 dependencies = [ 2369 2484 "cfg-if", 2370 2485 "windows-sys 0.48.0", ··· 2386 2501 version = "1.7.0" 2387 2502 source = "registry+https://github.com/rust-lang/crates.io-index" 2388 2503 checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" 2504 + 2505 + [[package]] 2506 + name = "zune-core" 2507 + version = "0.4.12" 2508 + source = "registry+https://github.com/rust-lang/crates.io-index" 2509 + checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 2510 + 2511 + [[package]] 2512 + name = "zune-jpeg" 2513 + version = "0.4.11" 2514 + source = "registry+https://github.com/rust-lang/crates.io-index" 2515 + checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" 2516 + dependencies = [ 2517 + "zune-core", 2518 + ]
+2 -2
pkgs/by-name/cr/crunchy-cli/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "crunchy-cli"; 13 - version = "3.3.4"; 13 + version = "3.4.3"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "crunchy-labs"; 17 17 repo = "crunchy-cli"; 18 18 rev = "v${version}"; 19 - hash = "sha256-yhihHHanUYa6+UeNUKDCpr0Z0ad+A0iS1eUtouOZurA="; 19 + hash = "sha256-/7zJbmMPoHEpcsDPe1eVenxGenPCU6CcHE8nTBTHil8="; 20 20 }; 21 21 22 22 cargoLock = {
+13 -4
pkgs/by-name/do/dotslash/package.nix
··· 1 - { lib, rustPlatform, fetchCrate }: 1 + { lib, rustPlatform, fetchCrate 2 + , testers, nix-update-script, dotslash 3 + }: 2 4 3 5 rustPlatform.buildRustPackage rec { 4 6 pname = "dotslash"; 5 - version = "0.3.0"; 7 + version = "0.4.1"; 6 8 7 9 src = fetchCrate { 8 10 inherit pname version; 9 - hash = "sha256-rgcvpr6/Xss4zDR7IRXL2THAtUQL6WE8Mv9XuM9unBI="; 11 + hash = "sha256-d9ig6YO5kx4Qd8Ut70U4X+t8a9+MUyzPoDF/y7avP38="; 10 12 }; 11 13 12 - cargoHash = "sha256-WkC+8epqCJWIU1f5kCLsqgGiSvWZH1mbZabQUnGVwB4="; 14 + cargoHash = "sha256-URZ6HfyfY2Fh4iVMoG4OkQFFuLIRV7s5hlZLUFzeUvA="; 13 15 doCheck = false; # http tests 16 + 17 + passthru = { 18 + updateScript = nix-update-script { }; 19 + tests = testers.testVersion { 20 + package = dotslash; 21 + }; 22 + }; 14 23 15 24 meta = with lib; { 16 25 homepage = "https://dotslash-cli.com";
+3 -3
pkgs/by-name/fi/files-cli/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "files-cli"; 10 - version = "2.12.56"; 10 + version = "2.13.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 repo = "files-cli"; 14 14 owner = "files-com"; 15 15 rev = "v${version}"; 16 - hash = "sha256-0cvGdYy84gfxDIPcz4GqUNwwADSDaSdTlpkD6eYh2CU="; 16 + hash = "sha256-xlsM3WVnhZlEwnPNpUaB8IIwsoqt1C0XVsbqm9G1vuU="; 17 17 }; 18 18 19 - vendorHash = "sha256-igFqxTkSJpWHfquvRnBDLXcW8VNsJJK4fNIDob5oCuE="; 19 + vendorHash = "sha256-7KL73P7oKrK2Sfgk/74D3cmQGXoDau+3gBThn+37pb8="; 20 20 21 21 ldflags = [ 22 22 "-s"
+9 -8
pkgs/by-name/gi/gickup/package.nix
··· 1 - { lib 2 - , buildGoModule 3 - , fetchFromGitHub 4 - , nix-update-script 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub, 5 + nix-update-script, 5 6 }: 6 7 7 8 buildGoModule rec { 8 9 pname = "gickup"; 9 - version = "0.10.28"; 10 + version = "0.10.29"; 10 11 11 12 src = fetchFromGitHub { 12 13 owner = "cooperspencer"; 13 14 repo = "gickup"; 14 15 rev = "refs/tags/v${version}"; 15 - hash = "sha256-IGzwMSpbGiUjlO7AtxL20m72VXYW3MJemLpO5BN2rMo="; 16 + hash = "sha256-Y03SdmO/GJx1gans58IW/Q9N7spRswvjyNbzYLdkD80="; 16 17 }; 17 18 18 - vendorHash = "sha256-sINmTwUERhxZ/qEAhKiJratWV6fDxrP21cJg97RBKVc="; 19 + vendorHash = "sha256-XxDsEmi945CduurQRsH7rjFAEu/SMX3rSd63Dwq2r8A="; 19 20 20 - ldflags = ["-X main.version=${version}"]; 21 + ldflags = [ "-X main.version=${version}" ]; 21 22 22 23 passthru.updateScript = nix-update-script { }; 23 24
+2 -2
pkgs/by-name/ku/kubo/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "kubo"; 10 - version = "0.27.0"; # When updating, also check if the repo version changed and adjust repoVersion below 10 + version = "0.28.0"; # When updating, also check if the repo version changed and adjust repoVersion below 11 11 rev = "v${version}"; 12 12 13 13 passthru.repoVersion = "15"; # Also update kubo-migrator when changing the repo version ··· 15 15 # Kubo makes changes to its source tarball that don't match the git source. 16 16 src = fetchurl { 17 17 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz"; 18 - hash = "sha256-xWVV2AUpogZaMb3v0w/C+DXvR2rmbOj1Bpyb3on2hfY="; 18 + hash = "sha256-nq9NpbK9Fql0o1TG8p9lIlnKUnxvMMimz8AYKVozkwY="; 19 19 }; 20 20 21 21 # tarball contains multiple files/directories
+334 -371
pkgs/by-name/pi/pixi/Cargo.lock
··· 140 140 checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 141 141 142 142 [[package]] 143 + name = "archspec" 144 + version = "0.1.3" 145 + source = "registry+https://github.com/rust-lang/crates.io-index" 146 + checksum = "9db67cd9cf4f56a10d2cbae6a3b552e5bd36701fd37b74a18c14a231bdf446c7" 147 + dependencies = [ 148 + "cfg-if", 149 + "itertools", 150 + "libc", 151 + "serde", 152 + "serde_json", 153 + "sysctl", 154 + ] 155 + 156 + [[package]] 143 157 name = "assert_matches" 144 158 version = "1.5.0" 145 159 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 162 176 checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 163 177 dependencies = [ 164 178 "concurrent-queue", 165 - "event-listener 5.2.0", 166 - "event-listener-strategy 0.5.0", 179 + "event-listener 5.3.0", 180 + "event-listener-strategy 0.5.1", 167 181 "futures-core", 168 182 "pin-project-lite", 169 183 ] 170 184 171 185 [[package]] 172 186 name = "async-compression" 173 - version = "0.4.6" 187 + version = "0.4.8" 174 188 source = "registry+https://github.com/rust-lang/crates.io-index" 175 - checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" 189 + checksum = "07dbbf24db18d609b1462965249abdf49129ccad073ec257da372adc83259c60" 176 190 dependencies = [ 177 191 "brotli", 178 192 "bzip2", ··· 188 202 189 203 [[package]] 190 204 name = "async-executor" 191 - version = "1.8.0" 205 + version = "1.10.0" 192 206 source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 207 + checksum = "5f98c37cf288e302c16ef6c8472aad1e034c6c84ce5ea7b8101c98eb4a802fee" 194 208 dependencies = [ 195 209 "async-lock 3.3.0", 196 210 "async-task", 197 211 "concurrent-queue", 198 - "fastrand 2.0.1", 212 + "fastrand 2.0.2", 199 213 "futures-lite 2.3.0", 200 214 "slab", 201 215 ] ··· 244 258 "futures-io", 245 259 "futures-lite 2.3.0", 246 260 "parking", 247 - "polling 3.5.0", 261 + "polling 3.6.0", 248 262 "rustix 0.38.32", 249 263 "slab", 250 264 "tracing", ··· 302 316 dependencies = [ 303 317 "proc-macro2", 304 318 "quote", 305 - "syn 2.0.53", 319 + "syn 2.0.58", 306 320 ] 307 321 308 322 [[package]] ··· 331 345 332 346 [[package]] 333 347 name = "async-trait" 334 - version = "0.1.78" 348 + version = "0.1.79" 335 349 source = "registry+https://github.com/rust-lang/crates.io-index" 336 - checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" 350 + checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" 337 351 dependencies = [ 338 352 "proc-macro2", 339 353 "quote", 340 - "syn 2.0.53", 354 + "syn 2.0.58", 341 355 ] 342 356 343 357 [[package]] ··· 382 396 383 397 [[package]] 384 398 name = "autocfg" 385 - version = "1.1.0" 399 + version = "1.2.0" 400 + source = "registry+https://github.com/rust-lang/crates.io-index" 401 + checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" 402 + 403 + [[package]] 404 + name = "backoff" 405 + version = "0.4.0" 386 406 source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 407 + checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 408 + dependencies = [ 409 + "futures-core", 410 + "getrandom", 411 + "instant", 412 + "pin-project-lite", 413 + "rand", 414 + "tokio", 415 + ] 388 416 389 417 [[package]] 390 418 name = "backtrace" 391 - version = "0.3.69" 419 + version = "0.3.71" 392 420 source = "registry+https://github.com/rust-lang/crates.io-index" 393 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 421 + checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 394 422 dependencies = [ 395 423 "addr2line", 396 424 "cc", ··· 504 532 "async-channel", 505 533 "async-lock 3.3.0", 506 534 "async-task", 507 - "fastrand 2.0.1", 535 + "fastrand 2.0.2", 508 536 "futures-io", 509 537 "futures-lite 2.3.0", 510 538 "piper", ··· 513 541 514 542 [[package]] 515 543 name = "brotli" 516 - version = "3.5.0" 544 + version = "4.0.0" 517 545 source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 546 + checksum = "125740193d7fee5cc63ab9e16c2fdc4e07c74ba755cc53b327d6ea029e9fc569" 519 547 dependencies = [ 520 548 "alloc-no-stdlib", 521 549 "alloc-stdlib", ··· 524 552 525 553 [[package]] 526 554 name = "brotli-decompressor" 527 - version = "2.5.1" 555 + version = "3.0.0" 528 556 source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 557 + checksum = "65622a320492e09b5e0ac436b14c54ff68199bac392d0e89a6832c4518eea525" 530 558 dependencies = [ 531 559 "alloc-no-stdlib", 532 560 "alloc-stdlib", ··· 578 606 579 607 [[package]] 580 608 name = "bytes" 581 - version = "1.5.0" 609 + version = "1.6.0" 582 610 source = "registry+https://github.com/rust-lang/crates.io-index" 583 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 611 + checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 584 612 585 613 [[package]] 586 614 name = "bzip2" ··· 633 661 [[package]] 634 662 name = "cache-key" 635 663 version = "0.0.1" 636 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 664 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 637 665 dependencies = [ 638 666 "hex", 639 667 "seahash", ··· 657 685 658 686 [[package]] 659 687 name = "cargo-util" 660 - version = "0.2.9" 688 + version = "0.2.10" 661 689 source = "registry+https://github.com/rust-lang/crates.io-index" 662 - checksum = "74862c3c6e53a1c1f8f0178f9d38ab41e49746cd3a7cafc239b3d0248fd4e342" 690 + checksum = "9f2d9a9a8d3e0b61b1110c49ab8f6ed7a76ce4f2b1d53ae48a83152d3d5e8f5b" 663 691 dependencies = [ 664 692 "anyhow", 665 693 "core-foundation", ··· 680 708 681 709 [[package]] 682 710 name = "cc" 683 - version = "1.0.90" 711 + version = "1.0.91" 684 712 source = "registry+https://github.com/rust-lang/crates.io-index" 685 - checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 713 + checksum = "1fd97381a8cc6493395a5afc4c691c1084b3768db713b73aa215217aa245d153" 686 714 dependencies = [ 687 715 "jobserver", 688 716 "libc", ··· 712 740 713 741 [[package]] 714 742 name = "chrono" 715 - version = "0.4.35" 743 + version = "0.4.37" 716 744 source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 745 + checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" 718 746 dependencies = [ 719 747 "android-tzdata", 720 748 "iana-time-zone", ··· 736 764 737 765 [[package]] 738 766 name = "clap" 739 - version = "4.5.3" 767 + version = "4.5.4" 740 768 source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" 769 + checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" 742 770 dependencies = [ 743 771 "clap_builder", 744 772 "clap_derive", ··· 763 791 "anstream", 764 792 "anstyle", 765 793 "clap_lex", 766 - "strsim 0.11.0", 794 + "strsim 0.11.1", 767 795 "terminal_size", 768 796 ] 769 797 ··· 778 806 779 807 [[package]] 780 808 name = "clap_derive" 781 - version = "4.5.3" 809 + version = "4.5.4" 782 810 source = "registry+https://github.com/rust-lang/crates.io-index" 783 - checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" 811 + checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" 784 812 dependencies = [ 785 813 "heck 0.5.0", 786 814 "proc-macro2", 787 815 "quote", 788 - "syn 2.0.53", 816 + "syn 2.0.58", 789 817 ] 790 818 791 819 [[package]] ··· 948 976 "proc-macro2", 949 977 "quote", 950 978 "strsim 0.10.0", 951 - "syn 2.0.53", 979 + "syn 2.0.58", 952 980 ] 953 981 954 982 [[package]] ··· 959 987 dependencies = [ 960 988 "darling_core", 961 989 "quote", 962 - "syn 2.0.53", 990 + "syn 2.0.58", 963 991 ] 964 992 965 993 [[package]] ··· 983 1011 984 1012 [[package]] 985 1013 name = "deno_task_shell" 986 - version = "0.14.4" 1014 + version = "0.16.0" 987 1015 source = "registry+https://github.com/rust-lang/crates.io-index" 988 - checksum = "db60ddb0f58f5c32c2ea67784c233eeaf187285cc7b49733bc549088702a4552" 1016 + checksum = "6b44af10161906e1bccc1fc966f074bec0148997bb7e2221ecd29416dcad90b3" 989 1017 dependencies = [ 990 1018 "anyhow", 991 1019 "futures", ··· 993 1021 "monch", 994 1022 "os_pipe", 995 1023 "path-dedot", 1024 + "thiserror", 996 1025 "tokio", 997 1026 "tokio-util", 998 1027 ] ··· 1075 1104 [[package]] 1076 1105 name = "distribution-filename" 1077 1106 version = "0.0.1" 1078 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 1107 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 1079 1108 dependencies = [ 1080 1109 "pep440_rs", 1081 1110 "platform-tags", ··· 1089 1118 [[package]] 1090 1119 name = "distribution-types" 1091 1120 version = "0.0.1" 1092 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 1121 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 1093 1122 dependencies = [ 1094 1123 "anyhow", 1095 1124 "cache-key", 1096 - "data-encoding", 1097 1125 "distribution-filename", 1098 1126 "fs-err", 1099 1127 "itertools", ··· 1106 1134 "rustc-hash", 1107 1135 "serde", 1108 1136 "serde_json", 1109 - "sha2", 1110 1137 "thiserror", 1111 1138 "tracing", 1112 1139 "url", 1113 1140 "urlencoding", 1114 - "uv-auth", 1115 1141 "uv-fs", 1116 1142 "uv-git", 1117 1143 "uv-normalize", 1118 1144 ] 1119 - 1120 - [[package]] 1121 - name = "drop_bomb" 1122 - version = "0.1.5" 1123 - source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" 1125 1145 1126 1146 [[package]] 1127 1147 name = "dunce" ··· 1160 1180 ] 1161 1181 1162 1182 [[package]] 1183 + name = "encoding_rs_io" 1184 + version = "0.1.7" 1185 + source = "registry+https://github.com/rust-lang/crates.io-index" 1186 + checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" 1187 + dependencies = [ 1188 + "encoding_rs", 1189 + ] 1190 + 1191 + [[package]] 1192 + name = "enum-as-inner" 1193 + version = "0.6.0" 1194 + source = "registry+https://github.com/rust-lang/crates.io-index" 1195 + checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" 1196 + dependencies = [ 1197 + "heck 0.4.1", 1198 + "proc-macro2", 1199 + "quote", 1200 + "syn 2.0.58", 1201 + ] 1202 + 1203 + [[package]] 1163 1204 name = "enum_dispatch" 1164 - version = "0.3.12" 1205 + version = "0.3.13" 1165 1206 source = "registry+https://github.com/rust-lang/crates.io-index" 1166 - checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" 1207 + checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 1167 1208 dependencies = [ 1168 1209 "once_cell", 1169 1210 "proc-macro2", 1170 1211 "quote", 1171 - "syn 2.0.53", 1212 + "syn 2.0.58", 1172 1213 ] 1173 1214 1174 1215 [[package]] ··· 1189 1230 dependencies = [ 1190 1231 "proc-macro2", 1191 1232 "quote", 1192 - "syn 2.0.53", 1233 + "syn 2.0.58", 1193 1234 ] 1194 1235 1195 1236 [[package]] ··· 1247 1288 1248 1289 [[package]] 1249 1290 name = "event-listener" 1250 - version = "5.2.0" 1291 + version = "5.3.0" 1251 1292 source = "registry+https://github.com/rust-lang/crates.io-index" 1252 - checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" 1293 + checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24" 1253 1294 dependencies = [ 1254 1295 "concurrent-queue", 1255 1296 "parking", ··· 1268 1309 1269 1310 [[package]] 1270 1311 name = "event-listener-strategy" 1271 - version = "0.5.0" 1312 + version = "0.5.1" 1272 1313 source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 1314 + checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3" 1274 1315 dependencies = [ 1275 - "event-listener 5.2.0", 1316 + "event-listener 5.3.0", 1276 1317 "pin-project-lite", 1277 1318 ] 1278 1319 ··· 1287 1328 1288 1329 [[package]] 1289 1330 name = "fastrand" 1290 - version = "2.0.1" 1331 + version = "2.0.2" 1291 1332 source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1333 + checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" 1293 1334 1294 1335 [[package]] 1295 1336 name = "filetime" ··· 1454 1495 source = "registry+https://github.com/rust-lang/crates.io-index" 1455 1496 checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1456 1497 dependencies = [ 1457 - "fastrand 2.0.1", 1498 + "fastrand 2.0.2", 1458 1499 "futures-core", 1459 1500 "futures-io", 1460 1501 "parking", ··· 1469 1510 dependencies = [ 1470 1511 "proc-macro2", 1471 1512 "quote", 1472 - "syn 2.0.53", 1513 + "syn 2.0.58", 1473 1514 ] 1474 1515 1475 1516 [[package]] ··· 1529 1570 1530 1571 [[package]] 1531 1572 name = "getrandom" 1532 - version = "0.2.12" 1573 + version = "0.2.14" 1533 1574 source = "registry+https://github.com/rust-lang/crates.io-index" 1534 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 1575 + checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" 1535 1576 dependencies = [ 1536 1577 "cfg-if", 1537 1578 "js-sys", ··· 1577 1618 "bstr", 1578 1619 "log", 1579 1620 "regex-automata 0.4.6", 1580 - "regex-syntax 0.8.2", 1581 - ] 1582 - 1583 - [[package]] 1584 - name = "goblin" 1585 - version = "0.8.0" 1586 - source = "registry+https://github.com/rust-lang/crates.io-index" 1587 - checksum = "bb07a4ffed2093b118a525b1d8f5204ae274faed5604537caf7135d0f18d9887" 1588 - dependencies = [ 1589 - "log", 1590 - "plain", 1591 - "scroll", 1621 + "regex-syntax 0.8.3", 1592 1622 ] 1593 1623 1594 1624 [[package]] 1595 1625 name = "h2" 1596 - version = "0.3.25" 1626 + version = "0.3.26" 1597 1627 source = "registry+https://github.com/rust-lang/crates.io-index" 1598 - checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb" 1628 + checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 1599 1629 dependencies = [ 1600 1630 "bytes", 1601 1631 "fnv", ··· 1603 1633 "futures-sink", 1604 1634 "futures-util", 1605 1635 "http", 1606 - "indexmap 2.2.5", 1636 + "indexmap 2.2.6", 1607 1637 "slab", 1608 1638 "tokio", 1609 1639 "tokio-util", ··· 1924 1954 1925 1955 [[package]] 1926 1956 name = "indexmap" 1927 - version = "2.2.5" 1957 + version = "2.2.6" 1928 1958 source = "registry+https://github.com/rust-lang/crates.io-index" 1929 - checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 1959 + checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1930 1960 dependencies = [ 1931 1961 "equivalent", 1932 1962 "hashbrown 0.14.3", ··· 1948 1978 1949 1979 [[package]] 1950 1980 name = "indoc" 1951 - version = "2.0.4" 1981 + version = "2.0.5" 1952 1982 source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" 1983 + checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 1954 1984 1955 1985 [[package]] 1956 1986 name = "insta" 1957 - version = "1.36.1" 1987 + version = "1.38.0" 1958 1988 source = "registry+https://github.com/rust-lang/crates.io-index" 1959 - checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" 1989 + checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" 1960 1990 dependencies = [ 1961 1991 "console", 1962 1992 "globset", ··· 1965 1995 "serde", 1966 1996 "similar", 1967 1997 "walkdir", 1968 - "yaml-rust", 1969 1998 ] 1970 1999 1971 2000 [[package]] 1972 2001 name = "install-wheel-rs" 1973 2002 version = "0.0.1" 1974 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 2003 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 1975 2004 dependencies = [ 1976 2005 "configparser", 1977 2006 "csv", ··· 1982 2011 "once_cell", 1983 2012 "pathdiff", 1984 2013 "pep440_rs", 1985 - "platform-host", 1986 2014 "platform-info", 1987 - "plist", 2015 + "platform-tags", 1988 2016 "pypi-types", 1989 2017 "reflink-copy", 1990 2018 "regex", ··· 1995 2023 "tempfile", 1996 2024 "thiserror", 1997 2025 "tracing", 1998 - "url", 1999 2026 "uv-fs", 2000 2027 "uv-normalize", 2001 2028 "walkdir", ··· 2057 2084 2058 2085 [[package]] 2059 2086 name = "itoa" 2060 - version = "1.0.10" 2087 + version = "1.0.11" 2061 2088 source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 2089 + checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2063 2090 2064 2091 [[package]] 2065 2092 name = "jobserver" ··· 2135 2162 "proc-macro2", 2136 2163 "quote", 2137 2164 "regex", 2138 - "syn 2.0.53", 2165 + "syn 2.0.58", 2139 2166 ] 2140 2167 2141 2168 [[package]] ··· 2182 2209 2183 2210 [[package]] 2184 2211 name = "libredox" 2185 - version = "0.0.1" 2212 + version = "0.1.3" 2186 2213 source = "registry+https://github.com/rust-lang/crates.io-index" 2187 - checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 2214 + checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2188 2215 dependencies = [ 2189 2216 "bitflags 2.5.0", 2190 2217 "libc", 2191 - "redox_syscall 0.4.1", 2192 2218 ] 2193 2219 2194 2220 [[package]] ··· 2207 2233 2208 2234 [[package]] 2209 2235 name = "libz-sys" 2210 - version = "1.1.15" 2236 + version = "1.1.16" 2211 2237 source = "registry+https://github.com/rust-lang/crates.io-index" 2212 - checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" 2238 + checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" 2213 2239 dependencies = [ 2214 2240 "cc", 2215 2241 "libc", ··· 2219 2245 2220 2246 [[package]] 2221 2247 name = "line-wrap" 2222 - version = "0.1.1" 2248 + version = "0.2.0" 2223 2249 source = "registry+https://github.com/rust-lang/crates.io-index" 2224 - checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 2225 - dependencies = [ 2226 - "safemem", 2227 - ] 2250 + checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e" 2228 2251 2229 2252 [[package]] 2230 2253 name = "linked-hash-map" ··· 2302 2325 2303 2326 [[package]] 2304 2327 name = "memchr" 2305 - version = "2.7.1" 2328 + version = "2.7.2" 2306 2329 source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 2330 + checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 2308 2331 2309 2332 [[package]] 2310 2333 name = "memmap2" ··· 2335 2358 2336 2359 [[package]] 2337 2360 name = "memoffset" 2338 - version = "0.9.0" 2361 + version = "0.9.1" 2339 2362 source = "registry+https://github.com/rust-lang/crates.io-index" 2340 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2363 + checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2341 2364 dependencies = [ 2342 2365 "autocfg", 2343 2366 ] ··· 2382 2405 dependencies = [ 2383 2406 "proc-macro2", 2384 2407 "quote", 2385 - "syn 2.0.53", 2408 + "syn 2.0.58", 2386 2409 ] 2387 2410 2388 2411 [[package]] ··· 2393 2416 dependencies = [ 2394 2417 "proc-macro2", 2395 2418 "quote", 2396 - "syn 2.0.53", 2419 + "syn 2.0.58", 2397 2420 ] 2398 2421 2399 2422 [[package]] ··· 2414 2437 2415 2438 [[package]] 2416 2439 name = "minijinja" 2417 - version = "1.0.14" 2440 + version = "1.0.16" 2418 2441 source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "fe5b00f90b3542f74bb9aaaccd2627920c16367787de103883461365580e5481" 2442 + checksum = "3fb3bf58a1ec4f3f228bec851a2066c7717ad308817cd8a08f67c10660c6ff7b" 2420 2443 dependencies = [ 2421 2444 "serde", 2422 2445 ] ··· 2657 2680 [[package]] 2658 2681 name = "once-map" 2659 2682 version = "0.0.1" 2660 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 2683 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 2661 2684 dependencies = [ 2662 2685 "dashmap", 2663 2686 "tokio", ··· 2698 2721 dependencies = [ 2699 2722 "proc-macro2", 2700 2723 "quote", 2701 - "syn 2.0.53", 2724 + "syn 2.0.58", 2702 2725 ] 2703 2726 2704 2727 [[package]] ··· 2718 2741 2719 2742 [[package]] 2720 2743 name = "openssl-sys" 2721 - version = "0.9.101" 2744 + version = "0.9.102" 2722 2745 source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" 2746 + checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" 2724 2747 dependencies = [ 2725 2748 "cc", 2726 2749 "libc", ··· 2777 2800 "proc-macro2", 2778 2801 "proc-macro2-diagnostics", 2779 2802 "quote", 2780 - "syn 2.0.53", 2803 + "syn 2.0.58", 2781 2804 ] 2782 2805 2783 2806 [[package]] ··· 2870 2893 [[package]] 2871 2894 name = "pep440_rs" 2872 2895 version = "0.5.0" 2873 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 2896 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 2874 2897 dependencies = [ 2875 2898 "once_cell", 2876 2899 "pubgrub", ··· 2883 2906 [[package]] 2884 2907 name = "pep508_rs" 2885 2908 version = "0.4.2" 2886 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 2909 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 2887 2910 dependencies = [ 2888 2911 "derivative", 2889 2912 "once_cell", 2890 2913 "pep440_rs", 2891 2914 "regex", 2892 - "rkyv", 2893 2915 "serde", 2894 2916 "thiserror", 2895 2917 "unicode-width", ··· 2911 2933 checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 2912 2934 dependencies = [ 2913 2935 "fixedbitset", 2914 - "indexmap 2.2.5", 2936 + "indexmap 2.2.6", 2915 2937 ] 2916 2938 2917 2939 [[package]] ··· 2944 2966 "phf_shared", 2945 2967 "proc-macro2", 2946 2968 "quote", 2947 - "syn 2.0.53", 2969 + "syn 2.0.58", 2948 2970 "unicase", 2949 2971 ] 2950 2972 ··· 2975 2997 dependencies = [ 2976 2998 "proc-macro2", 2977 2999 "quote", 2978 - "syn 2.0.53", 3000 + "syn 2.0.58", 2979 3001 ] 2980 3002 2981 3003 [[package]] 2982 3004 name = "pin-project-lite" 2983 - version = "0.2.13" 3005 + version = "0.2.14" 2984 3006 source = "registry+https://github.com/rust-lang/crates.io-index" 2985 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 3007 + checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 2986 3008 2987 3009 [[package]] 2988 3010 name = "pin-utils" ··· 2997 3019 checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 2998 3020 dependencies = [ 2999 3021 "atomic-waker", 3000 - "fastrand 2.0.1", 3022 + "fastrand 2.0.2", 3001 3023 "futures-io", 3002 3024 ] 3003 3025 3004 3026 [[package]] 3005 3027 name = "pixi" 3006 - version = "0.17.1" 3028 + version = "0.19.1" 3007 3029 dependencies = [ 3008 3030 "assert_matches", 3009 3031 "async-once-cell", ··· 3026 3048 "human_bytes", 3027 3049 "humantime", 3028 3050 "ignore", 3029 - "indexmap 2.2.5", 3051 + "indexmap 2.2.6", 3030 3052 "indicatif", 3031 3053 "insta", 3032 3054 "install-wheel-rs", ··· 3040 3062 "once_cell", 3041 3063 "pep440_rs", 3042 3064 "pep508_rs", 3043 - "platform-host", 3044 3065 "platform-tags", 3045 3066 "pypi-types", 3067 + "pyproject-toml", 3046 3068 "rattler", 3047 3069 "rattler_conda_types", 3048 3070 "rattler_digest", ··· 3053 3075 "rattler_solve", 3054 3076 "rattler_virtual_packages", 3055 3077 "regex", 3078 + "requirements-txt", 3056 3079 "reqwest", 3057 3080 "reqwest-middleware", 3058 3081 "reqwest-retry 0.4.0", ··· 3067 3090 "shlex", 3068 3091 "signal-hook", 3069 3092 "spdx", 3070 - "strsim 0.11.0", 3093 + "strsim 0.11.1", 3071 3094 "tabwriter", 3072 3095 "tar", 3073 3096 "tempfile", ··· 3075 3098 "tokio", 3076 3099 "tokio-util", 3077 3100 "toml", 3078 - "toml_edit 0.22.8", 3101 + "toml_edit 0.22.9", 3079 3102 "tracing", 3080 3103 "tracing-subscriber", 3081 3104 "url", 3105 + "uv-build", 3082 3106 "uv-cache", 3083 3107 "uv-client", 3084 3108 "uv-dispatch", ··· 3099 3123 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 3100 3124 3101 3125 [[package]] 3102 - name = "plain" 3103 - version = "0.2.3" 3104 - source = "registry+https://github.com/rust-lang/crates.io-index" 3105 - checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 3106 - 3107 - [[package]] 3108 - name = "platform-host" 3109 - version = "0.0.1" 3110 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 3111 - dependencies = [ 3112 - "fs-err", 3113 - "goblin", 3114 - "once_cell", 3115 - "platform-info", 3116 - "plist", 3117 - "regex", 3118 - "serde", 3119 - "target-lexicon", 3120 - "thiserror", 3121 - "tracing", 3122 - ] 3123 - 3124 - [[package]] 3125 3126 name = "platform-info" 3126 3127 version = "2.0.2" 3127 3128 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3134 3135 [[package]] 3135 3136 name = "platform-tags" 3136 3137 version = "0.0.1" 3137 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 3138 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 3138 3139 dependencies = [ 3139 - "platform-host", 3140 3140 "rustc-hash", 3141 + "serde", 3141 3142 "thiserror", 3142 3143 ] 3143 3144 3144 3145 [[package]] 3145 3146 name = "plist" 3146 - version = "1.6.0" 3147 + version = "1.6.1" 3147 3148 source = "registry+https://github.com/rust-lang/crates.io-index" 3148 - checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef" 3149 + checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9" 3149 3150 dependencies = [ 3150 3151 "base64 0.21.7", 3151 - "indexmap 2.2.5", 3152 + "indexmap 2.2.6", 3152 3153 "line-wrap", 3153 3154 "quick-xml", 3154 3155 "serde", ··· 3173 3174 3174 3175 [[package]] 3175 3176 name = "polling" 3176 - version = "3.5.0" 3177 + version = "3.6.0" 3177 3178 source = "registry+https://github.com/rust-lang/crates.io-index" 3178 - checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 3179 + checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6" 3179 3180 dependencies = [ 3180 3181 "cfg-if", 3181 3182 "concurrent-queue", 3183 + "hermit-abi", 3182 3184 "pin-project-lite", 3183 3185 "rustix 0.38.32", 3184 3186 "tracing", ··· 3205 3207 3206 3208 [[package]] 3207 3209 name = "priority-queue" 3208 - version = "1.4.0" 3210 + version = "2.0.2" 3209 3211 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "a0bda9164fe05bc9225752d54aae413343c36f684380005398a6a8fde95fe785" 3212 + checksum = "509354d8a769e8d0b567d6821b84495c60213162761a732d68ce87c964bd347f" 3211 3213 dependencies = [ 3212 3214 "autocfg", 3213 - "indexmap 1.9.3", 3215 + "equivalent", 3216 + "indexmap 2.2.6", 3214 3217 ] 3215 3218 3216 3219 [[package]] ··· 3240 3243 dependencies = [ 3241 3244 "proc-macro2", 3242 3245 "quote", 3243 - "syn 2.0.53", 3246 + "syn 2.0.58", 3244 3247 "version_check", 3245 3248 "yansi", 3246 3249 ] ··· 3268 3271 [[package]] 3269 3272 name = "pubgrub" 3270 3273 version = "0.2.1" 3271 - source = "git+https://github.com/zanieb/pubgrub?rev=332f02b0e436ca8449c7ef5e15b992dd5f35908b#332f02b0e436ca8449c7ef5e15b992dd5f35908b" 3274 + source = "git+https://github.com/astral-sh/pubgrub?rev=e981e4dfe315582e84e2fd724832fb0e0c50b7aa#e981e4dfe315582e84e2fd724832fb0e0c50b7aa" 3272 3275 dependencies = [ 3273 - "indexmap 2.2.5", 3276 + "indexmap 2.2.6", 3274 3277 "log", 3275 3278 "priority-queue", 3276 3279 "rustc-hash", ··· 3295 3298 [[package]] 3296 3299 name = "pypi-types" 3297 3300 version = "0.0.1" 3298 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 3301 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 3299 3302 dependencies = [ 3300 3303 "chrono", 3301 3304 "mailparse", ··· 3317 3320 source = "registry+https://github.com/rust-lang/crates.io-index" 3318 3321 checksum = "3b80f889b6d413c3f8963a2c7db03f95dd6e1d85e1074137cb2013ea2faa8898" 3319 3322 dependencies = [ 3320 - "indexmap 2.2.5", 3323 + "indexmap 2.2.6", 3321 3324 "pep440_rs", 3322 3325 "pep508_rs", 3323 3326 "serde", ··· 3386 3389 3387 3390 [[package]] 3388 3391 name = "rattler" 3389 - version = "0.19.4" 3392 + version = "0.20.1" 3390 3393 source = "registry+https://github.com/rust-lang/crates.io-index" 3391 - checksum = "a6fbcaa02a723f289c6ca6a23b923dfc7172d5686428e519e5c5667d21b602b2" 3394 + checksum = "0cf17592e2097c40bb78458d5894cd0c4f4e54fa3c7e48a4ca2cdc09bf48d18f" 3392 3395 dependencies = [ 3393 3396 "anyhow", 3394 3397 "async-compression", ··· 3397 3400 "clap", 3398 3401 "digest", 3399 3402 "dirs", 3400 - "drop_bomb", 3401 3403 "fs-err", 3402 3404 "futures", 3403 3405 "fxhash", 3404 3406 "hex", 3405 - "indexmap 2.2.5", 3407 + "indexmap 2.2.6", 3406 3408 "itertools", 3407 3409 "memchr", 3408 3410 "memmap2 0.9.4", ··· 3433 3435 3434 3436 [[package]] 3435 3437 name = "rattler_conda_types" 3436 - version = "0.20.2" 3438 + version = "0.20.5" 3437 3439 source = "registry+https://github.com/rust-lang/crates.io-index" 3438 - checksum = "33f37815d9f04d8a286cfb4147cae9fcd1db9711f0d34bba7c610e1704da125f" 3440 + checksum = "22355c9ca09dcba831e8530c09787516d29ebfdd78eebd6e3157cdffa9ebde70" 3439 3441 dependencies = [ 3440 3442 "chrono", 3441 3443 "fxhash", 3442 3444 "glob", 3443 3445 "hex", 3444 - "indexmap 2.2.5", 3446 + "indexmap 2.2.6", 3445 3447 "itertools", 3446 3448 "lazy-regex", 3447 3449 "nom", ··· 3479 3481 3480 3482 [[package]] 3481 3483 name = "rattler_lock" 3482 - version = "0.20.2" 3484 + version = "0.22.1" 3483 3485 source = "registry+https://github.com/rust-lang/crates.io-index" 3484 - checksum = "3c8c0a1ed2bef78da6df4625193b93940d172565c99cfe2647d795db136c5b8b" 3486 + checksum = "adf007f6e5a6f27ae33d15185a72c198e4662bf38be53c30ceea8b86a504c8ff" 3485 3487 dependencies = [ 3486 3488 "chrono", 3487 3489 "fxhash", 3488 - "indexmap 2.2.5", 3490 + "indexmap 2.2.6", 3489 3491 "itertools", 3490 3492 "pep440_rs", 3491 3493 "pep508_rs", ··· 3508 3510 checksum = "c7f6c3aedd4fa6a50b41be9537c8abc7190ae24f1b0add0ab722275fa0ec8d6d" 3509 3511 dependencies = [ 3510 3512 "quote", 3511 - "syn 2.0.53", 3513 + "syn 2.0.58", 3512 3514 ] 3513 3515 3514 3516 [[package]] 3515 3517 name = "rattler_networking" 3516 - version = "0.19.2" 3518 + version = "0.20.1" 3517 3519 source = "registry+https://github.com/rust-lang/crates.io-index" 3518 - checksum = "92f944900e1008d0760ccbd8a4989e32207728826fc1e2f7c2f639f917739bce" 3520 + checksum = "235b836c1acac144780e2255d8b514fd89d3f7e5e865553f22ff0cc2a5744d21" 3519 3521 dependencies = [ 3520 3522 "anyhow", 3521 3523 "async-trait", ··· 3544 3546 3545 3547 [[package]] 3546 3548 name = "rattler_package_streaming" 3547 - version = "0.20.0" 3549 + version = "0.20.2" 3548 3550 source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "78d226a0aa9317c35d244fc991e77552331007801a6b1a6d63a22325f870c709" 3551 + checksum = "51ab40c7851026ce066437a7aa8f41bd855631de1df7119cd6c4592f5e7c8761" 3550 3552 dependencies = [ 3551 3553 "bzip2", 3552 3554 "chrono", ··· 3571 3573 3572 3574 [[package]] 3573 3575 name = "rattler_repodata_gateway" 3574 - version = "0.19.3" 3576 + version = "0.19.5" 3575 3577 source = "registry+https://github.com/rust-lang/crates.io-index" 3576 - checksum = "b89b63a9fa257cefed44e3de10e95987bf29bfaeb376abd0b40ee33ff0d4a391" 3578 + checksum = "d5a431bebc785418239234de099d93c762f36ee9eccc25fb771e66f7e67dc478" 3577 3579 dependencies = [ 3578 3580 "anyhow", 3579 3581 "async-compression", ··· 3611 3613 3612 3614 [[package]] 3613 3615 name = "rattler_shell" 3614 - version = "0.19.3" 3616 + version = "0.19.6" 3615 3617 source = "registry+https://github.com/rust-lang/crates.io-index" 3616 - checksum = "4b7c92c8397fe02a27cb7cbbbc39a95246e2dd479e13455f0e402e290a475792" 3618 + checksum = "e0786444f12ae6ad5a159a4c5cdca90a8fab06d45998da04e176d3cd1eee0757" 3617 3619 dependencies = [ 3618 3620 "enum_dispatch", 3619 - "indexmap 2.2.5", 3621 + "indexmap 2.2.6", 3620 3622 "itertools", 3621 3623 "rattler_conda_types", 3622 3624 "serde_json", ··· 3629 3631 3630 3632 [[package]] 3631 3633 name = "rattler_solve" 3632 - version = "0.20.2" 3634 + version = "0.20.5" 3633 3635 source = "registry+https://github.com/rust-lang/crates.io-index" 3634 - checksum = "8eecfc2cc975fd3eb54753e3e894ee69a92d1cdb8ef73e99a4526704e72aa368" 3636 + checksum = "52c04b27a7c16d0be56a398236a08575c5180752a07de9b86fa9ae5ccae59326" 3635 3637 dependencies = [ 3636 3638 "anyhow", 3637 3639 "chrono", ··· 3650 3652 3651 3653 [[package]] 3652 3654 name = "rattler_virtual_packages" 3653 - version = "0.19.3" 3655 + version = "0.19.6" 3654 3656 source = "registry+https://github.com/rust-lang/crates.io-index" 3655 - checksum = "b916c2861f98dc500d1c0120e6db60560f4b5a8a5afe1b972d613b6ca24e103a" 3657 + checksum = "3078daeab0c71d739969e28b280bd58450b85e9d360b75feedd23e2b6613b531" 3656 3658 dependencies = [ 3659 + "archspec", 3657 3660 "cfg-if", 3658 3661 "libloading", 3659 3662 "nom", ··· 3668 3671 3669 3672 [[package]] 3670 3673 name = "rayon" 3671 - version = "1.9.0" 3674 + version = "1.10.0" 3672 3675 source = "registry+https://github.com/rust-lang/crates.io-index" 3673 - checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" 3676 + checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 3674 3677 dependencies = [ 3675 3678 "either", 3676 3679 "rayon-core", ··· 3715 3718 3716 3719 [[package]] 3717 3720 name = "redox_users" 3718 - version = "0.4.4" 3721 + version = "0.4.5" 3719 3722 source = "registry+https://github.com/rust-lang/crates.io-index" 3720 - checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 3723 + checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 3721 3724 dependencies = [ 3722 3725 "getrandom", 3723 3726 "libredox", ··· 3737 3740 3738 3741 [[package]] 3739 3742 name = "regex" 3740 - version = "1.10.3" 3743 + version = "1.10.4" 3741 3744 source = "registry+https://github.com/rust-lang/crates.io-index" 3742 - checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 3745 + checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 3743 3746 dependencies = [ 3744 3747 "aho-corasick", 3745 3748 "memchr", 3746 3749 "regex-automata 0.4.6", 3747 - "regex-syntax 0.8.2", 3750 + "regex-syntax 0.8.3", 3748 3751 ] 3749 3752 3750 3753 [[package]] ··· 3764 3767 dependencies = [ 3765 3768 "aho-corasick", 3766 3769 "memchr", 3767 - "regex-syntax 0.8.2", 3770 + "regex-syntax 0.8.3", 3768 3771 ] 3769 3772 3770 3773 [[package]] ··· 3775 3778 3776 3779 [[package]] 3777 3780 name = "regex-syntax" 3778 - version = "0.8.2" 3781 + version = "0.8.3" 3779 3782 source = "registry+https://github.com/rust-lang/crates.io-index" 3780 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 3783 + checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 3781 3784 3782 3785 [[package]] 3783 3786 name = "relative-path" ··· 3797 3800 [[package]] 3798 3801 name = "requirements-txt" 3799 3802 version = "0.0.1" 3800 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 3803 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 3801 3804 dependencies = [ 3802 3805 "async-recursion", 3803 3806 "fs-err", 3804 - "once_cell", 3805 - "pep440_rs", 3806 3807 "pep508_rs", 3807 3808 "regex", 3808 3809 "serde", 3809 - "thiserror", 3810 3810 "tracing", 3811 3811 "unscanny", 3812 3812 "url", ··· 3881 3881 ] 3882 3882 3883 3883 [[package]] 3884 - name = "reqwest-netrc" 3885 - version = "0.1.1" 3886 - source = "registry+https://github.com/rust-lang/crates.io-index" 3887 - checksum = "eca0c58cd4b2978f9697dea94302e772399f559cd175356eb631cb6daaa0b6db" 3888 - dependencies = [ 3889 - "reqwest-middleware", 3890 - "rust-netrc", 3891 - ] 3892 - 3893 - [[package]] 3894 3884 name = "reqwest-retry" 3895 3885 version = "0.3.0" 3896 3886 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3944 3934 dependencies = [ 3945 3935 "bitvec", 3946 3936 "elsa", 3947 - "event-listener 5.2.0", 3937 + "event-listener 5.3.0", 3948 3938 "futures", 3949 3939 "itertools", 3950 3940 "petgraph", ··· 4064 4054 "regex", 4065 4055 "relative-path", 4066 4056 "rustc_version", 4067 - "syn 2.0.53", 4057 + "syn 2.0.58", 4068 4058 "unicode-ident", 4069 4059 ] 4070 4060 ··· 4170 4160 4171 4161 [[package]] 4172 4162 name = "rustversion" 4173 - version = "1.0.14" 4163 + version = "1.0.15" 4174 4164 source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 4165 + checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" 4176 4166 4177 4167 [[package]] 4178 4168 name = "ryu" 4179 4169 version = "1.0.17" 4180 4170 source = "registry+https://github.com/rust-lang/crates.io-index" 4181 4171 checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 4182 - 4183 - [[package]] 4184 - name = "safemem" 4185 - version = "0.3.3" 4186 - source = "registry+https://github.com/rust-lang/crates.io-index" 4187 - checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 4188 4172 4189 4173 [[package]] 4190 4174 name = "same-file" ··· 4211 4195 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4212 4196 4213 4197 [[package]] 4214 - name = "scroll" 4215 - version = "0.12.0" 4216 - source = "registry+https://github.com/rust-lang/crates.io-index" 4217 - checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" 4218 - dependencies = [ 4219 - "scroll_derive", 4220 - ] 4221 - 4222 - [[package]] 4223 - name = "scroll_derive" 4224 - version = "0.12.0" 4225 - source = "registry+https://github.com/rust-lang/crates.io-index" 4226 - checksum = "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" 4227 - dependencies = [ 4228 - "proc-macro2", 4229 - "quote", 4230 - "syn 2.0.53", 4231 - ] 4232 - 4233 - [[package]] 4234 4198 name = "sct" 4235 4199 version = "0.7.1" 4236 4200 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4267 4231 4268 4232 [[package]] 4269 4233 name = "security-framework" 4270 - version = "2.9.2" 4234 + version = "2.10.0" 4271 4235 source = "registry+https://github.com/rust-lang/crates.io-index" 4272 - checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 4236 + checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6" 4273 4237 dependencies = [ 4274 4238 "bitflags 1.3.2", 4275 4239 "core-foundation", ··· 4280 4244 4281 4245 [[package]] 4282 4246 name = "security-framework-sys" 4283 - version = "2.9.1" 4247 + version = "2.10.0" 4284 4248 source = "registry+https://github.com/rust-lang/crates.io-index" 4285 - checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 4249 + checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef" 4286 4250 dependencies = [ 4287 4251 "core-foundation-sys", 4288 4252 "libc", ··· 4341 4305 dependencies = [ 4342 4306 "proc-macro2", 4343 4307 "quote", 4344 - "syn 2.0.53", 4308 + "syn 2.0.58", 4345 4309 ] 4346 4310 4347 4311 [[package]] 4348 4312 name = "serde_json" 4349 - version = "1.0.114" 4313 + version = "1.0.115" 4350 4314 source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 4315 + checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" 4352 4316 dependencies = [ 4353 - "indexmap 2.2.5", 4317 + "indexmap 2.2.6", 4354 4318 "itoa", 4355 4319 "ryu", 4356 4320 "serde", ··· 4364 4328 dependencies = [ 4365 4329 "proc-macro2", 4366 4330 "quote", 4367 - "syn 2.0.53", 4331 + "syn 2.0.58", 4368 4332 ] 4369 4333 4370 4334 [[package]] ··· 4398 4362 "chrono", 4399 4363 "hex", 4400 4364 "indexmap 1.9.3", 4401 - "indexmap 2.2.5", 4365 + "indexmap 2.2.6", 4402 4366 "serde", 4403 4367 "serde_derive", 4404 4368 "serde_json", ··· 4415 4379 "darling", 4416 4380 "proc-macro2", 4417 4381 "quote", 4418 - "syn 2.0.53", 4382 + "syn 2.0.58", 4419 4383 ] 4420 4384 4421 4385 [[package]] 4422 4386 name = "serde_yaml" 4423 - version = "0.9.33" 4387 + version = "0.9.34+deprecated" 4424 4388 source = "registry+https://github.com/rust-lang/crates.io-index" 4425 - checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9" 4389 + checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4426 4390 dependencies = [ 4427 - "indexmap 2.2.5", 4391 + "indexmap 2.2.6", 4428 4392 "itoa", 4429 4393 "ryu", 4430 4394 "serde", ··· 4453 4417 dependencies = [ 4454 4418 "proc-macro2", 4455 4419 "quote", 4456 - "syn 2.0.53", 4420 + "syn 2.0.58", 4457 4421 ] 4458 4422 4459 4423 [[package]] ··· 4543 4507 4544 4508 [[package]] 4545 4509 name = "similar" 4546 - version = "2.4.0" 4510 + version = "2.5.0" 4547 4511 source = "registry+https://github.com/rust-lang/crates.io-index" 4548 - checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" 4512 + checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" 4549 4513 4550 4514 [[package]] 4551 4515 name = "siphasher" ··· 4564 4528 4565 4529 [[package]] 4566 4530 name = "smallvec" 4567 - version = "1.13.1" 4531 + version = "1.13.2" 4568 4532 source = "registry+https://github.com/rust-lang/crates.io-index" 4569 - checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 4533 + checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4570 4534 dependencies = [ 4571 4535 "serde", 4572 4536 ] ··· 4660 4624 4661 4625 [[package]] 4662 4626 name = "strsim" 4663 - version = "0.11.0" 4627 + version = "0.11.1" 4664 4628 source = "registry+https://github.com/rust-lang/crates.io-index" 4665 - checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" 4629 + checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4666 4630 4667 4631 [[package]] 4668 4632 name = "strum" ··· 4683 4647 "proc-macro2", 4684 4648 "quote", 4685 4649 "rustversion", 4686 - "syn 2.0.53", 4650 + "syn 2.0.58", 4687 4651 ] 4688 4652 4689 4653 [[package]] ··· 4732 4696 4733 4697 [[package]] 4734 4698 name = "syn" 4735 - version = "2.0.53" 4699 + version = "2.0.58" 4736 4700 source = "registry+https://github.com/rust-lang/crates.io-index" 4737 - checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" 4701 + checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" 4738 4702 dependencies = [ 4739 4703 "proc-macro2", 4740 4704 "quote", ··· 4748 4712 checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4749 4713 4750 4714 [[package]] 4715 + name = "sys-info" 4716 + version = "0.9.1" 4717 + source = "registry+https://github.com/rust-lang/crates.io-index" 4718 + checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c" 4719 + dependencies = [ 4720 + "cc", 4721 + "libc", 4722 + ] 4723 + 4724 + [[package]] 4725 + name = "sysctl" 4726 + version = "0.5.5" 4727 + source = "registry+https://github.com/rust-lang/crates.io-index" 4728 + checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" 4729 + dependencies = [ 4730 + "bitflags 2.5.0", 4731 + "byteorder", 4732 + "enum-as-inner", 4733 + "libc", 4734 + "thiserror", 4735 + "walkdir", 4736 + ] 4737 + 4738 + [[package]] 4751 4739 name = "sysinfo" 4752 - version = "0.30.7" 4740 + version = "0.30.8" 4753 4741 source = "registry+https://github.com/rust-lang/crates.io-index" 4754 - checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18" 4742 + checksum = "4b1a378e48fb3ce3a5cf04359c456c9c98ff689bcf1c1bc6e6a31f247686f275" 4755 4743 dependencies = [ 4756 4744 "cfg-if", 4757 4745 "core-foundation-sys", ··· 4810 4798 ] 4811 4799 4812 4800 [[package]] 4813 - name = "target-lexicon" 4814 - version = "0.12.14" 4815 - source = "registry+https://github.com/rust-lang/crates.io-index" 4816 - checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 4817 - 4818 - [[package]] 4819 4801 name = "task-local-extensions" 4820 4802 version = "0.1.4" 4821 4803 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4831 4813 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 4832 4814 dependencies = [ 4833 4815 "cfg-if", 4834 - "fastrand 2.0.1", 4816 + "fastrand 2.0.2", 4835 4817 "rustix 0.38.32", 4836 4818 "windows-sys 0.52.0", 4837 4819 ] ··· 4874 4856 dependencies = [ 4875 4857 "proc-macro2", 4876 4858 "quote", 4877 - "syn 2.0.53", 4859 + "syn 2.0.58", 4878 4860 ] 4879 4861 4880 4862 [[package]] ··· 4941 4923 4942 4924 [[package]] 4943 4925 name = "tokio" 4944 - version = "1.36.0" 4926 + version = "1.37.0" 4945 4927 source = "registry+https://github.com/rust-lang/crates.io-index" 4946 - checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 4928 + checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" 4947 4929 dependencies = [ 4948 4930 "backtrace", 4949 4931 "bytes", ··· 4965 4947 dependencies = [ 4966 4948 "proc-macro2", 4967 4949 "quote", 4968 - "syn 2.0.53", 4950 + "syn 2.0.58", 4969 4951 ] 4970 4952 4971 4953 [[package]] ··· 5039 5021 "serde", 5040 5022 "serde_spanned", 5041 5023 "toml_datetime", 5042 - "toml_edit 0.22.8", 5024 + "toml_edit 0.22.9", 5043 5025 ] 5044 5026 5045 5027 [[package]] ··· 5057 5039 source = "registry+https://github.com/rust-lang/crates.io-index" 5058 5040 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 5059 5041 dependencies = [ 5060 - "indexmap 2.2.5", 5042 + "indexmap 2.2.6", 5061 5043 "toml_datetime", 5062 5044 "winnow 0.5.40", 5063 5045 ] 5064 5046 5065 5047 [[package]] 5066 5048 name = "toml_edit" 5067 - version = "0.22.8" 5049 + version = "0.22.9" 5068 5050 source = "registry+https://github.com/rust-lang/crates.io-index" 5069 - checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd" 5051 + checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" 5070 5052 dependencies = [ 5071 - "indexmap 2.2.5", 5053 + "indexmap 2.2.6", 5072 5054 "serde", 5073 5055 "serde_spanned", 5074 5056 "toml_datetime", ··· 5100 5082 dependencies = [ 5101 5083 "proc-macro2", 5102 5084 "quote", 5103 - "syn 2.0.53", 5085 + "syn 2.0.58", 5104 5086 ] 5105 5087 5106 5088 [[package]] ··· 5169 5151 source = "registry+https://github.com/rust-lang/crates.io-index" 5170 5152 checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5171 5153 dependencies = [ 5172 - "memoffset 0.9.0", 5154 + "memoffset 0.9.1", 5173 5155 "tempfile", 5174 5156 "winapi", 5175 5157 ] ··· 5277 5259 [[package]] 5278 5260 name = "uv-auth" 5279 5261 version = "0.0.1" 5280 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5262 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5281 5263 dependencies = [ 5264 + "async-trait", 5265 + "base64 0.21.7", 5266 + "once_cell", 5267 + "reqwest", 5268 + "reqwest-middleware", 5269 + "rust-netrc", 5270 + "task-local-extensions", 5271 + "thiserror", 5282 5272 "tracing", 5283 5273 "url", 5274 + "urlencoding", 5284 5275 ] 5285 5276 5286 5277 [[package]] 5287 5278 name = "uv-build" 5288 5279 version = "0.0.1" 5289 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5280 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5290 5281 dependencies = [ 5291 5282 "anyhow", 5292 5283 "distribution-types", ··· 5294 5285 "indoc", 5295 5286 "itertools", 5296 5287 "once_cell", 5288 + "pep440_rs", 5297 5289 "pep508_rs", 5298 - "platform-host", 5299 - "pypi-types", 5300 - "pyproject-toml", 5301 5290 "regex", 5302 5291 "rustc-hash", 5303 5292 "serde", ··· 5307 5296 "tokio", 5308 5297 "toml", 5309 5298 "tracing", 5310 - "uv-extract", 5311 5299 "uv-fs", 5312 5300 "uv-interpreter", 5313 5301 "uv-traits", ··· 5317 5305 [[package]] 5318 5306 name = "uv-cache" 5319 5307 version = "0.0.1" 5320 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5308 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5321 5309 dependencies = [ 5322 5310 "cache-key", 5323 5311 "cachedir", ··· 5326 5314 "fs-err", 5327 5315 "nanoid", 5328 5316 "pypi-types", 5317 + "rmp-serde", 5318 + "rustc-hash", 5329 5319 "serde", 5330 5320 "tempfile", 5331 5321 "tracing", ··· 5338 5328 [[package]] 5339 5329 name = "uv-client" 5340 5330 version = "0.0.1" 5341 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5331 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5342 5332 dependencies = [ 5343 5333 "anyhow", 5344 5334 "async-trait", ··· 5359 5349 "pypi-types", 5360 5350 "reqwest", 5361 5351 "reqwest-middleware", 5362 - "reqwest-netrc", 5363 5352 "reqwest-retry 0.3.0", 5364 5353 "rkyv", 5365 5354 "rmp-serde", 5366 5355 "rustc-hash", 5356 + "rustls", 5357 + "rustls-native-certs", 5367 5358 "serde", 5368 5359 "serde_json", 5369 - "sha2", 5360 + "sys-info", 5370 5361 "task-local-extensions", 5371 5362 "tempfile", 5372 5363 "thiserror", ··· 5382 5373 "uv-normalize", 5383 5374 "uv-version", 5384 5375 "uv-warnings", 5376 + "webpki-roots", 5385 5377 ] 5386 5378 5387 5379 [[package]] 5388 5380 name = "uv-dispatch" 5389 5381 version = "0.0.1" 5390 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5382 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5391 5383 dependencies = [ 5392 5384 "anyhow", 5393 5385 "distribution-types", 5394 - "fs-err", 5395 5386 "futures", 5396 5387 "itertools", 5397 5388 "pep508_rs", 5398 - "platform-host", 5399 - "platform-tags", 5400 - "pypi-types", 5401 5389 "rustc-hash", 5402 - "tempfile", 5403 - "tokio", 5404 5390 "tracing", 5405 5391 "uv-build", 5406 5392 "uv-cache", 5407 5393 "uv-client", 5408 - "uv-distribution", 5409 5394 "uv-installer", 5410 5395 "uv-interpreter", 5411 5396 "uv-resolver", 5412 5397 "uv-traits", 5413 - "uv-virtualenv", 5414 5398 ] 5415 5399 5416 5400 [[package]] 5417 5401 name = "uv-distribution" 5418 5402 version = "0.0.1" 5419 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5403 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5420 5404 dependencies = [ 5421 5405 "anyhow", 5422 5406 "cache-key", ··· 5431 5415 "platform-tags", 5432 5416 "pypi-types", 5433 5417 "reqwest", 5418 + "reqwest-middleware", 5434 5419 "rmp-serde", 5435 5420 "rustc-hash", 5436 5421 "serde", ··· 5453 5438 [[package]] 5454 5439 name = "uv-extract" 5455 5440 version = "0.0.1" 5456 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5441 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5457 5442 dependencies = [ 5458 5443 "async-compression", 5459 5444 "async_zip", 5460 - "flate2", 5461 5445 "fs-err", 5462 5446 "futures", 5463 5447 "rayon", ··· 5473 5457 [[package]] 5474 5458 name = "uv-fs" 5475 5459 version = "0.0.1" 5476 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5460 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5477 5461 dependencies = [ 5462 + "backoff", 5478 5463 "dunce", 5464 + "encoding_rs_io", 5479 5465 "fs-err", 5480 5466 "fs2", 5481 5467 "junction", 5468 + "once_cell", 5482 5469 "tempfile", 5470 + "tokio", 5483 5471 "tracing", 5484 5472 "urlencoding", 5485 5473 "uv-warnings", ··· 5488 5476 [[package]] 5489 5477 name = "uv-git" 5490 5478 version = "0.0.1" 5491 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5479 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5492 5480 dependencies = [ 5493 5481 "anyhow", 5494 5482 "base64 0.21.7", ··· 5497 5485 "fs-err", 5498 5486 "git2", 5499 5487 "glob", 5500 - "hex", 5501 5488 "hmac", 5502 5489 "home", 5503 - "once_cell", 5504 5490 "rand", 5505 5491 "reqwest", 5506 - "serde", 5507 5492 "sha1", 5508 5493 "tokio", 5509 5494 "tracing", ··· 5514 5499 [[package]] 5515 5500 name = "uv-installer" 5516 5501 version = "0.0.1" 5517 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5502 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5518 5503 dependencies = [ 5519 5504 "anyhow", 5520 5505 "async-channel", 5521 - "distribution-filename", 5522 5506 "distribution-types", 5523 5507 "fs-err", 5524 5508 "futures", 5525 5509 "install-wheel-rs", 5526 - "once-map", 5527 5510 "pep440_rs", 5528 5511 "pep508_rs", 5529 5512 "platform-tags", ··· 5544 5527 "uv-distribution", 5545 5528 "uv-extract", 5546 5529 "uv-fs", 5547 - "uv-git", 5548 5530 "uv-interpreter", 5549 5531 "uv-normalize", 5550 5532 "uv-traits", ··· 5555 5537 [[package]] 5556 5538 name = "uv-interpreter" 5557 5539 version = "0.0.1" 5558 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5540 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5559 5541 dependencies = [ 5560 5542 "cache-key", 5561 5543 "configparser", ··· 5564 5546 "once_cell", 5565 5547 "pep440_rs", 5566 5548 "pep508_rs", 5567 - "platform-host", 5568 5549 "platform-tags", 5569 5550 "pypi-types", 5570 5551 "regex", ··· 5572 5553 "same-file", 5573 5554 "serde", 5574 5555 "serde_json", 5556 + "tempfile", 5575 5557 "thiserror", 5576 - "tokio", 5577 5558 "tracing", 5578 5559 "uv-cache", 5579 5560 "uv-fs", ··· 5584 5565 [[package]] 5585 5566 name = "uv-normalize" 5586 5567 version = "0.0.1" 5587 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5568 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5588 5569 dependencies = [ 5589 5570 "rkyv", 5590 5571 "serde", ··· 5593 5574 [[package]] 5594 5575 name = "uv-resolver" 5595 5576 version = "0.0.1" 5596 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5577 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5597 5578 dependencies = [ 5598 5579 "anstream", 5599 5580 "anyhow", ··· 5604 5585 "distribution-filename", 5605 5586 "distribution-types", 5606 5587 "either", 5607 - "fs-err", 5608 5588 "futures", 5609 - "indexmap 2.2.5", 5610 - "install-wheel-rs", 5589 + "indexmap 2.2.6", 5611 5590 "itertools", 5612 5591 "once-map", 5613 5592 "once_cell", ··· 5615 5594 "pep440_rs", 5616 5595 "pep508_rs", 5617 5596 "petgraph", 5618 - "platform-host", 5619 5597 "platform-tags", 5620 5598 "pubgrub", 5621 5599 "pypi-types", 5622 - "reqwest", 5600 + "requirements-txt", 5623 5601 "rkyv", 5624 5602 "rustc-hash", 5625 - "serde_json", 5626 - "sha2", 5627 - "tempfile", 5628 5603 "thiserror", 5629 5604 "tokio", 5630 5605 "tokio-stream", 5631 - "tokio-util", 5632 5606 "tracing", 5633 5607 "url", 5634 5608 "uv-cache", 5635 5609 "uv-client", 5636 5610 "uv-distribution", 5637 - "uv-git", 5638 5611 "uv-interpreter", 5639 5612 "uv-normalize", 5640 5613 "uv-traits", 5641 5614 "uv-warnings", 5642 - "zip", 5643 5615 ] 5644 5616 5645 5617 [[package]] 5646 5618 name = "uv-traits" 5647 5619 version = "0.0.1" 5648 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5620 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5649 5621 dependencies = [ 5650 5622 "anyhow", 5651 5623 "distribution-types", ··· 5653 5625 "pep508_rs", 5654 5626 "serde", 5655 5627 "serde_json", 5656 - "tokio", 5657 5628 "uv-cache", 5658 5629 "uv-interpreter", 5659 5630 "uv-normalize", ··· 5661 5632 5662 5633 [[package]] 5663 5634 name = "uv-version" 5664 - version = "0.1.16" 5665 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5635 + version = "0.1.24" 5636 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5666 5637 5667 5638 [[package]] 5668 5639 name = "uv-virtualenv" 5669 5640 version = "0.0.4" 5670 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5641 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5671 5642 dependencies = [ 5672 5643 "anstream", 5673 5644 "cachedir", 5674 5645 "directories", 5675 5646 "fs-err", 5676 5647 "pathdiff", 5677 - "platform-host", 5648 + "platform-tags", 5678 5649 "pypi-types", 5679 - "serde", 5680 - "serde_json", 5681 - "tempfile", 5682 5650 "thiserror", 5683 5651 "tracing", 5684 5652 "uv-cache", 5685 5653 "uv-fs", 5686 5654 "uv-interpreter", 5687 - "which", 5688 5655 ] 5689 5656 5690 5657 [[package]] 5691 5658 name = "uv-warnings" 5692 5659 version = "0.0.1" 5693 - source = "git+https://github.com/astral-sh/uv?tag=0.1.16#9f1452cb72e1da912f0653e398ac4ecb81244a82" 5660 + source = "git+https://github.com/astral-sh/uv?tag=0.1.24#01b7a27be42b3673f25e0ab64dfe1a6cebcc3a2f" 5694 5661 dependencies = [ 5695 5662 "anstream", 5696 5663 "once_cell", ··· 5768 5735 "once_cell", 5769 5736 "proc-macro2", 5770 5737 "quote", 5771 - "syn 2.0.53", 5738 + "syn 2.0.58", 5772 5739 "wasm-bindgen-shared", 5773 5740 ] 5774 5741 ··· 5802 5769 dependencies = [ 5803 5770 "proc-macro2", 5804 5771 "quote", 5805 - "syn 2.0.53", 5772 + "syn 2.0.58", 5806 5773 "wasm-bindgen-backend", 5807 5774 "wasm-bindgen-shared", 5808 5775 ] ··· 5859 5826 5860 5827 [[package]] 5861 5828 name = "which" 5862 - version = "6.0.0" 5829 + version = "6.0.1" 5863 5830 source = "registry+https://github.com/rust-lang/crates.io-index" 5864 - checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c" 5831 + checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7" 5865 5832 dependencies = [ 5866 5833 "either", 5867 5834 "home", 5868 - "once_cell", 5869 5835 "rustix 0.38.32", 5870 - "windows-sys 0.52.0", 5836 + "winsafe", 5871 5837 ] 5872 5838 5873 5839 [[package]] ··· 6110 6076 ] 6111 6077 6112 6078 [[package]] 6079 + name = "winsafe" 6080 + version = "0.0.19" 6081 + source = "registry+https://github.com/rust-lang/crates.io-index" 6082 + checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 6083 + 6084 + [[package]] 6113 6085 name = "wyz" 6114 6086 version = "0.5.1" 6115 6087 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6144 6116 version = "0.8.10" 6145 6117 source = "registry+https://github.com/rust-lang/crates.io-index" 6146 6118 checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" 6147 - 6148 - [[package]] 6149 - name = "yaml-rust" 6150 - version = "0.4.5" 6151 - source = "registry+https://github.com/rust-lang/crates.io-index" 6152 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 6153 - dependencies = [ 6154 - "linked-hash-map", 6155 - ] 6156 6119 6157 6120 [[package]] 6158 6121 name = "yansi" ··· 6247 6210 6248 6211 [[package]] 6249 6212 name = "zstd" 6250 - version = "0.13.0" 6213 + version = "0.13.1" 6251 6214 source = "registry+https://github.com/rust-lang/crates.io-index" 6252 - checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" 6215 + checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a" 6253 6216 dependencies = [ 6254 6217 "zstd-safe", 6255 6218 ] 6256 6219 6257 6220 [[package]] 6258 6221 name = "zstd-safe" 6259 - version = "7.0.0" 6222 + version = "7.1.0" 6260 6223 source = "registry+https://github.com/rust-lang/crates.io-index" 6261 - checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" 6224 + checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a" 6262 6225 dependencies = [ 6263 6226 "zstd-sys", 6264 6227 ] 6265 6228 6266 6229 [[package]] 6267 6230 name = "zstd-sys" 6268 - version = "2.0.9+zstd.1.5.5" 6231 + version = "2.0.10+zstd.1.5.6" 6269 6232 source = "registry+https://github.com/rust-lang/crates.io-index" 6270 - checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" 6233 + checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" 6271 6234 dependencies = [ 6272 6235 "cc", 6273 6236 "pkg-config",
+6 -4
pkgs/by-name/pi/pixi/package.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "pixi"; 16 - version = "0.17.1"; 16 + version = "0.19.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "prefix-dev"; 20 20 repo = "pixi"; 21 21 rev = "v${version}"; 22 - hash = "sha256-wYk77i/33J+VJeT+Bi3L8DJv9quP7VJkcq3voA6U/1s="; 22 + hash = "sha256-rCnW2Ghh6SN1G9u4ybk0jUUFYevH6FozeSjXZfJhW8s="; 23 23 }; 24 24 25 25 cargoLock = { 26 26 lockFile = ./Cargo.lock; 27 27 outputHashes = { 28 28 "async_zip-0.0.16" = "sha256-M94ceTCtyQc1AtPXYrVGplShQhItqZZa/x5qLiL+gs0="; 29 - "cache-key-0.0.1" = "sha256-CvaYXtgd8eqzPNoXukjPwaoT/QOlUVKYNzD8Db6on9Q="; 30 - "pubgrub-0.2.1" = "sha256-1teDXUkXPbL7LZAYrlm2w5CEyb8g0bDqNhg5Jn0/puc="; 29 + "cache-key-0.0.1" = "sha256-XsBTfe2+J5CGdjYZjhgxiP20OA7+VTCvD9JniLOjhKs="; 30 + "pubgrub-0.2.1" = "sha256-SdgxoJ37cs+XwWRCFX4uKhJ9Juu9R/jENb6tzUMam4k="; 31 31 }; 32 32 }; 33 33 ··· 65 65 "--skip=add_pypi_functionality" 66 66 "--skip=test_alias" 67 67 "--skip=test_cwd" 68 + "--skip=test_compressed_mapping_catch_missing_package" 68 69 "--skip=test_incremental_lock_file" 70 + "--skip=test_purl_are_added_for_pypi" 69 71 ]; 70 72 71 73 postInstall = ''
+28
pkgs/by-name/ta/tailscalesd/package.nix
··· 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub 5 + }: 6 + 7 + buildGoModule rec { 8 + pname = "tailscalesd"; 9 + version = "0.3.0"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "cfunkhouser"; 13 + repo = "tailscalesd"; 14 + rev = "v${version}"; 15 + hash = "sha256-OcvLVsPtAIaGTxk5SKNme0+i0PsDc8uY/sDcM/L5yqU="; 16 + }; 17 + 18 + vendorHash = "sha256-cBHAo2RL7Q6TJbv1QYrescMFwbSUnGlOmTqqt8CZ/qc="; 19 + 20 + meta = { 21 + description = "Prometheus Service Discovery for Tailscale"; 22 + changelog = "https://github.com/cfunkhouser/tailscalesd/releases/tag/v${version}"; 23 + homepage = "https://github.com/cfunkhouser/tailscalesd"; 24 + license = lib.licenses.mit; 25 + maintainers = with lib.maintainers; [ SuperSandro2000 ]; 26 + mainProgram = "tailscalesd"; 27 + }; 28 + }
+2 -2
pkgs/development/libraries/botan/3.0.nix
··· 1 1 { callPackage, ... } @ args: 2 2 3 3 callPackage ./generic.nix (args // { 4 - baseVersion = "3.3"; 4 + baseVersion = "3.4"; 5 5 revision = "0"; 6 - hash = "sha256-No8R9CbxIFrtuenjI2ihZTXcEb1gNRBm5vZmTsNrhbk="; 6 + hash = "sha256-cYQ6/MCixYX48z+jBPC1iuS5xdgwb4lGZ7N0YEQndVc="; 7 7 })
+2 -2
pkgs/development/libraries/libfilezilla/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "libfilezilla"; 15 - version = "0.46.0"; 15 + version = "0.47.0"; 16 16 17 17 src = fetchurl { 18 18 url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz"; 19 - hash = "sha256-OHr1xNSENIKl+/GD0B3ZYZtLha+g1olcXuyzpgEvrCE="; 19 + hash = "sha256-YYpYa2E773EKYzxCv92mFmbLsPyKkq1JA2HQvJHFg0E="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ autoreconfHook pkg-config ];
+2 -4
pkgs/development/libraries/qt-6/default.nix
··· 203 203 } ./hooks/qmake-hook.sh) 204 204 { }; 205 205 } // lib.optionalAttrs config.allowAliases { 206 - # Convert to a throw on 03-01-2023 and backport the change. 207 - # Warnings show up in various cli tool outputs, throws do not. 208 - # Remove completely before 24.05 209 - overrideScope' = lib.warnIf (lib.isInOldestRelease 2311) "qt6 now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"." self.overrideScope; 206 + # Remove completely before 24.11 207 + overrideScope' = builtins.throw "qt6 now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"."; 210 208 }; 211 209 212 210 baseScope = makeScopeWithSplicing' {
+2 -2
pkgs/development/python-modules/llama-index-readers-file/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "llama-index-readers-file"; 17 - version = "0.1.17"; 17 + version = "0.1.18"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 22 22 src = fetchPypi { 23 23 pname = "llama_index_readers_file"; 24 24 inherit version; 25 - hash = "sha256-JAZgypPAQ4P8Suv6nJva60N5ClM+aIa0Yxpfx/ABkMo="; 25 + hash = "sha256-kcmHHoDXyRGk4rsmXuRsPbapPWgbpt33MXUs13ZLNos="; 26 26 }; 27 27 28 28 pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/llama-parse/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "llama-parse"; 11 - version = "0.4.0"; 11 + version = "0.4.1"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 16 16 src = fetchPypi { 17 17 pname = "llama_parse"; 18 18 inherit version; 19 - hash = "sha256-7lIelCLbSNvfADA8tukPEGYTGWC1yk4U9bWm22t5F+I="; 19 + hash = "sha256-1yOvhNah/JnrQxkV0hhl0gt22KJG26oSTR+WyVamRPc="; 20 20 }; 21 21 22 22 build-system = [
+2 -2
pkgs/development/python-modules/microsoft-kiota-serialization-json/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "microsoft-kiota-serialization-json"; 16 - version = "1.1.0"; 16 + version = "1.2.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "microsoft"; 23 23 repo = "kiota-serialization-json-python"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-igMqwoKArfQ37pzdjUICgXY795dfg/MX65iwTVe0sLM="; 25 + hash = "sha256-/Bar1tQ3w8kfC53OuKxTlS+Dq4sX47lev7fjJeo6JJ0="; 26 26 }; 27 27 28 28 build-system = [ flit-core ];
+2 -2
pkgs/development/python-modules/playwrightcapture/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "playwrightcapture"; 24 - version = "1.24.3"; 24 + version = "1.24.4"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.8"; ··· 30 30 owner = "Lookyloo"; 31 31 repo = "PlaywrightCapture"; 32 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-T/6WfDFW4m9bB09mBwKw1I0iQ0HF0I2Pzf2MXExJVGY="; 33 + hash = "sha256-/6Sdn4SdJ7e2Lm6Gl0oaLNWeb6XouLgtjNJbVYstL4w="; 34 34 }; 35 35 36 36 pythonRelaxDeps = [
+3 -3
pkgs/development/python-modules/pulsar/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pulsar"; 14 - version = "3.4.0"; 14 + version = "3.5.0"; 15 15 format = "setuptools"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "apache"; 19 19 repo = "pulsar-client-python"; 20 - rev = "v${version}"; 21 - hash = "sha256-WcD88s8V4AT/juW0qmYHdtYzrS3hWeom/4r8TETlmFE="; 20 + rev = "refs/tags/v${version}"; 21 + hash = "sha256-2Ahv0lfeHuBhGIYhiTjKegEKsJqHkpK3Qu6xBnjsanI="; 22 22 }; 23 23 24 24 disabled = pythonOlder "3.7";
+3 -3
pkgs/development/tools/misc/reviewdog/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "reviewdog"; 5 - version = "0.17.2"; 5 + version = "0.17.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = pname; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-NjVw+GU27ARqytpupJETAGGh0DfyuFsP637Mv+P4+zs="; 11 + hash = "sha256-9iXQKwzcWATnqsKrDAyLAkuRHUsfxfEpyeCxZ1JUpV8="; 12 12 }; 13 13 14 - vendorHash = "sha256-HZpRHFmEaE+MBvKJ8f5IEMmg2eIIrVGxM/jxhIgEqi0="; 14 + vendorHash = "sha256-cq8KD2STIpPSB3RXv9sl8Bty1noUQak5FZfrfq1rj10="; 15 15 16 16 doCheck = false; 17 17
+2 -2
pkgs/misc/lilypond/unstable.nix
··· 1 1 { lib, fetchurl, lilypond }: 2 2 3 3 lilypond.overrideAttrs (oldAttrs: rec { 4 - version = "2.25.13"; 4 + version = "2.25.14"; 5 5 src = fetchurl { 6 6 url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; 7 - hash = "sha256-ojoW3hq+DvgGlvWSRNk9VCooRzi5spp8o8oKqb74tmc="; 7 + hash = "sha256-b0qfNjr5jxEJbCYINX2/JhESMOIf9DefRHI47gn5Zio="; 8 8 }; 9 9 10 10 passthru.updateScript = {
+5 -3
pkgs/servers/sunshine/default.nix
··· 23 23 , curl 24 24 , pcre 25 25 , pcre2 26 + , python3 26 27 , libuuid 27 28 , libselinux 28 29 , libsepol ··· 50 51 in 51 52 stdenv'.mkDerivation rec { 52 53 pname = "sunshine"; 53 - version = "0.22.2"; 54 + version = "0.23.0"; 54 55 55 56 src = fetchFromGitHub { 56 57 owner = "LizardByte"; 57 58 repo = "Sunshine"; 58 59 rev = "v${version}"; 59 - sha256 = "sha256-So8fX0XQoW2cdTWWENoE07EU6e8vvjeTpizLoaDTjeg="; 60 + sha256 = "sha256-K43LZ7zouTRUI4xhiHuRzu2tN7mUl1nTapuR34JR/Ac="; 60 61 fetchSubmodules = true; 61 62 }; 62 63 ··· 69 70 ui = buildNpmPackage { 70 71 inherit src version; 71 72 pname = "sunshine-ui"; 72 - npmDepsHash = "sha256-0487ntbJZ20MZHezQ+Z3EJkidF3Dgoh/mynYwR7k/+I="; 73 + npmDepsHash = "sha256-I7IrCR7eQ97a8cPB8F8+T0zX8iJcwh+YtZ9QRtEVZtI="; 73 74 74 75 # use generated package-lock.json as upstream does not provide one 75 76 postPatch = '' ··· 85 86 nativeBuildInputs = [ 86 87 cmake 87 88 pkg-config 89 + python3 88 90 makeWrapper 89 91 # Avoid fighting upstream's usage of vendored ffmpeg libraries 90 92 autoPatchelfHook
+8 -9
pkgs/servers/sunshine/dont-build-webui.patch
··· 1 - diff --git a/cmake/targets/common.cmake b/cmake/targets/common.cmake 2 - index 9f2ce08..8c32b8f 100644 3 - --- a/cmake/targets/common.cmake 4 - +++ b/cmake/targets/common.cmake 5 - @@ -48,8 +48,4 @@ else() 6 - set(NPM_BUILD_HOMEBREW "") 7 - endif() 1 + diff --git a/cmake/targets/unix.cmake b/cmake/targets/unix.cmake 2 + index 2ce0378..10d8262 100644 3 + --- a/cmake/targets/unix.cmake 4 + +++ b/cmake/targets/unix.cmake 5 + @@ -1,8 +1,3 @@ 6 + # unix specific target definitions 7 + # put anything here that applies to both linux and macos 8 8 9 9 -#WebUI build 10 10 -add_custom_target(web-ui ALL 11 11 - WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" 12 12 - COMMENT "Installing NPM Dependencies and Building the Web UI" 13 - - COMMAND bash -c \"npm install && SUNSHINE_BUILD_HOMEBREW=${NPM_BUILD_HOMEBREW} SUNSHINE_SOURCE_ASSETS_DIR=${NPM_SOURCE_ASSETS_DIR} SUNSHINE_ASSETS_DIR=${NPM_ASSETS_DIR} npm run build\") # cmake-lint: disable=C0301 14 - + 13 + - COMMAND bash -c \"npm install && SUNSHINE_BUILD_HOMEBREW=${NPM_BUILD_HOMEBREW} SUNSHINE_SOURCE_ASSETS_DIR=${NPM_SOURCE_ASSETS_DIR} SUNSHINE_ASSETS_DIR=${NPM_ASSETS_DIR} npm run build\") # cmake-lint: disable=C0301
+87 -21
pkgs/servers/sunshine/package-lock.json
··· 5 5 "packages": { 6 6 "": { 7 7 "dependencies": { 8 - "@fortawesome/fontawesome-free": "6.5.1", 8 + "@fortawesome/fontawesome-free": "6.5.2", 9 9 "@popperjs/core": "2.11.8", 10 10 "@vitejs/plugin-vue": "4.6.2", 11 11 "bootstrap": "5.3.3", 12 12 "vite": "4.5.2", 13 13 "vite-plugin-ejs": "1.6.4", 14 - "vue": "3.4.5" 14 + "vue": "3.4.5", 15 + "vue-i18n": "9.11.0" 15 16 } 16 17 }, 17 18 "node_modules/@babel/parser": { 18 - "version": "7.24.0", 19 - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz", 20 - "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==", 19 + "version": "7.24.4", 20 + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz", 21 + "integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==", 21 22 "bin": { 22 23 "parser": "bin/babel-parser.js" 23 24 }, ··· 356 357 } 357 358 }, 358 359 "node_modules/@fortawesome/fontawesome-free": { 359 - "version": "6.5.1", 360 - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.1.tgz", 361 - "integrity": "sha512-CNy5vSwN3fsUStPRLX7fUYojyuzoEMSXPl7zSLJ8TgtRfjv24LOnOWKT2zYwaHZCJGkdyRnTmstR0P+Ah503Gw==", 360 + "version": "6.5.2", 361 + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.2.tgz", 362 + "integrity": "sha512-hRILoInAx8GNT5IMkrtIt9blOdrqHOnPBH+k70aWUAqPZPgopb9G5EQJFpaBx/S8zp2fC+mPW349Bziuk1o28Q==", 362 363 "hasInstallScript": true, 363 364 "engines": { 364 365 "node": ">=6" 365 366 } 366 367 }, 368 + "node_modules/@intlify/core-base": { 369 + "version": "9.11.0", 370 + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.11.0.tgz", 371 + "integrity": "sha512-cveOqAstjLZIiyatcP/HrzrQ87cZI8ScPQna3yvoM8zjcjcIRK1MRvmxUNlPdg0rTNJMZw7rixPVM58O5aHVPA==", 372 + "dependencies": { 373 + "@intlify/message-compiler": "9.11.0", 374 + "@intlify/shared": "9.11.0" 375 + }, 376 + "engines": { 377 + "node": ">= 16" 378 + }, 379 + "funding": { 380 + "url": "https://github.com/sponsors/kazupon" 381 + } 382 + }, 383 + "node_modules/@intlify/message-compiler": { 384 + "version": "9.11.0", 385 + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.11.0.tgz", 386 + "integrity": "sha512-x31Gl7cscnoI4UUY1yaIy8e7vVMVW1VVlTXZz4SIHKqoSEUkfmgqK8NAx1e7RcoHEbICR7uyCbud0ZL1s4OGXQ==", 387 + "dependencies": { 388 + "@intlify/shared": "9.11.0", 389 + "source-map-js": "^1.0.2" 390 + }, 391 + "engines": { 392 + "node": ">= 16" 393 + }, 394 + "funding": { 395 + "url": "https://github.com/sponsors/kazupon" 396 + } 397 + }, 398 + "node_modules/@intlify/shared": { 399 + "version": "9.11.0", 400 + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.11.0.tgz", 401 + "integrity": "sha512-KHSNgi7sRjmSm7aD8QH8WFt9VfKaekJuJ473opbJlkGY3EDnDUU8ikIhG8PbasQbgNvbY3m3tWNGqk2omIdwMA==", 402 + "engines": { 403 + "node": ">= 16" 404 + }, 405 + "funding": { 406 + "url": "https://github.com/sponsors/kazupon" 407 + } 408 + }, 367 409 "node_modules/@jridgewell/sourcemap-codec": { 368 410 "version": "1.4.15", 369 411 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", ··· 435 477 "@vue/compiler-dom": "3.4.5", 436 478 "@vue/shared": "3.4.5" 437 479 } 480 + }, 481 + "node_modules/@vue/devtools-api": { 482 + "version": "6.6.1", 483 + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.1.tgz", 484 + "integrity": "sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==" 438 485 }, 439 486 "node_modules/@vue/reactivity": { 440 487 "version": "3.4.5", ··· 573 620 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" 574 621 }, 575 622 "node_modules/ejs": { 576 - "version": "3.1.9", 577 - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", 578 - "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", 623 + "version": "3.1.10", 624 + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", 625 + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", 579 626 "dependencies": { 580 627 "jake": "^10.8.5" 581 628 }, ··· 704 751 } 705 752 }, 706 753 "node_modules/magic-string": { 707 - "version": "0.30.8", 708 - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", 709 - "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", 754 + "version": "0.30.9", 755 + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.9.tgz", 756 + "integrity": "sha512-S1+hd+dIrC8EZqKyT9DstTH/0Z+f76kmmvZnkfQVmOpDEF9iVgdYif3Q/pIWHmCoo59bQVGW0kVL3e2nl+9+Sw==", 710 757 "dependencies": { 711 758 "@jridgewell/sourcemap-codec": "^1.4.15" 712 759 }, ··· 748 795 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" 749 796 }, 750 797 "node_modules/postcss": { 751 - "version": "8.4.35", 752 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", 753 - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", 798 + "version": "8.4.38", 799 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", 800 + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", 754 801 "funding": [ 755 802 { 756 803 "type": "opencollective", ··· 768 815 "dependencies": { 769 816 "nanoid": "^3.3.7", 770 817 "picocolors": "^1.0.0", 771 - "source-map-js": "^1.0.2" 818 + "source-map-js": "^1.2.0" 772 819 }, 773 820 "engines": { 774 821 "node": "^10 || ^12 || >=14" ··· 790 837 } 791 838 }, 792 839 "node_modules/source-map-js": { 793 - "version": "1.0.3", 794 - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.3.tgz", 795 - "integrity": "sha512-H/5Vyeo/I1hqIdOS0m1Q63OPr0yFdZLaiVkr8ap/WyIVGdU3PyoOV/HXY8+PJE2M43+n11FY5zWQnNRNnD1UFg==", 840 + "version": "1.2.0", 841 + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", 842 + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", 796 843 "engines": { 797 844 "node": ">=0.10.0" 798 845 } ··· 888 935 "typescript": { 889 936 "optional": true 890 937 } 938 + } 939 + }, 940 + "node_modules/vue-i18n": { 941 + "version": "9.11.0", 942 + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.11.0.tgz", 943 + "integrity": "sha512-vU4gY6lu8Pdfs9BgKGiDAJmFDf88cceR47KcSB0VW4xJzUrXR/7qwqM7A8dQ2nedhoIDxoOm5Ro4pFd2KvJqbA==", 944 + "dependencies": { 945 + "@intlify/core-base": "9.11.0", 946 + "@intlify/shared": "9.11.0", 947 + "@vue/devtools-api": "^6.5.0" 948 + }, 949 + "engines": { 950 + "node": ">= 16" 951 + }, 952 + "funding": { 953 + "url": "https://github.com/sponsors/kazupon" 954 + }, 955 + "peerDependencies": { 956 + "vue": "^3.0.0" 891 957 } 892 958 } 893 959 }
+2 -2
pkgs/tools/bluetooth/blueman/default.nix
··· 8 8 9 9 in stdenv.mkDerivation rec { 10 10 pname = "blueman"; 11 - version = "2.4"; 11 + version = "2.4.1"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz"; 15 - sha256 = "sha256-Gfp3bpWQuy0w6pBcHJaCIyo0fX66qwqdSz1guv5J+uE="; 15 + sha256 = "sha256-B9jePkpBLFkOoPqTlQ32suSHsDF6QI7Cnh1qwiutYNs="; 16 16 }; 17 17 18 18 nativeBuildInputs = [
+5 -3
pkgs/tools/misc/goose/default.nix
··· 18 18 proxyVendor = true; 19 19 vendorHash = "sha256-aoBxReKRk7dkFR/fJ5uHDZrJRGutLTU2BhDWCTBN2BA="; 20 20 21 - # end-to-end tests require a docker daemon 21 + # skipping: end-to-end tests require a docker daemon 22 22 postPatch = '' 23 23 rm -r tests/e2e 24 24 rm -r tests/gomigrations ··· 32 32 ]; 33 33 34 34 checkFlags = [ 35 - # these also require a docker daemon 36 - "-skip=TestClickUpDown|TestClickHouseFirstThree" 35 + # NOTE: 36 + # - skipping: these also require a docker daemon 37 + # - these are for go tests that live outside of the /tests directory 38 + "-skip=TestClickUpDown|TestClickHouseFirstThree|TestLockModeAdvisorySession|TestDialectStore|TestGoMigrationStats|TestPostgresSessionLocker" 37 39 ]; 38 40 39 41 doCheck = !stdenv.isDarwin;
+2 -2
pkgs/tools/misc/tmuxp/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "tmuxp"; 5 - version = "1.45.0"; 5 + version = "1.46.0"; 6 6 pyproject = true; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - hash = "sha256-I7P/CohipEwrxoelU/ePSv2PHgM3HXdVVadpntVFcrQ="; 10 + hash = "sha256-+aXpsB4mjw9sZLalv3knW8okP+mh2P/nbZCiCwa3UBU="; 11 11 }; 12 12 13 13 nativeBuildInputs = [
+17 -7
pkgs/tools/misc/twitch-dl/default.nix pkgs/by-name/tw/twitch-dl/package.nix
··· 7 7 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "twitch-dl"; 10 - version = "2.1.4"; 11 - 12 - format = "setuptools"; 10 + version = "2.2.0"; 11 + pyproject = true; 13 12 14 13 src = fetchFromGitHub { 15 14 owner = "ihabunek"; 16 15 repo = "twitch-dl"; 17 16 rev = "refs/tags/${version}"; 18 - hash = "sha256-0mITsNQQWG6lVQSxnDdU4ta548AR9q+zs/E96uwtG/U="; 17 + hash = "sha256-H2SxZgEjVdj/GRguJ2v/WWUrh0VTrwFV9mZVn/EYyPg="; 19 18 }; 20 19 21 - nativeCheckInputs = [ 20 + postPatch = '' 21 + substituteInPlace pyproject.toml \ 22 + --replace-fail 'm3u8>=1.0.0,<4.0.0' 'm3u8>=1.0.0' 23 + ''; 24 + 25 + nativeBuildInputs = [ 26 + python3Packages.setuptools 27 + python3Packages.setuptools-scm 22 28 installShellFiles 23 - python3Packages.pytestCheckHook 24 29 scdoc 25 30 ]; 26 31 27 32 propagatedBuildInputs = with python3Packages; [ 33 + click 28 34 httpx 29 35 m3u8 36 + ]; 37 + 38 + nativeCheckInputs = [ 39 + python3Packages.pytestCheckHook 30 40 ]; 31 41 32 42 disabledTestPaths = [ ··· 46 56 meta = with lib; { 47 57 description = "CLI tool for downloading videos from Twitch"; 48 58 homepage = "https://github.com/ihabunek/twitch-dl"; 49 - changelog = "https://github.com/ihabunek/twitch-dl/blob/${version}/CHANGELOG.md"; 59 + changelog = "https://github.com/ihabunek/twitch-dl/blob/${src.rev}/CHANGELOG.md"; 50 60 license = licenses.gpl3Only; 51 61 maintainers = with maintainers; [ marsam ]; 52 62 mainProgram = "twitch-dl";
+3 -3
pkgs/top-level/all-packages.nix
··· 1577 1577 1578 1578 aefs = callPackage ../tools/filesystems/aefs { }; 1579 1579 1580 - aegisub = callPackage ../applications/video/aegisub ({ 1580 + aegisub = callPackage ../by-name/ae/aegisub/package.nix ({ 1581 + boost = boost179; 1582 + luajit = luajit.override { enable52Compat = true; }; 1581 1583 wxGTK = wxGTK32; 1582 1584 } // (config.aegisub or {})); 1583 1585 ··· 14046 14048 }; 14047 14049 14048 14050 twitch-chat-downloader = python3Packages.callPackage ../applications/misc/twitch-chat-downloader { }; 14049 - 14050 - twitch-dl = callPackage ../tools/misc/twitch-dl { }; 14051 14051 14052 14052 twitterBootstrap = callPackage ../development/web/twitter-bootstrap { }; 14053 14053
+2 -4
pkgs/top-level/qt5-packages.nix
··· 293 293 294 294 yuview = callPackage ../applications/video/yuview { }; 295 295 }) // lib.optionalAttrs pkgs.config.allowAliases { 296 - # Convert to a throw on 01-01-2023. 297 - # Warnings show up in various cli tool outputs, throws do not. 298 - # Remove completely before 24.05 299 - overrideScope' = lib.warn "libsForQt5 now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"." self.overrideScope; 296 + # Remove completely before 24.11 297 + overrideScope' = builtins.throw "libsForQt5 now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"."; 300 298 })); 301 299 }
+2 -4
pkgs/top-level/qt6-packages.nix
··· 115 115 wayqt = callPackage ../development/libraries/wayqt { }; 116 116 117 117 } // lib.optionalAttrs pkgs.config.allowAliases { 118 - # Convert to a throw on 01-01-2023. 119 - # Warnings show up in various cli tool outputs, throws do not. 120 - # Remove completely before 24.05 121 - overrideScope' = lib.warn "qt6Packages now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"." self.overrideScope; 118 + # Remove completely before 24.11 119 + overrideScope' = builtins.throw "qt6Packages now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"."; 122 120 }); 123 121 }